Update the wasm builder to substrate master (#1029)

* chore: update the wasm builder to substrate master
* Bump Substrate
* Update weight of sending remarks

ref https://github.com/paritytech/polkadot/pull/3354

Co-authored-by: Hernando Castano <hernando@hcastano.com>
This commit is contained in:
Chevdor
2021-06-25 09:26:06 +02:00
committed by Bastian Köcher
parent 655901250d
commit c8aeb11b26
9 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ sp-version = { git = "https://github.com/paritytech/substrate", branch = "master
libsecp256k1 = { version = "0.3.4", features = ["hmac"] }
[build-dependencies]
substrate-wasm-builder = "3.0.0"
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
[features]
default = ["std"]