Keith Yeung
|
ef3b001b4e
|
Companion for paritytech/substrate#12183 (#5971)
* Companion for paritytech/substrate#12183
* Fixes
* Fixes
* Fixes
* cargo fmt
* Fixes
* Fixes
* Fixes
* cargo fmt
* Update runtime/parachains/src/paras_inherent/mod.rs
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* update lockfile for {"substrate"}
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: parity-processbot <>
|
2022-09-08 05:05:03 +00:00 |
|
Shawn Tabrizi
|
e28bf2e476
|
Companion for Weight v1.5 Follow Up (#5949)
* updates
* remove new
* fix up some stuff
* fix cargo files
* fix
* fix template
* update lockfile for {"substrate"}
* Update block_weights.rs
* remove unused
* remove unused
Co-authored-by: parity-processbot <>
|
2022-09-01 19:00:51 +00:00 |
|
Shawn Tabrizi
|
28e94d97dd
|
Companion for Weight v1.5 (#5943)
* fix to latest substrate pr
* update weights
* cargo build -p polkadot-runtime-parachains
* fix xcm-builder
* fix import
* fix a bunch
* fix a bunch of weight stuff
* kusama compile
* unused
* builds
* maybe fix
* cargo test -p polkadot-runtime-parachains
* xcm simulator example
* fix tests
* xcm sim fuzz
* fix runtime tests
* remove unused
* fix integration tests
* scalar div
* update lockfile for {"substrate"}
Co-authored-by: parity-processbot <>
|
2022-08-31 11:59:39 +00:00 |
|
Mara Robin B
|
83217b3e04
|
update weights (#5911)
* rococo: update weigths
* polkadot: update weigths
* kusama: update weigths
* westend: update weights
Co-authored-by: parity-processbot <>
|
2022-08-25 10:11:40 +00:00 |
|
Mara Robin B
|
cb82d21708
|
update weights (#5844)
* westend: update weights
* kusama: update weights
* polkadot: update weights
* rococo: update weights
* update BlockExecutionWeight
* kusama: readd phragmen remove_member_wrong_refund weight
* polkadot: readd phragmen remove_member_wrong_refund weight
|
2022-08-01 13:13:21 +00:00 |
|
Mara Robin B
|
1a8b087129
|
update weights (#5767)
* polkadot: update weights
* kusama: update weights
* westend: update weights
* rococo: update weights
* Reduce testing constants (#5787)
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
|
2022-07-28 19:35:39 +00:00 |
|
Mara Robin B
|
8ef2b701c1
|
update weights (#5704)
* westend: update weights
* kusama: update weights
* polkadot: update weights
* rococo: update weights
|
2022-06-21 12:58:01 +02:00 |
|
Mara Robin B
|
3ea40ba1f7
|
update weights (#5601)
* polkadot: update weights
* kusama: update weights
* westend: update weights
* rococo: update weights
|
2022-05-30 12:41:11 +02:00 |
|
Mara Robin B
|
5e458f6acb
|
update weights (#5507)
* rococo: update weights
* polkadot: update weights
* kusama: update weights
* westend: update weights
|
2022-05-12 10:44:21 +00:00 |
|
Mara Robin B
|
bb3cc7b041
|
update weights (#5361)
* polkadot: update weights
* kusama: update weights
* rococo: update weights
* westend: update weights
|
2022-04-22 09:26:19 +00:00 |
|
Mara Robin B
|
d50b5bdb06
|
rococo: update weights (#5242)
|
2022-04-06 10:15:11 +02:00 |
|
Oliver Tale-Yazdi
|
cb8cf97cd2
|
Update Block- and Extrinsic base weights (#5202)
* Remove constants:: module
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Update block+extrinsic weights
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* fmt
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Sanity check full block price
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Spellcheck on
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
|
2022-03-29 12:11:17 +00:00 |
|
Oliver Tale-Yazdi
|
2b8f6e9d0a
|
Runtime dependent weights (#5064)
* Copy Substrate weights into each runtime
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Define weights per runtime
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Do the same for test-runtime
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Fix CI
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Generate multiplier tests via macro
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Fix tests
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Fix CI
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Fix imports
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Fix test
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Fix imports
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Change rococo tests to use ExtrinsicBaseWeight
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Fix imports
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Spellcheck on
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Spellcheck on
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Spellcheck
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Re-Export weight constants in the runtime
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Prepare for cumulus companion
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Fmt
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
|
2022-03-11 16:36:08 +00:00 |
|