-
Notifications
You must be signed in to change notification settings - Fork 99
chore: upgrade to polkadot v1.11.0 #889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
6dc194e
d230c7c
9339bd1
e8f5d2b
968ca07
def29e1
124e289
625cde2
76b333b
1f8711c
79f3c66
90514bc
e465fe2
c34d1db
55b78ae
12f6594
8c86b33
dc5622e
bb3bf1b
c9a599c
117aa79
205248b
49dba56
6d01464
39879cd
8101993
e4b3df4
936f5c5
597cad1
5ceffff
2f5304f
8f101ca
043bd32
c475e79
4d0fad8
03e0bf1
1a1a580
ae9f1eb
2b6a290
90a02c6
53e6862
d6a58eb
e5d99f9
e974e75
20a7520
f720fcb
5903e92
ed82551
bdf96de
9e283e6
e0bf16d
b65cfc4
d641057
8ce272e
b4fe1bf
1507f37
dcaae53
d034bff
9f62818
bf74970
04e34c4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,7 +47,7 @@ fn non_native_fee_payment_works_with_oracle_price_based_on_onchain_route() { | |
| ) | ||
| ); | ||
| let bob_balance = hydradx_runtime::Tokens::free_balance(BTC, &AccountId::from(BOB)); | ||
| assert_eq!(bob_balance, 999969); | ||
| assert_eq!(bob_balance, 999964); | ||
|
||
|
|
||
| assert_ok!(hydradx_runtime::Balances::force_set_balance( | ||
| hydradx_runtime::RuntimeOrigin::root(), | ||
|
|
@@ -76,7 +76,7 @@ fn non_native_fee_payment_works_with_oracle_price_based_on_onchain_route() { | |
| ); | ||
|
|
||
| let dave_new_balance = hydradx_runtime::Tokens::free_balance(DAI, &AccountId::from(DAVE)); | ||
| assert_eq!(dave_new_balance, 999_993_637_058_691_367_900); | ||
| assert_eq!(dave_new_balance, 999_992_750_748_267_749_500); | ||
|
||
| }); | ||
| } | ||
|
|
||
|
|
@@ -109,7 +109,7 @@ fn set_currency_should_work_in_batch_transaction_when_first_tx() { | |
| ) | ||
| ); | ||
| let bob_balance = hydradx_runtime::Tokens::free_balance(BTC, &AccountId::from(BOB)); | ||
| assert_eq!(bob_balance, 999969); | ||
| assert_eq!(bob_balance, 999964); | ||
|
||
| }); | ||
|
|
||
| TestNet::reset(); | ||
|
|
@@ -139,7 +139,7 @@ fn set_currency_should_work_in_batch_transaction_when_first_tx() { | |
| ) | ||
| ); | ||
| let bob_balance = hydradx_runtime::Tokens::free_balance(BTC, &AccountId::from(BOB)); | ||
| assert_eq!(bob_balance, 999969); | ||
| assert_eq!(bob_balance, 999964); | ||
|
||
| }); | ||
|
|
||
| TestNet::reset(); | ||
|
|
@@ -169,7 +169,7 @@ fn set_currency_should_work_in_batch_transaction_when_first_tx() { | |
| ) | ||
| ); | ||
| let bob_balance = hydradx_runtime::Tokens::free_balance(BTC, &AccountId::from(BOB)); | ||
| assert_eq!(bob_balance, 999969); | ||
| assert_eq!(bob_balance, 999964); | ||
|
||
| }); | ||
| } | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still unstable