Skip to content
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

chore: upgrade polkadot v1.7.2 #811

Merged
merged 120 commits into from
Jun 18, 2024
Merged

chore: upgrade polkadot v1.7.2 #811

merged 120 commits into from
Jun 18, 2024

Conversation

enthusiastmartin
Copy link
Contributor

@enthusiastmartin enthusiastmartin commented Apr 22, 2024

Notable changes

  • rust stable 1.75.0
  • orml no longer possible to import directly from github due to changes in depedencies - using fork from GC repo for now ( daniel needs to include some changes anyway). In future - use crates.io?!
  • Democracy - changed to generic hash instead of H256 -> chec other changes?
  • parachain-info reanmed to staging-parachain-info
  • AllPalletsReversedWithSystemFirst replaced by AllPalletsWithSystemFirst
  • pallet-balances no longer has transfer extrinsic
  • new benchmarking script

Removed

  • palet-xcm-rate-limiter
  • dmp-queue

New pallet:

  • pallet-message-queue - replaced dmp-queue

XCM:

  • xcm v4 support, we still keep v3 for
  • XCM - changed parameter type From Assets -> AssetInHoldings - does not use MultiAsset ( eg. in Xcm Weight Trader )
  • MultiAsset no longer in V4 -> replaced by AssetId(Location) type --- this changes a lot!!!
  • MultiLocation rename to Location in v4 -- registry migration?!! probably unecessary , it is the same type, only name change
  • xtokens has two new params - RateLimiter and RateLimiterId - not used atm

New config params:

  • Treasury - spending support, it is disabled for now
  • identity - bunch of new stuff, migration too

TODO:

  • merge this bug to our forked orml repo, then use the patched version

Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
Roznovjak and others added 5 commits June 10, 2024 01:59
Co-authored-by: Daniel Moka <[email protected]>
Co-authored-by: Daniel Moka <[email protected]>
Co-authored-by: Daniel Moka <[email protected]>
Co-authored-by: Daniel Moka <[email protected]>
runtime/adapters/src/lib.rs Outdated Show resolved Hide resolved
runtime/hydradx/src/lib.rs Outdated Show resolved Hide resolved
@Roznovjak Roznovjak requested a review from mrq1911 June 17, 2024 13:32
@mrq1911 mrq1911 merged commit 975196b into master Jun 18, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants