Skip to content

Commit

Permalink
Fix try runtime (#687)
Browse files Browse the repository at this point in the history
* Update deps to polkadot-v0.9.26

* Fix integration-tests

* Fix bifrost polkadot runtime

* Fix check all

* Fix try runtime
  • Loading branch information
hqwangningbo authored Aug 2, 2022
1 parent 079f6c5 commit 3851e36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions integration-tests/src/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ use frame_support::{
use frame_system::RawOrigin;
pub use node_primitives::*;
pub use orml_traits::{Change, GetByKey, MultiCurrency};
use sp_runtime::bounded_vec;
pub use sp_runtime::{
traits::{AccountIdConversion, BadOrigin, Convert, Zero},
DispatchError, DispatchResult, FixedPointNumber, MultiAddress,
};

pub const ALICE: [u8; 32] = [0u8; 32];
pub const BOB: [u8; 32] = [1u8; 32];

Expand Down
1 change: 1 addition & 0 deletions node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ crate-type = ["cdylib", "rlib"]
clap = { version = "3.2", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" }
log = "0.4.17"
tracing-core = "=0.1.26"

# primitives
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
Expand Down

0 comments on commit 3851e36

Please sign in to comment.