fix: Complete snowbridge pezpallet rebrand and critical bug fixes
- snowbridge-pezpallet-* → pezsnowbridge-pezpallet-* (201 refs) - pallet/ directories → pezpallet/ (4 locations) - Fixed pezpallet.rs self-include recursion bug - Fixed sc-chain-spec hardcoded crate name in derive macro - Reverted .pezpallet_by_name() to .pallet_by_name() (subxt API) - Added BizinikiwiConfig type alias for zombienet tests - Deleted obsolete session state files Verified: pezsnowbridge-pezpallet-*, pezpallet-staking, pezpallet-staking-async, pezframe-benchmarking-cli all pass cargo check
This commit is contained in:
@@ -1684,7 +1684,7 @@ fn weight_of_message_increases_when_dealing_with_erc20s() {
|
||||
fn withdraw_and_deposit_erc20s() {
|
||||
let sender: AccountId = ALICE.into();
|
||||
let beneficiary: AccountId = BOB.into();
|
||||
let revive_account = pezpallet_revive::Pallet::<Runtime>::account_id();
|
||||
let revive_account = pezpallet_revive::Pezpallet::<Runtime>::account_id();
|
||||
let checking_account =
|
||||
asset_hub_zagros_runtime::xcm_config::ERC20TransfersCheckingAccount::get();
|
||||
let initial_wnd_amount = 100_000_000_000_000_000u128;
|
||||
@@ -1753,7 +1753,7 @@ fn withdraw_and_deposit_erc20s() {
|
||||
fn non_existent_erc20_will_error() {
|
||||
let sender: AccountId = ALICE.into();
|
||||
let beneficiary: AccountId = BOB.into();
|
||||
let revive_account = pezpallet_revive::Pallet::<Runtime>::account_id();
|
||||
let revive_account = pezpallet_revive::Pezpallet::<Runtime>::account_id();
|
||||
let checking_account =
|
||||
asset_hub_zagros_runtime::xcm_config::ERC20TransfersCheckingAccount::get();
|
||||
let initial_wnd_amount = 10_000_000_000_000u128;
|
||||
@@ -1799,7 +1799,7 @@ fn non_existent_erc20_will_error() {
|
||||
fn smart_contract_not_erc20_will_error() {
|
||||
let sender: AccountId = ALICE.into();
|
||||
let beneficiary: AccountId = BOB.into();
|
||||
let revive_account = pezpallet_revive::Pallet::<Runtime>::account_id();
|
||||
let revive_account = pezpallet_revive::Pezpallet::<Runtime>::account_id();
|
||||
let checking_account =
|
||||
asset_hub_zagros_runtime::xcm_config::ERC20TransfersCheckingAccount::get();
|
||||
let initial_wnd_amount = 10_000_000_000_000u128;
|
||||
@@ -1853,7 +1853,7 @@ fn smart_contract_not_erc20_will_error() {
|
||||
fn smart_contract_does_not_return_bool_fails() {
|
||||
let sender: AccountId = ALICE.into();
|
||||
let beneficiary: AccountId = BOB.into();
|
||||
let revive_account = pezpallet_revive::Pallet::<Runtime>::account_id();
|
||||
let revive_account = pezpallet_revive::Pezpallet::<Runtime>::account_id();
|
||||
let checking_account =
|
||||
asset_hub_zagros_runtime::xcm_config::ERC20TransfersCheckingAccount::get();
|
||||
let initial_wnd_amount = 10_000_000_000_000u128;
|
||||
@@ -1910,7 +1910,7 @@ fn smart_contract_does_not_return_bool_fails() {
|
||||
fn expensive_erc20_runs_out_of_gas() {
|
||||
let sender: AccountId = ALICE.into();
|
||||
let beneficiary: AccountId = BOB.into();
|
||||
let revive_account = pezpallet_revive::Pallet::<Runtime>::account_id();
|
||||
let revive_account = pezpallet_revive::Pezpallet::<Runtime>::account_id();
|
||||
let checking_account =
|
||||
asset_hub_zagros_runtime::xcm_config::ERC20TransfersCheckingAccount::get();
|
||||
let initial_wnd_amount = 10_000_000_000_000u128;
|
||||
|
||||
Reference in New Issue
Block a user