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 to polkadot-v1.1.0 #691

Merged
merged 170 commits into from
Jan 20, 2024
Merged

chore: upgrade to polkadot-v1.1.0 #691

merged 170 commits into from
Jan 20, 2024

Conversation

Roznovjak
Copy link
Contributor

@Roznovjak Roznovjak commented Oct 15, 2023

Progress of the review:

  • node/client
  • integration tests ( 3 tests are failing, will be fixed after rebenchmarking)
  • pallets
  • runtime - general implementation
  • runtime - config parameters
  • math crate and traits

TODO:

  • rebenchmark all pallets - will be done as the last step to avoid rebenchmarking after every merge of master
  • storage migrations
  • test runtime upgrade (try-runtime and chopsticks)
  • update main README file

Our stuff:

  • XCMP defer queue
  • XCM executor atomicity
  • Tinkernet
  • Democracy pallet - updated to 1.1.0 version
  • rust 1.71 compatibily with Zombienet (UnknownOpcode(192))

Notable changes:

  • Deprecate Weight::from_ref_time and Weight::from_proof_size and use from_parts instead #13475
  • The try-runtime subcommand has been migrated to a standalone CLI #14731
  • XCM Topics - XCM messages are uniquely referenceable
  • BlockNumber removed from frame_system::Config. Use frame_system::BlockNumberFor<T>. #14437
  • Default config parameters #13454

API changes:

  • pallet_balances #12951
    • set_balance becomes force_set_balance
    • transfer becomes transfer_allow_death

This release removes the following CLI parameters:

--rpc-max-payload (replaced by --rpc-max-request-size and --rpc-max-response-size)
--ws-max-out-buffer-capacity
--ws-external (replaced by --rpc-external)
--unsafe-ws-external (replaced by --unsafe-rpc-external)
--ipc--path
--ws-port (replaced by --rpc-port)
--ws-max--connections (replaced by --rpc-max-connections)
--rpc-http (replaced by --rpc-addr)
--rpc-ws (replaced by --rpc-addr)

@Roznovjak Roznovjak self-assigned this Oct 15, 2023
@github-actions
Copy link

github-actions bot commented Oct 15, 2023

New crates:

  • pallet-nft: v7.1.2

Crate versions that have been updated:

  • runtime-integration-tests: v1.16.11 -> v1.17.1
  • hydra-dx-math: v7.7.1 -> v7.7.2
  • hydradx: v11.1.0 -> v12.0.0
  • pallet-asset-registry: v2.3.2 -> v2.3.3
  • pallet-bonds: v2.0.0 -> v2.0.1
  • pallet-circuit-breaker: v1.1.18 -> v1.1.19
  • pallet-claims: v3.4.7 -> v3.4.8
  • pallet-collator-rewards: v1.0.5 -> v1.0.6
  • pallet-currencies: v1.2.1 -> v2.0.0
  • pallet-dca: v1.3.2 -> v1.3.3
  • pallet-democracy: v4.0.3 -> v4.1.0
  • pallet-duster: v3.2.3 -> v3.2.4
  • pallet-dynamic-fees: v1.0.1 -> v1.0.2
  • pallet-ema-oracle: v1.1.2 -> v1.1.3
  • pallet-genesis-history: v2.1.0 -> v2.1.1
  • pallet-lbp: v4.7.2 -> v4.7.3
  • pallet-liquidity-mining: v4.2.4 -> v4.2.5
  • pallet-omnipool: v4.1.0 -> v4.1.1
  • pallet-omnipool-liquidity-mining: v2.0.12 -> v2.0.13
  • pallet-otc: v1.0.2 -> v1.0.3
  • pallet-referrals: v1.2.2 -> v1.2.3
  • pallet-relaychain-info: v0.3.3 -> v0.3.4
  • pallet-route-executor: v1.3.0 -> v1.3.1
  • pallet-stableswap: v3.4.1 -> v3.4.2
  • pallet-staking: v2.1.1 -> v2.1.2
  • pallet-transaction-multi-payment: v9.2.0 -> v9.2.1
  • pallet-transaction-pause: v1.0.0 -> v1.0.1
  • pallet-xcm-rate-limiter: v0.1.2 -> v0.1.4
  • pallet-xyk: v6.3.3 -> v6.3.4
  • primitives: v6.0.1 -> v6.0.2
  • hydradx-adapters: v0.6.10 -> v1.0.0
  • hydradx-runtime: v204.0.0 -> v205.0.0
  • scraper: v1.2.0 -> v1.2.1
  • hydradx-traits: v2.8.2 -> v2.8.3
  • hydra-dx-build-script-utils: v1.0.2 -> v1.0.3

Runtime version has been increased.

@Roznovjak Roznovjak merged commit 34ff15f into master Jan 20, 2024
5 checks passed
@Roznovjak Roznovjak deleted the polkadot-v1.1.0 branch January 20, 2024 00:27
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.

None yet

7 participants