Upgrade to Polkadot v0.9.42 (!172)
* allow clippy needless_pass_by_ref_mut * fix clippy °_° * fix provider behavior * fix build errors * change behavior of going below ED * fix provider initialization * add mock epoch change * add session number test * add session number test * WIP fix tests * fix time-based ud test * update metadata * FIX apply all fix from flash branch * partial fix clippy other suggestions are not legit * fix metadata and end2end test * fix build tests * fix build and clippy * remove benchmark of upgrade_accounts this happens in substrate dependency I also updated other packages because why not :D and I removed a useless implementation in mock but the test do not compile with feature runtime benchmarks anyway * test_total_issuance_vs_monetary_mass * proofreading comment * fix total issuance differently this actually fixes total issuance at genesis instead of creating duplicate account data * fix test scenario the thing tested here was not the ability to call the function, but the impossibility of deleting the account * add comment to explain test * fix providers and sufficients counts * fix initial balance * fix initial TotalIssuance * fix clippy warnings and optimization * fix xtask * update docs * add DustHandle * fix pallets config * fix tests * fix pallet_balance genesis config * wip: fix end2end-test * fix manual and instant sealing * fix live-tests * fix offences after rebase * generate all weights * add rust toolchain file * fix benchmarks Pallet balances benchmarks need https://github.com/duniter/substrate/commit/c36ab4f32454318a47777b24b6533c44121fc10b because pallet duniter-account add another provider. * fix babe-worker * fix subxt dependency * fix ImplicitCallIndex and Weight::from_ref_time deprecation * fix consensus_babe dependency * regenerate weights Regenerate all weights except for pallet-balance failing on one extrinsic * workaround pallet_duniter_account Workaround to be able to pass https://github.com/paritytech/substrate/blob/6ef184e33f6ce0f56999ae84b212ea6148c0624d/frame/balances/src/benchmarking.rs#L271 in the benchmark. ExtraFlags is private and Default is always new_logic not suitable for the benchmark. * wip fix node errors * wip fix runtime errors * fix pallet-duniter-account errors * fix pallet-balance errors * fix pallet-identity errors * fix pallet-duniter-account errors * upgrade Cargo files * update docs
parent
b145f36f
No related branches found
No related tags found
Showing
- Cargo.lock 3443 additions, 2112 deletionsCargo.lock
- Cargo.toml 141 additions, 141 deletionsCargo.toml
- client/distance/Cargo.toml 5 additions, 5 deletionsclient/distance/Cargo.toml
- client/distance/src/lib.rs 3 additions, 5 deletionsclient/distance/src/lib.rs
- distance-oracle/Cargo.toml 3 additions, 3 deletionsdistance-oracle/Cargo.toml
- distance-oracle/src/api.rs 19 additions, 44 deletionsdistance-oracle/src/api.rs
- distance-oracle/src/lib.rs 14 additions, 12 deletionsdistance-oracle/src/lib.rs
- docs/dev/upgrade-substrate.md 4 additions, 2 deletionsdocs/dev/upgrade-substrate.md
- end2end-tests/Cargo.toml 6 additions, 5 deletionsend2end-tests/Cargo.toml
- end2end-tests/cucumber-features/transfer_all.feature 1 addition, 1 deletionend2end-tests/cucumber-features/transfer_all.feature
- end2end-tests/tests/common/balances.rs 4 additions, 5 deletionsend2end-tests/tests/common/balances.rs
- end2end-tests/tests/common/cert.rs 9 additions, 3 deletionsend2end-tests/tests/common/cert.rs
- end2end-tests/tests/common/distance.rs 1 addition, 1 deletionend2end-tests/tests/common/distance.rs
- end2end-tests/tests/common/identity.rs 9 additions, 6 deletionsend2end-tests/tests/common/identity.rs
- end2end-tests/tests/common/mod.rs 6 additions, 6 deletionsend2end-tests/tests/common/mod.rs
- end2end-tests/tests/common/oneshot.rs 2 additions, 4 deletionsend2end-tests/tests/common/oneshot.rs
- end2end-tests/tests/cucumber_tests.rs 64 additions, 24 deletionsend2end-tests/tests/cucumber_tests.rs
- live-tests/Cargo.toml 6 additions, 5 deletionslive-tests/Cargo.toml
- live-tests/tests/sanity_gdev.rs 25 additions, 20 deletionslive-tests/tests/sanity_gdev.rs
- node/src/chain_spec/gdev.rs 23 additions, 15 deletionsnode/src/chain_spec/gdev.rs
Loading
Please register or sign in to comment