-
Notifications
You must be signed in to change notification settings - Fork 546
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
update polkadot-v0.9.23 #2183
Merged
Merged
update polkadot-v0.9.23 #2183
Conversation
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
xlc
reviewed
Jun 15, 2022
runtime/integration-tests/src/relaychain/kusama_cross_chain_transfer.rs
Outdated
Show resolved
Hide resolved
xlc
previously approved these changes
Jun 15, 2022
shaunxw
previously approved these changes
Jun 15, 2022
shaunxw
approved these changes
Jun 15, 2022
zjb0807
approved these changes
Jun 16, 2022
syan095
pushed a commit
that referenced
this pull request
Jun 16, 2022
…a into fee_distribution * 'fee_distribution' of ssh://github.com/AcalaNetwork/Acala: (31 commits) update polkadot-v0.9.23 (#2183) make sure acala precompiles are called only from other contracts (#2202) remove AccountId from XcmFeeToTreasury Acala XcmFeeToTreasury fix precompile array encode & other improvements (#2196) move HomaTreasuryPalletId to common update loan proxy type (#2200) Add bifrost (#2199) fix benchmark build_pool_percents helper method benchmark update to v0.9.22 refactor weight trader (#2178) fix with_fee_currency (#2194) Support arm64 (#2107) add Homa to ProxyType (#2191) disable with_fee_paid_by (#2187) Convert rebase token amount when calculate swap amount for StableAsset (#2169) 2.7.0 (#2186) fix origin of erc20 xtokens transfer (#2180) ... # Conflicts: # modules/cdp-engine/src/lib.rs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Companion:
OnNewTokenAccount
andOnKilledTokenAccount
Callbacks open-web3-stack/open-runtime-module-library#754Changes:
into_account
andinto_sub_account
WeightToFee
trait bound for transaction-payment #2125WeightToFee
constants like IntroduceWeightToFee
trait instead ofWeightToFeePolynomial
and makeWeightToFeePolynomial
implement it instead paritytech/substrate#11415:Acala/modules/transaction-payment/src/lib.rs
Lines 352 to 360 in 3c25a51