-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from polkadot-v0.9.38 to polkadot-v0.9.39
Breaking changes from upstream: - Rename pallet-random-collective-flip to Insecure... paritytech/substrate#13301 - sc_service::BuildNetworkParams::warp_sync field has changed, paritytech/substrate#12761 - SortedListProvider::try_state() now only available for the try-runtime feature, see paritytech/substrate#13296 - When calling cmd.run() for try-runtime we also need something called BlockBuildingInfoProvider, see paritytech/substrate#12896 - Updaged function arguments b/c of mismatched types: --> node/rpc/src/task.rs:64:26 | 64 | api.offchain_nonce_key(&at, &account_id).map_err(|e| { | ------------------ ^^^ expected associated type, found `&BlockId<_>` | | | arguments to this method are incorrect | = note: expected associated type `<B as BlockT>::Hash` found reference `&BlockId<_>` --> sha3pow/src/lib.rs:84:33 | 84 | self.runtime_api().difficulty(&parent_id).map_err(|err| { | ---------- ^^^^^^^^^^ expected struct `H256`, found `&BlockId<B>` | | | arguments to this method are incorrect | = note: expected struct `H256` found reference `&BlockId<B>`
- Loading branch information
1 parent
7fb7302
commit 3921ac2
Showing
10 changed files
with
416 additions
and
372 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
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.