-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade Cargo.toml for pallets for polkadot-v0.9.26 * update runtime and node to version 0.9.26 * Fixes required for 0.9.26 * Use bounded_vec! * Make node compile * Update cargo lock * Pin tracing-core version * Align node folder to parachain-template * Upgrade polkadot version in global-dispute. * Use substrate, polkadot etc from Purestake * Upgrade to moonbeam-polkadot-v0.9.29 * Replace execute_block_no_check() to try_execute_block() * Format the code * Include frame/support in try-runtime feature * Add pallet-proxy to try-runtime feature in runtime * Use substrate,polkadot,cumulus,nimbus etc from zeitgeist github as it contains fix for try-runtime * Make try-runtime feature work * Remove println from global dispute benchmarks * Unpin tracing from version 0.1.26 * Fix clippy and quick_check benchmarks, also update weight_template * Fix weights after benchamarks * Fix try-runtime features of zrml pallets * Fix issue with setting timestamp * Fix issues with testing * Fix benchmarks * Fix test with runtime-benchmarks,with-global-disputes * Minor format change in prediction_markets/src/benchmarks.rs * Don't require Aura for PM tests * Allow arbitrary timestamp delta in benchmark environment Co-authored-by: Harald Heckmann <[email protected]>
- Loading branch information
1 parent
b77b5ac
commit 3e07be6
Showing
93 changed files
with
2,997 additions
and
2,617 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.