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

Update substrate/polkadot/cumulus from v0.9.38 to v0.9.40 #2200

Closed
github-actions bot opened this issue Mar 31, 2023 · 0 comments
Closed

Update substrate/polkadot/cumulus from v0.9.38 to v0.9.40 #2200

github-actions bot opened this issue Mar 31, 2023 · 0 comments

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Mar 31, 2023

Description

This ticket is automatically generated using

$ npm run print-version-bump-info -- --from v0.9.38 --to v0.9.40

substrate (2023-02-13 -> 2023-03-27)

paritytech/substrate@polkadot-v0.9.38...polkadot-v0.9.40

    from: 18bb7c7c841b101c19a8d1881b893ae8e37de460
      to: 76fed9b9082daade5392663f25ed8968f8e8c11c
 commits: 160

polkadot (2023-03-16 -> 2023-03-27)

paritytech/polkadot@release-v0.9.38...release-v0.9.40

    from: 097ffd245c42aeff28cf80f8a3568e1bee2e7da7
      to: 95fe4c8862810bffd68343231a517e62689c05c0
 commits: 118

cumulus (2023-03-17 -> 2023-03-30)

paritytech/cumulus@polkadot-v0.9.38...polkadot-v0.9.40

    from: 9b4e0247137f158d1a35118197d34adfa58858b7
      to: e05c8d7f71734ed71188337c6cb0d30715f6320f
 commits: 87

nimbus (2023-03-01 -> 2023-04-01)

moonbeam-foundation/nimbus@moonbeam-polkadot-v0.9.38...moonbeam-polkadot-v0.9.40

    from: 63531b7f16300606cbbc0456741f91da68c38905
      to: 94c01bcc2636ed739a9c87fa2844bed4ffa34061
 commits: 5

Important commits by label

U2-some_time_soon

(paritytech/polkadot#6854) Update orchestra to the recent version

T9-release

(paritytech/cumulus#2137) Added new empty shell runtime for BridgeHubPolkadot (without bridging stuff) for onboarding parachain on Polkadot
(paritytech/cumulus#2171) Added bootNodes/invulnerables/session.keys to the polkadot genesis chain_spec script
(paritytech/cumulus#2204) WIP: Fix templates
(paritytech/cumulus#2366) [Backport] bump transaction versions (#2364) - source
(paritytech/cumulus#2377) [Backport] weights from runtimes release to source
(paritytech/cumulus#2391) [backport] deps update from runtimes to source

T8-release

(paritytech/polkadot#6692) New template to generate a full pr list
(paritytech/polkadot#6697) Fix release notes templates
(paritytech/polkadot#6806) changelog: fix migration listing
(paritytech/polkadot#6804) changelog: update template for new label behavior (E3/E4)

T8-bridges

(paritytech/cumulus#2137) Added new empty shell runtime for BridgeHubPolkadot (without bridging stuff) for onboarding parachain on Polkadot

T6-XCM

(paritytech/polkadot#6716) v3::Junction supports small (32-byte max) "vecs".
(paritytech/polkadot#6786) XCM: Limit the max number of assets weighable in MultiAssets
(paritytech/polkadot#6739) [XCM] Multiple FungiblesAdapters support + WeightTrader::buy_weight more accurate error
(paritytech/polkadot#6815) Forgotten re-export for MatchedConvertedConcreteId
(paritytech/polkadot#6884) remove duplicated arm and fix version index
(paritytech/cumulus#2102) [Enhancement] Use XCM V3 for initiate_teleport weight calc
(paritytech/cumulus#2238) [Backport] of Tests + backport fix for teleport_assets (ReceiveTeleportedAsset) (#2

T4-parachains_engineering

(paritytech/polkadot#6691) av-store: skip processing finalized blocks while major syncing
(paritytech/polkadot#6693) Refactor PVF preparation memory stats
(paritytech/polkadot#6732) Fix a metric description
(paritytech/polkadot#6727) Don't send ActiveLeaves from leaves in db on startup in Overseer
(paritytech/polkadot#6837) Remove hardcoded paths from dispute-valid-block zombienet test for malus
(paritytech/polkadot#6823) Move PVF timeouts to executor environment parameters
(paritytech/polkadot#6854) Update orchestra to the recent version

T2-API

(paritytech/substrate#12828) Extract syncing protocol from sc-network
(paritytech/substrate#13576) Nfts: minor fixes
(paritytech/polkadot#6683) Companion PR for PR#13119
(paritytech/cumulus#2151) companion for paritytech/polkadot#6161

T1-runtime

(paritytech/substrate#13366) [Feature] Introduce storage_alias for CountedStorageMap
(paritytech/substrate#13158) [NFTs] Offchain mint
(paritytech/substrate#13346) pallet-timestamp: Remove ValidAtTimestamp error variant
(paritytech/substrate#13268) contracts: Use proof_size from benchmarks
(paritytech/substrate#13369) contracts: Don't rely on reserved balances keeping an account alive
(paritytech/substrate#12896) try-runtime::fast-forward
(paritytech/substrate#13119) Staking and nomination pools runtime API improvements
(paritytech/substrate#13423) Add defensive_assert! macro
(paritytech/substrate#12833) Glutton pallet
(paritytech/substrate#13410) Introduce EnsureOrigin to democracy.propose
(paritytech/substrate#12608) permissionless bond_extra in nomination pools
(paritytech/substrate#13224) generation of real benchmark functions for benchmarking v2
(paritytech/substrate#13349) Nfts attribute read interface
(paritytech/substrate#13424) Yieldable queues for pallet MessageQueue
(paritytech/substrate#13468) pallet-treasury: Ensure we respect max_amount for spend across batch calls
(paritytech/substrate#13488) Expose ChargedAmount
(paritytech/substrate#13486) Assets pallet: Giving the asset owner the ability to set minimum balance
(paritytech/substrate#13352) Return account's asset balances
(paritytech/substrate#13475) Deprecate Weight::from_{ref_time, proof_size}
(paritytech/substrate#13378) Salary pallet
(paritytech/substrate#13533) Just a typo
(paritytech/substrate#13443) [contracts] Forbid calling back to contracts after switching to runtime
(paritytech/substrate#13528) MessageQueue: unknit permanently overweight books
(paritytech/substrate#13560) Undeploy insecure randomness pallet
(paritytech/substrate#13503) Logic for the (Core) Fellowship
(paritytech/substrate#13482) [NFTs] Rework permissions model
(paritytech/substrate#13452) Metadata V15: Expose pallet documentation
(paritytech/substrate#13555) frame epm: expose feasibility_check in MinerConfig
(paritytech/substrate#13128) Nomination Pool Commission
(paritytech/substrate#13341) Pallet dispatchable+storage doc module.
(paritytech/substrate#13715) Reward pool migration fix
(paritytech/polkadot#6665) kusama: allow root to cancel/kill referendums
(paritytech/polkadot#6161) Executor Environment parameterization
(paritytech/polkadot#6798) update weights
(paritytech/polkadot#6756) Introduce XCM matcher for writing barriers
(paritytech/polkadot#6264) polkadot companion: #13128 (Pools commission)
(paritytech/polkadot#6897) update weights
(paritytech/cumulus#2137) Added new empty shell runtime for BridgeHubPolkadot (without bridging stuff) for onboarding parachain on Polkadot
(paritytech/cumulus#2171) Added bootNodes/invulnerables/session.keys to the polkadot genesis chain_spec script
(paritytech/cumulus#2102) [Enhancement] Use XCM V3 for initiate_teleport weight calc
(paritytech/cumulus#2121) Companion for #13158
(paritytech/cumulus#2217) Companion for #13349
(paritytech/cumulus#2238) [Backport] of Tests + backport fix for teleport_assets (ReceiveTeleportedAsset) (#2
(paritytech/cumulus#2180) Companion for #13352
(paritytech/cumulus#2261) Add Version Checks on Para Upgrade
(paritytech/cumulus#2266) Update polkadot with one more commit: from 54bcee1d5615f53781d5172fcce6700dbf35dad2 -> 3dd8331414c92f5d01d6a470eae43049099d7aa9
(paritytech/cumulus#2289) Backport: Brigehub: Add in force upgrade xcm version (into master)

T0-node

(paritytech/substrate#13361) sc-client-db: Fix PruningMode::ArchiveCanonical
(paritytech/substrate#12761) add warp to target block for parachains
(paritytech/substrate#13255) BlockId removal: runtime-api refactor
(paritytech/substrate#12520) wasm-executor: Support growing the memory
(paritytech/substrate#13477) Adjust the ratio of the in-peers/out-peers
(paritytech/substrate#13566) Bump wasmtime from 6.0.0 to 6.0.1
(paritytech/substrate#13592) Move code from sc-network-common back to sc-network
(paritytech/polkadot#6675) Introduce jemalloc-allocator feature flag
(paritytech/polkadot#6691) av-store: skip processing finalized blocks while major syncing
(paritytech/polkadot#6851) Update wasmtime to 6.0.1 / substrate to 48e7cb147cb9a27125fd2e82edbcf4d0ed5927c4
(paritytech/cumulus#1909) add warp_sync_params
(paritytech/cumulus#2296) Bump wasmtime from 6.0.0 to 6.0.1
(paritytech/cumulus#2302) Cleanup dependencies + dead code
(paritytech/cumulus#2313) README: Document usage of RPC node
(paritytech/cumulus#2317) ReadMe followup for #2313

I9-optimisation

(paritytech/substrate#13284) Rework storage iterators
(paritytech/substrate#13479) Speed up storage iteration from within the runtime
(paritytech/substrate#13548) Switch to the blake2b_simd crate in sp-core-hashing

I9-footprint

(paritytech/polkadot#6653) Companion for substrate#13284

I8-refactor

(paritytech/polkadot#6693) Refactor PVF preparation memory stats
(paritytech/polkadot#6653) Companion for substrate#13284

I8-footprint

(paritytech/substrate#13284) Rework storage iterators

I7-refactor

(paritytech/substrate#13284) Rework storage iterators
(paritytech/substrate#13445) Further storage iterator refactoring

I6-documentation

(paritytech/substrate#12741) Update Template README

I4-annoyance

(paritytech/polkadot#6693) Refactor PVF preparation memory stats

I3-bug

(paritytech/substrate#13289) Fix longest chain finalization target lookup

I2-security

(paritytech/substrate#13566) Bump wasmtime from 6.0.0 to 6.0.1
(paritytech/polkadot#6851) Update wasmtime to 6.0.1 / substrate to 48e7cb147cb9a27125fd2e82edbcf4d0ed5927c4
(paritytech/cumulus#2296) Bump wasmtime from 6.0.0 to 6.0.1

I10-optimisation

(paritytech/polkadot#6653) Companion for substrate#13284

F3-breaks_API

(paritytech/substrate#13576) Nfts: minor fixes
(paritytech/cumulus#2261) Add Version Checks on Para Upgrade

E2-dependencies

(paritytech/polkadot#6671) Bump tokio from 1.24.1 to 1.24.2

E0-runtime_migration

(paritytech/substrate#13424) Yieldable queues for pallet MessageQueue
(paritytech/substrate#13482) [NFTs] Rework permissions model
(paritytech/substrate#13128) Nomination Pool Commission
(paritytech/substrate#13715) Reward pool migration fix
(paritytech/polkadot#6737) Remove state migration from westend runtime.
(paritytech/polkadot#6264) polkadot companion: #13128 (Pools commission)
(paritytech/polkadot#6957) Nomination Pools migration v5: RewardPool fix

D9-needsaudit 👮

(paritytech/substrate#13369) contracts: Don't rely on reserved balances keeping an account alive
(paritytech/substrate#13378) Salary pallet
(paritytech/substrate#13482) [NFTs] Rework permissions model
(paritytech/polkadot#6264) polkadot companion: #13128 (Pools commission)
(paritytech/polkadot#6957) Nomination Pools migration v5: RewardPool fix
(paritytech/cumulus#2343) dmp-queue: Store messages if already processed more than the maximum

D2-breaksapi

(paritytech/substrate#13425) Offences report system rework
(paritytech/substrate#13564) BEEFY: introduce offence report system

C9-critical

(paritytech/polkadot#6851) Update wasmtime to 6.0.1 / substrate to 48e7cb147cb9a27125fd2e82edbcf4d0ed5927c4
(paritytech/polkadot#6957) Nomination Pools migration v5: RewardPool fix

C7-critical

(paritytech/substrate#13566) Bump wasmtime from 6.0.0 to 6.0.1
(paritytech/substrate#13715) Reward pool migration fix

B1-note_worthy

(paritytech/substrate#13361) sc-client-db: Fix PruningMode::ArchiveCanonical
(paritytech/substrate#13366) [Feature] Introduce storage_alias for CountedStorageMap
(paritytech/substrate#13158) [NFTs] Offchain mint
(paritytech/substrate#13346) pallet-timestamp: Remove ValidAtTimestamp error variant
(paritytech/substrate#12761) add warp to target block for parachains
(paritytech/substrate#13268) contracts: Use proof_size from benchmarks
(paritytech/substrate#13369) contracts: Don't rely on reserved balances keeping an account alive
(paritytech/substrate#12896) try-runtime::fast-forward
(paritytech/substrate#13255) BlockId removal: runtime-api refactor
(paritytech/substrate#13119) Staking and nomination pools runtime API improvements
(paritytech/substrate#13423) Add defensive_assert! macro
(paritytech/substrate#12833) Glutton pallet
(paritytech/substrate#13410) Introduce EnsureOrigin to democracy.propose
(paritytech/substrate#12608) permissionless bond_extra in nomination pools
(paritytech/substrate#13224) generation of real benchmark functions for benchmarking v2
(paritytech/substrate#13349) Nfts attribute read interface
(paritytech/substrate#12520) wasm-executor: Support growing the memory
(paritytech/substrate#13424) Yieldable queues for pallet MessageQueue
(paritytech/substrate#13468) pallet-treasury: Ensure we respect max_amount for spend across batch calls
(paritytech/substrate#13477) Adjust the ratio of the in-peers/out-peers
(paritytech/substrate#13488) Expose ChargedAmount
(paritytech/substrate#13486) Assets pallet: Giving the asset owner the ability to set minimum balance
(paritytech/substrate#13352) Return account's asset balances
(paritytech/substrate#13475) Deprecate Weight::from_{ref_time, proof_size}
(paritytech/substrate#13378) Salary pallet
(paritytech/substrate#13443) [contracts] Forbid calling back to contracts after switching to runtime
(paritytech/substrate#12828) Extract syncing protocol from sc-network
(paritytech/substrate#13566) Bump wasmtime from 6.0.0 to 6.0.1
(paritytech/substrate#13560) Undeploy insecure randomness pallet
(paritytech/substrate#13576) Nfts: minor fixes
(paritytech/substrate#13503) Logic for the (Core) Fellowship
(paritytech/substrate#13482) [NFTs] Rework permissions model
(paritytech/substrate#13452) Metadata V15: Expose pallet documentation
(paritytech/substrate#13592) Move code from sc-network-common back to sc-network
(paritytech/substrate#13128) Nomination Pool Commission
(paritytech/substrate#13341) Pallet dispatchable+storage doc module.
(paritytech/substrate#13715) Reward pool migration fix
(paritytech/polkadot#6665) kusama: allow root to cancel/kill referendums
(paritytech/polkadot#6675) Introduce jemalloc-allocator feature flag
(paritytech/polkadot#6161) Executor Environment parameterization
(paritytech/polkadot#6683) Companion PR for PR#13119
(paritytech/polkadot#6798) update weights
(paritytech/polkadot#6756) Introduce XCM matcher for writing barriers
(paritytech/polkadot#6851) Update wasmtime to 6.0.1 / substrate to 48e7cb147cb9a27125fd2e82edbcf4d0ed5927c4
(paritytech/polkadot#6264) polkadot companion: #13128 (Pools commission)
(paritytech/polkadot#6897) update weights
(paritytech/polkadot#6884) remove duplicated arm and fix version index
(paritytech/cumulus#2137) Added new empty shell runtime for BridgeHubPolkadot (without bridging stuff) for onboarding parachain on Polkadot
(paritytech/cumulus#2102) [Enhancement] Use XCM V3 for initiate_teleport weight calc
(paritytech/cumulus#2121) Companion for #13158
(paritytech/cumulus#1909) add warp_sync_params
(paritytech/cumulus#2151) companion for paritytech/polkadot#6161
(paritytech/cumulus#2217) Companion for #13349
(paritytech/cumulus#2180) Companion for #13352
(paritytech/cumulus#2261) Add Version Checks on Para Upgrade
(paritytech/cumulus#2296) Bump wasmtime from 6.0.0 to 6.0.1
(paritytech/cumulus#2289) Backport: Brigehub: Add in force upgrade xcm version (into master)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant