We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This ticket is automatically generated using
$ npm run print-version-bump-info -- --from v0.9.17 --to v0.9.18
paritytech/substrate@polkadot-v0.9.17...polkadot-v0.9.18
from: 22d40c761a985482f93bbbea5ba4199bdba74f8e to: fc3fd073d3a0acf9933c3994b660ebd7b5833f65 commits: 80
paritytech/polkadot@release-v0.9.17...release-v0.9.18
from: de0ecd4760b146ecf33f5e867d707d789e21e060 to: 9ed0c98204d25eaad8a6b40248daee8e6a40d111 commits: 83
paritytech/cumulus@polkadot-v0.9.17...polkadot-v0.9.18
from: db11baacc325537be74ad34517fcb28ed9ded6c6 to: b1e91afb7421309b203d7627b736d9bcf58260eb commits: 52
moonbeam-foundation/nimbus@moonbeam-polkadot-v0.9.17...moonbeam-polkadot-v0.9.18
from: 7dcc2821b860722b524819dc558837016da66c70 to: 51fbc86a909df0b9cf262b8e1d29213d8bb70abe commits: 7
(paritytech/cumulus#1050) Update Cumulus to common Cargo formmating scheme
(paritytech/cumulus#1065) ci: fix missing quotes (paritytech/cumulus#1066) ci: add manual docker release workflow (paritytech/cumulus#1067) ci: use sensible keyserver for gpg key retrieval
(paritytech/cumulus#1071) Companion for primitives consolidation into v2
(paritytech/cumulus#1055) Use WeightToFee when calculating cost of each weight unit in XCM trader
(paritytech/substrate#10839) Reduce overhead of generating network event metrics (paritytech/substrate#10855) Enable the parking_lot feature for tokio (paritytech/substrate#10859) Reduce CPU overhead of gossip (paritytech/substrate#10843) Track allowed requests for state/warp sync (paritytech/substrate#10875) Further reduce the CPU overhead of networking metrics
parking_lot
tokio
(paritytech/substrate#10891) Get rid of unnecessary use of async-std in non-test code
async-std
(paritytech/substrate#10890) staking: Clarify reward calc docs
(paritytech/cumulus#1081) Co #5091: Runtime dependent weights for parachains
(paritytech/polkadot#4974) introduce expander
(paritytech/substrate#10955) Revise how staking configurations are set (paritytech/polkadot#4772) Allow two Parachains to swap
(paritytech/substrate#10779) Refactored block body database scheme
(paritytech/polkadot#4772) Allow two Parachains to swap
(paritytech/polkadot#4995) Remove balancing iterations from OCW miners
(paritytech/substrate#10690) Upgradable contracts using set_code function (paritytech/substrate#10863) contracts: Don't round to kilobyte for code size based weight (paritytech/substrate#10877) contracts: Allow stack height metering to be disabled (paritytech/substrate#10825) Upgrading parity-scale-codec to v3 (paritytech/substrate#10947) Bring back MaxNominations as a metadata constant (paritytech/polkadot#4772) Allow two Parachains to swap (paritytech/polkadot#4851) Add proxy type for Kappa Sigma Mu (paritytech/polkadot#4993) add disputes pallet to Polkadot
set_code
(paritytech/substrate#10832) Mark sync_state_genSyncSpec JSON-RPC as safe (paritytech/substrate#10897) Storage benchmarking (paritytech/substrate#10779) Refactored block body database scheme (paritytech/substrate#10975) Deprecate "paritydb-experimental" CLI in favour or "paritydb"
(paritytech/substrate#10473) Fix reentrancy of FrozenBalance::died hook (paritytech/substrate#10971) [contracts] Stabilize "seal0" is_contract and caller_is_origin
is_contract
caller_is_origin
(paritytech/polkadot#4914) Revert "collator-protocol: short-term fixes for connectivity (#4640)" (paritytech/polkadot#4958) Companion to "Updating scale to v3" (paritytech/polkadot#4982) Co #10897: Storage benchmarking (paritytech/polkadot#5015) ci: Add rococo to release pipeline (paritytech/polkadot#4838) paritydb support for parachains db. (paritytech/cumulus#1055) Use WeightToFee when calculating cost of each weight unit in XCM trader
(moonbeam-foundation/nimbus#36) Benchmark set elgibility
https://github.com/apopiak/substrate-migrations#frame-migrations
This repository contains a list of FRAME-related migrations which might be relevant to Moonbeam.
The text was updated successfully, but these errors were encountered:
@girazoki can you review paritytech/substrate#10473 ?
Sorry, something went wrong.
Yeah I just did, seems just a refactor that does not affect us
No branches or pull requests
Description
This ticket is automatically generated using
substrate (2022-02-16 -> 2022-03-12)
paritytech/substrate@polkadot-v0.9.17...polkadot-v0.9.18
polkadot (2022-02-22 -> 2022-03-23)
paritytech/polkadot@release-v0.9.17...release-v0.9.18
cumulus (2022-03-02 -> 2022-03-22)
paritytech/cumulus@polkadot-v0.9.17...polkadot-v0.9.18
nimbus (2022-03-03 -> 2022-03-22)
moonbeam-foundation/nimbus@moonbeam-polkadot-v0.9.17...moonbeam-polkadot-v0.9.18
Important commits by label
documentation
(paritytech/cumulus#1050) Update Cumulus to common Cargo formmating scheme
ci
(paritytech/cumulus#1065) ci: fix missing quotes
(paritytech/cumulus#1066) ci: add manual docker release workflow
(paritytech/cumulus#1067) ci: use sensible keyserver for gpg key retrieval
Q0-trivial
(paritytech/cumulus#1071) Companion for primitives consolidation into v2
M5-statemint
(paritytech/cumulus#1055) Use WeightToFee when calculating cost of each weight unit in XCM trader
I7-optimisation ?
(paritytech/substrate#10839) Reduce overhead of generating network event metrics
(paritytech/substrate#10855) Enable the
parking_lot
feature fortokio
(paritytech/substrate#10859) Reduce CPU overhead of gossip
(paritytech/substrate#10843) Track allowed requests for state/warp sync
(paritytech/substrate#10875) Further reduce the CPU overhead of networking metrics
I6-refactor ?
(paritytech/substrate#10891) Get rid of unnecessary use of
async-std
in non-test codeI5-documentation ?
(paritytech/substrate#10890) staking: Clarify reward calc docs
F6-refactor ?
(paritytech/cumulus#1081) Co #5091: Runtime dependent weights for parachains
F6-refactor
(paritytech/polkadot#4974) introduce expander
E5-breaksapi
(paritytech/substrate#10955) Revise how staking configurations are set
(paritytech/polkadot#4772) Allow two Parachains to swap
E2-databasemigration
(paritytech/substrate#10779) Refactored block body database scheme
E1-runtimemigration
(paritytech/polkadot#4772) Allow two Parachains to swap
D9-needsaudit ?
(paritytech/polkadot#4995) Remove balancing iterations from OCW miners
B7-runtimenoteworthy
(paritytech/substrate#10690) Upgradable contracts using
set_code
function(paritytech/substrate#10863) contracts: Don't round to kilobyte for code size based weight
(paritytech/substrate#10877) contracts: Allow stack height metering to be disabled
(paritytech/substrate#10825) Upgrading parity-scale-codec to v3
(paritytech/substrate#10947) Bring back MaxNominations as a metadata constant
(paritytech/polkadot#4772) Allow two Parachains to swap
(paritytech/polkadot#4851) Add proxy type for Kappa Sigma Mu
(paritytech/polkadot#4993) add disputes pallet to Polkadot
B5-clientnoteworthy
(paritytech/substrate#10832) Mark sync_state_genSyncSpec JSON-RPC as safe
(paritytech/substrate#10897) Storage benchmarking
(paritytech/substrate#10779) Refactored block body database scheme
(paritytech/substrate#10975) Deprecate "paritydb-experimental" CLI in favour or "paritydb"
B3-apinoteworthy
(paritytech/substrate#10473) Fix reentrancy of FrozenBalance::died hook
(paritytech/substrate#10971) [contracts] Stabilize "seal0"
is_contract
andcaller_is_origin
B1-releasenotes
(paritytech/polkadot#4914) Revert "collator-protocol: short-term fixes for connectivity (#4640)"
(paritytech/polkadot#4958) Companion to "Updating scale to v3"
(paritytech/polkadot#4982) Co #10897: Storage benchmarking
(paritytech/polkadot#5015) ci: Add rococo to release pipeline
(paritytech/polkadot#4838) paritydb support for parachains db.
(paritytech/cumulus#1055) Use WeightToFee when calculating cost of each weight unit in XCM trader
N/A
(moonbeam-foundation/nimbus#36) Benchmark set elgibility
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.
The text was updated successfully, but these errors were encountered: