diff --git a/integration-tests/evm-snapshot/SNAPSHOT b/integration-tests/evm-snapshot/SNAPSHOT index 26638282e..28a6de6b3 100644 Binary files a/integration-tests/evm-snapshot/SNAPSHOT and b/integration-tests/evm-snapshot/SNAPSHOT differ diff --git a/integration-tests/src/cross_chain_transfer.rs b/integration-tests/src/cross_chain_transfer.rs index 4a168f696..582885e61 100644 --- a/integration-tests/src/cross_chain_transfer.rs +++ b/integration-tests/src/cross_chain_transfer.rs @@ -110,7 +110,7 @@ fn rococo_should_receive_asset_when_sent_from_hydra() { Rococo::execute_with(|| { assert_eq!( hydradx_runtime::Balances::free_balance(AccountId::from(BOB)), - 2_999_989_698_923 // 3 * HDX - fee + 2_999_989_440_633 // 3 * HDX - fee ); }); } diff --git a/integration-tests/src/liquidation.rs b/integration-tests/src/liquidation.rs index 171fc6bab..9b9dce33e 100644 --- a/integration-tests/src/liquidation.rs +++ b/integration-tests/src/liquidation.rs @@ -24,6 +24,7 @@ use orml_traits::currency::MultiCurrency; use sp_core::{H256, U256}; use sp_runtime::{traits::CheckedConversion, SaturatedConversion}; +// ./target/release/scraper save-storage --pallet EVM AssetRegistry Timestamp Omnipool Tokens --uri wss://rpc.nice.hydration.cloud:443 const PATH_TO_SNAPSHOT: &str = "evm-snapshot/SNAPSHOT"; #[module_evm_utility_macro::generate_function_selector] diff --git a/pallets/staking/src/integrations/democracy_legacy.rs b/pallets/staking/src/integrations/democracy_legacy.rs index 3dcbf112c..be5d8321b 100644 --- a/pallets/staking/src/integrations/democracy_legacy.rs +++ b/pallets/staking/src/integrations/democracy_legacy.rs @@ -1,3 +1,5 @@ +#![allow(unused_imports)] + use crate::pallet::{PositionVotes, Positions, ProcessedVotes}; use crate::types::{Action, Balance, Conviction, Vote}; use crate::{Config, Pallet};