Update bins: polkadot and zombienet#60
Conversation
Polkadot update to 1.7.0 + additional worker binaries dependencies Zombienet update to 1.3.91 Update parachain metadata with new polkadot-parachain
|
This PR is not ready to be merged as polkadot or polkadot-parachain with version (1.1.0 - 1.5.0 not tested) 1.6.0+ has an issue that yields extrinsics invalid when submitting lots of them using single account: 2024-02-15 22:41:48.366 TRACE tokio-runtime-worker basic-authorship: [Parachain] [0xaa5a84cdf9b3cc6c143bc001681066553c6f2e478a4a89d11d5696546edd7945] Pushing to the block. |
| @@ -0,0 +1,43 @@ | |||
| { | |||
There was a problem hiding this comment.
Do we need the options to enable async backing?:
[relaychain.genesis.runtimeGenesis.patch.configuration.config]
scheduling_lookahead = 2
[relaychain.genesis.runtimeGenesis.patch.configuration.config.async_backing_params]
max_candidate_depth = 3
allowed_ancestry_len = 2
There was a problem hiding this comment.
Not sure why but these options doesn't have any effect on resulting relay chain configuration (tried with most recent version of zombienet)
but I have noticed that (regardless of the options above being present or not in the zombienet config)
- relay chain based on Polkadot 1.7.0 and older, results in following default configuration:
"async_backing_params": {
"allowed_ancestry_len": 0,
"max_candidate_depth": 0
},
- Polkadot 1.8.0 and newer default configuration changes to:
"async_backing_params": {
"allowed_ancestry_len": 2,
"max_candidate_depth": 3
},
Co-authored-by: Sebastian Miasojed <s.miasojed@gmail.com>
| 1. Gather smart-bench benchmarking results in CSV format | ||
| 1. make use of an utility script `smart_bench_to_csv.sh`. Run it against smart-bench software multiple times to gather statistics data. Make sure to use meaningful timestamps. For example (any method to run smart-bench): | ||
| ``` | ||
| cargo run --release -- evm flipper --instance-count 1 --call-count 1500 --url ws://localhost:9988 | ./smart_bench_to_csv.sh --csv-output=benchmark-result.csv --timestamp=1714515934 |
There was a problem hiding this comment.
maybe timestamp should be from the time of the script execution?
|
please update v1.7.0 branch |
Polkadot update to 1.7.0 + additional worker binaries dependencies Zombienet update to 1.3.91
Update parachain metadata with new polkadot-parachain