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.8 to v0.9.9 #729

Closed
github-actions bot opened this issue Aug 24, 2021 · 0 comments · Fixed by #740
Closed

Update substrate/polkadot/cumulus from v0.9.8 to v0.9.9 #729

github-actions bot opened this issue Aug 24, 2021 · 0 comments · Fixed by #740
Assignees

Comments

@github-actions
Copy link
Contributor

Description

This ticket is automatically generated using

$ yarn run print-version-bump-info --from v0.9.8 --to v0.9.9

substrate (2021-07-20 -> 2021-08-09)

paritytech/substrate@polkadot-v0.9.8...polkadot-v0.9.9

    from: 74101dc21cfffb4c2d014fcc28edc166d5ca1b16
      to: 91061a7d925b5bc597804293da283477512ba4ff
 commits: 132

polkadot (2021-07-06 -> 2021-08-23)

paritytech/polkadot@release-v0.9.8...release-v0.9.9

    from: 3a10ee63c0b5703a1c802db3438ab7e01344a8ce
      to: 7a9f624777ad2d2adb3a1e6797a31f9d653c9587
 commits: 114

cumulus (2021-07-21 -> 2021-08-17)

paritytech/cumulus@polkadot-v0.9.8...polkadot-v0.9.9

    from: ed6ba5dfb2c112c29505e856e8971da3420ce6d0
      to: fd80849dde5c209c20a996cfcc5aaacd4666dcbe
 commits: 21

Important commits by label

M5-statemint

(paritytech/cumulus#476) Enable permissionless asset creation
(paritytech/cumulus#493) Add Uniques to Westmint and Statemint

M1-ci

(paritytech/cumulus#547) ci: reduce the list of events triggering matrix messages

F8-enhancement

(paritytech/polkadot#2962) refactor overseer into proc-macro based pattern

F7-footprint

(paritytech/polkadot#3519) Do not leak active head data in statement distribution

F6-refactor

(paritytech/polkadot#3366) Approval voting overlay db
(paritytech/polkadot#2962) refactor overseer into proc-macro based pattern
(paritytech/polkadot#3459) Dispute Coordinator: Batch queries
(paritytech/polkadot#3462) Dispute coordinator overlay
(paritytech/polkadot#3479) overseer gen minor
(paritytech/polkadot#3481) Dispute coordinator - Recover disputes on startup

F4-tests

(paritytech/polkadot#3366) Approval voting overlay db
(paritytech/polkadot#3391) Approval voting full subsystem tests
(paritytech/polkadot#3471) node/approval-voting: Continue to migrate tests to subsystem tests

F2-bug

(paritytech/polkadot#3519) Do not leak active head data in statement distribution

E5-breaksapi

(paritytech/substrate#9373) Refactor Benchmarks for Less Wasm Memory Usage
(paritytech/polkadot#3440) Parachains inclusion.rs to Frame V2
(paritytech/polkadot#3426) parachain dmp.rs to Frame V2
(paritytech/polkadot#3218) Update slots pallet to FRAME v2
(paritytech/polkadot#3475) Parachains hrmp.rs to Frame V2

E2-databasemigration

(paritytech/polkadot#3478) enable disputes

E1-runtimemigration

(paritytech/substrate#9197) Migrate pallet-treasury to the new pallet attribute macro
(paritytech/substrate#9165) Move PalletVersion away from the crate version
(paritytech/polkadot#3440) Parachains inclusion.rs to Frame V2
(paritytech/polkadot#3426) parachain dmp.rs to Frame V2
(paritytech/polkadot#3218) Update slots pallet to FRAME v2
(paritytech/polkadot#3475) Parachains hrmp.rs to Frame V2
(paritytech/polkadot#3528) Parachains ump.rs to FrameV2

D9-needsaudit 👮

(paritytech/polkadot#3498) Dispute vote filtering for block authors

D2-breaksapi

(paritytech/substrate#9090) Include StorageInfo in Benchmarking Pipeline
(paritytech/substrate#9319) Move client consensus parts out of primitives and into client/consensus/api

C7-high ❗️

(paritytech/polkadot#3449) Companion: Limit the maximum number of wasm memory pages a runtime can have
(paritytech/polkadot#3667) Hotfix of Provide dummy dispute coordinator by default. (#3661)

B7-runtimenoteworthy

(paritytech/substrate#9090) Include StorageInfo in Benchmarking Pipeline
(paritytech/substrate#9276) contracts: Allow contracts to dispatch calls into the runtime
(paritytech/substrate#9323) pallet-collective: Do not vote aye with propose
(paritytech/substrate#9315) include dispatch result in the Executed event
(paritytech/substrate#9411) use can_dec_provider to check when transfer allow death
(paritytech/substrate#9165) Move PalletVersion away from the crate version
(paritytech/substrate#9462) Add some important events to batch & staking to ensure ease of analysis
(paritytech/substrate#9373) Refactor Benchmarks for Less Wasm Memory Usage
(paritytech/substrate#9418) Improve call, and usage in pallet utility
(paritytech/polkadot#3141) Staking Miner
(paritytech/polkadot#3377) Enable over-bridge-messaging in Rococo/Wococo runtime
(paritytech/polkadot#3465) Reduce staking miner reward (companion substrate/pull/9395)
(paritytech/polkadot#3371) Introduce upgrade go-ahead and upgrade restriction signals
(paritytech/polkadot#3578) Avoid bad pattern of wildcard fees

B5-clientnoteworthy

(paritytech/substrate#8953) Do not call initialize_block before any runtime api
(paritytech/substrate#9319) Move client consensus parts out of primitives and into client/consensus/api
(paritytech/substrate#9308) Limit the maximum number of wasm memory pages a runtime can have

B3-apinoteworthy

(paritytech/substrate#9238) Implement iter_keys function for all types of storage maps
(paritytech/substrate#9117) Implement InspectEnumerable for Uniques
(paritytech/substrate#9307) Remove impl_outer_ macros
(paritytech/substrate#9197) Migrate pallet-treasury to the new pallet attribute macro
(paritytech/substrate#9323) pallet-collective: Do not vote aye with propose
(paritytech/substrate#9181) Migrate pallet-mmr to the new pallet attribute macro
(paritytech/substrate#9225) Emit error when Config part is imported but without the std feature
(paritytech/substrate#9343) Benchmarking also benchmark for decoding the call
(paritytech/substrate#9313) Add methods to PrefixIterator to support iterating from a specific key
(paritytech/substrate#9418) Improve call, and usage in pallet utility
(paritytech/substrate#9514) Remove Filter and use Contains instead

B1-releasenotes

(paritytech/polkadot#3353) Add XCM Tracing
(paritytech/polkadot#3373) pvf: Enable stack depth metering & NaN canonicalization
(paritytech/polkadot#3442) bump parity-ws
(paritytech/polkadot#3282) Dispute distribution implementation
(paritytech/polkadot#3420) Companion for #9276: Remove Filter impl on ()
(paritytech/polkadot#3449) Companion: Limit the maximum number of wasm memory pages a runtime can have
(paritytech/polkadot#3667) Hotfix of Provide dummy dispute coordinator by default. (#3661)
(paritytech/cumulus#579) Bump Spec Statemine/Westmint

B0-patchthis

(paritytech/cumulus#537) Properly declare #[pallet::validate_unsigned] in ParachainSystem
(paritytech/cumulus#527) CI: build a test artifact
(paritytech/cumulus#575) Remove lightSyncState Field from Chain Specs

N/A

(paritytech/cumulus#538) Make parachain-system config consistent
(paritytech/cumulus#540) Update Substrate & Polkadot
(paritytech/cumulus#544) Do not set best block when there already exists a best block with an higher number
(paritytech/cumulus#548) Add rpc_http_threads
(paritytech/cumulus#551) Update Substrate & Polkadot
(paritytech/cumulus#557) Update Substrate & Polkadot
(paritytech/cumulus#558) Log pov size as info
(paritytech/cumulus#560) Polkadot companion (XCM-simulator)
(paritytech/cumulus#563) Update Substrate & Polkadot

Review 'substrate-migrations' repo

https://github.com/apopiak/substrate-migrations#frame-migrations

This repository contains a list of FRAME-related migrations which might be
relevant to Moonbeam.

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

Successfully merging a pull request may close this issue.

1 participant