-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Description
This ticket is automatically generated using
$ npm run print-version-bump-info -- --from stable2409 --to stable2412
polkadot-sdk (2024-09-26 -> 2024-12-16)
paritytech/polkadot-sdk@polkadot-stable2409...polkadot-stable2412
from: 87971b3e92721bdf10bf40b410eaae779d494ca0
to: 967989c5d94cb5d2060083ca7ddc5ac2cc2dd543
commits: 617
Important commits by label
T9-cumulus
(paritytech/polkadot-sdk#5515) cumulus/client: added external rpc connection retry logic
(paritytech/polkadot-sdk#5572) cumulus/minimal-node: added prometheus metrics for the RPC client
(paritytech/polkadot-sdk#5372) elastic scaling: add core selector to cumulus
(paritytech/polkadot-sdk#5888) parachain-system: send core selector ump signal
(paritytech/polkadot-sdk#6214) fix experimental-ump-signals tests
T8-polkadot
(paritytech/polkadot-sdk#5322) Elastic scaling: introduce new candidate receipt primitive
(paritytech/polkadot-sdk#5606) Fix PVF precompilation for Kusama
(paritytech/polkadot-sdk#4846) [4 / 5] Make approval-voting runnable on a worker thread
(paritytech/polkadot-sdk#5753) Use maximum allowed response size for request/response protocols
(paritytech/polkadot-sdk#5824) chore: bump runtime api version to v11
(paritytech/polkadot-sdk#4849) [5 / 5] Introduce approval-voting-parallel
(paritytech/polkadot-sdk#5707) Remove ValidateFromChainState
(paritytech/polkadot-sdk#5880) fix prospective parachains test to use shuffled candidate list
(paritytech/polkadot-sdk#5887) Do not enforce PoV size hard limit in config
(paritytech/polkadot-sdk#5875) Remove jaeger everywhere
(paritytech/polkadot-sdk#5423) Elastic scaling: runtime v2 descriptor support
(paritytech/polkadot-sdk#5924) Bump PoV request timeout
(paritytech/polkadot-sdk#4837) Add PVF execution priority
(paritytech/polkadot-sdk#6015) Rename QueueEvent::StartWork
(paritytech/polkadot-sdk#5461) runtime: remove ttl
(paritytech/polkadot-sdk#6218) Enable approval-voting-parallel by default on kusama
(paritytech/polkadot-sdk#6171) remove parachains_assigner code
(paritytech/polkadot-sdk#6268) Bump a timeout in zombienet coretime smoke test
(paritytech/polkadot-sdk#5847) candidate-validation: RFC103 implementation
(paritytech/polkadot-sdk#5908) collation-generation: use v2 receipts
(paritytech/polkadot-sdk#6257) fix claim queue size
(paritytech/polkadot-sdk#6178) inclusion emulator: correctly handle UMP signals
(paritytech/polkadot-sdk#5883) statement-distribution: RFC103 implementation
(paritytech/polkadot-sdk#6217) refactor and harden check_core_index
(paritytech/polkadot-sdk#6369) Fix statement distribution benchmark
(paritytech/polkadot-sdk#6011) collator protocol: validate descriptor version on the validator side
(paritytech/polkadot-sdk#6384) Fix #6102
(paritytech/polkadot-sdk#5616) PVF: drop backing jobs if it is too late
(paritytech/polkadot-sdk#6406) make prospective-parachains debug logs less spammy
T7-smart_contracts
(paritytech/polkadot-sdk#5555) [pallet-revive] refactor uapi with better types
(paritytech/polkadot-sdk#5640) [pallet-revive] move event topics in event's body
(paritytech/polkadot-sdk#5665) [pallet-contracts] Remove riscv support
(paritytech/polkadot-sdk#5684) [pallet-revive] fix xcm tests
(paritytech/polkadot-sdk#5701) [pallet-revive] uapi: allow create1 equivalent calls
(paritytech/polkadot-sdk#5743) [pallet-revive] write sandbox output according to the provided output buffer length
(paritytech/polkadot-sdk#5807) [pallet-revive] Add chain ID to config an runtime API
(paritytech/polkadot-sdk#5779) [pallet-revive] last call return data API
(paritytech/polkadot-sdk#5861) [pallet-revive] immutable data storage
(paritytech/polkadot-sdk#6045) [pallet-revive] ensure the return data is reset if no frame was instantiated
(paritytech/polkadot-sdk#6088) pallet-revive: EXTCODEHASH to match EIP-1052
(paritytech/polkadot-sdk#5866) [pallet-revive] Eth RPC integration
(paritytech/polkadot-sdk#5502) [pallet-revive] Add pallet to AH westend
(paritytech/polkadot-sdk#6192) [pallet-revive] fix hardcoded gas in tests
(paritytech/polkadot-sdk#6147) [pallet-revive] Add Ethereum JSON-RPC server
(paritytech/polkadot-sdk#6263) [pallet-revive] Update typeInfo
(paritytech/polkadot-sdk#6105) [pallet-revive] implement tx origin API
(paritytech/polkadot-sdk#6278) [pallet-revive] rpc server add docker file
(paritytech/polkadot-sdk#6260) [pallet-revive] code size API
(paritytech/polkadot-sdk#6246) [pallet-revive] implement the block hash API
(paritytech/polkadot-sdk#6288) [pallet-revive] Add metrics to eth-rpc
(paritytech/polkadot-sdk#6305) Remove riscv feature flag
(paritytech/polkadot-sdk#6317) [eth-rpc] Fixes
(paritytech/polkadot-sdk#6187) [pallet-revive] rework balance transfers
(paritytech/polkadot-sdk#6360) [eth-rpc] proxy /health
T6-XCM
(paritytech/polkadot-sdk#5581) Clear other messages before dry-run to get only the ones produced during
(paritytech/polkadot-sdk#5712) [xcm-emulator] Better logs for message execution and processing
(paritytech/polkadot-sdk#5660) xcm-executor: validate destinations for ReserveWithdraw and Teleport transfers
(paritytech/polkadot-sdk#5765) Added foreign locations to local accounts converter to all the parachains
(paritytech/polkadot-sdk#5917) XCM paid execution barrier supports more origin altering instructions
(paritytech/polkadot-sdk#5913) Remove redundant XCMs from dry run's forwarded xcms
(paritytech/polkadot-sdk#4982) pallet-xcm: added useful error logs (#2408)
(paritytech/polkadot-sdk#5599) Add assets in pool with native to query_acceptable_payment_assets's return
(paritytech/polkadot-sdk#6039) Added Trusted Query API calls
(paritytech/polkadot-sdk#6129) Improved TrustedQueryAPI signatures
(paritytech/polkadot-sdk#6170) Fix TrustedQueryApi Error
(paritytech/polkadot-sdk#6080) Assets in pool with native can be used in query_weight_to_asset_fee
(paritytech/polkadot-sdk#6212) Added Trusted Query API implementation for Westend and Rococo relay chains
(paritytech/polkadot-sdk#6148) Fix migrations for pallet-xcm
(paritytech/polkadot-sdk#4826) XCM v5
(paritytech/polkadot-sdk#6470) Backport #6304 to stable2412
(paritytech/polkadot-sdk#6649) [stable2412] Backport #6465 #6536 #6579
(paritytech/polkadot-sdk#6778) Added fallback_max_weight to Transact for sending messages to V4 chai…
(paritytech/polkadot-sdk#6809) XCM V5 - Backport SetHints instruction (#6566)
(paritytech/polkadot-sdk#6849) Backport aliasers to westend to stable2412
T4-runtime_API
(paritytech/polkadot-sdk#5322) Elastic scaling: introduce new candidate receipt primitive
(paritytech/polkadot-sdk#5687) Asset Hub: auto incremented asset id for trust backed assets
(paritytech/polkadot-sdk#6337) Don't expose metadata for Runtime APIs that haven't been implemented
(paritytech/polkadot-sdk#6357) [Pools] New runtime api that returns the pot accounts associated with the pool
T3-RPC_API
(paritytech/polkadot-sdk#5527) chainHead/fix: Report bestBlock events only for newBlock reports
(paritytech/polkadot-sdk#5741) rpc v2: backpressure chainHead_v1_storage
(paritytech/polkadot-sdk#5856) chainHead: Track reported blocks to capture notification gaps
(paritytech/polkadot-sdk#6058) rpc v2: backpressure chainhead_v1_follow
T2-pallets
(paritytech/polkadot-sdk#5548) [pallet-revive] Use address20 for contract's address
(paritytech/polkadot-sdk#5198) [FRAME] MQ processor should be transactional
(paritytech/polkadot-sdk#5594) Add debugging info for StorageWeightReclaim
(paritytech/polkadot-sdk#5644) pallet-utility: Improve weight annotations
(paritytech/polkadot-sdk#5627) [Staking] Propagate actual system error while staking::bond
(paritytech/polkadot-sdk#3049) Fix treasury benchmarks when no SpendOrigin
(paritytech/polkadot-sdk#5713) pallet-treasury: Improve remove_approval benchmark
(paritytech/polkadot-sdk#5946) [FRAME] fix: Do not emit Issued { amount: 0 } event
(paritytech/polkadot-sdk#5630) Introduce and Implement VestedTransfer Trait
(paritytech/polkadot-sdk#5399) [Staking] Noop refactor to prep pallet for currency fungible migration
(paritytech/polkadot-sdk#6027) remove pallet::getter from pallet-offences
(paritytech/polkadot-sdk#6025) Refactor staking pallet benchmarks to v2
(paritytech/polkadot-sdk#4803) Fix for Issue 4762
(paritytech/polkadot-sdk#6087) [pallet-nfts, pallet_uniques] - Expose private structs
(paritytech/polkadot-sdk#6205) pallet-message-queue: Fix max message size calculation
(paritytech/polkadot-sdk#6254) Migrate pallet-vesting benchmark to v2
(paritytech/polkadot-sdk#6258) Migrate pallet-timestamp benchmark to v2
(paritytech/polkadot-sdk#5554) [Identity] Decouple usernames from identities
(paritytech/polkadot-sdk#6275) Fix review in #6258
(paritytech/polkadot-sdk#6073) Refactor pallet-grandpa to use v2 benchmarks
(paritytech/polkadot-sdk#6276) Migrate pallet-utility to benchmark v2
(paritytech/polkadot-sdk#6318) Refactor pallet claims
(paritytech/polkadot-sdk#6296) Migrate pallet-glutton benchmark to v2
(paritytech/polkadot-sdk#6316) Migrate pallet-election-provider-multi-phase benchmark to v2 and improve doc
(paritytech/polkadot-sdk#6299) migrate pallet-recovery to benchmark V2 syntax
(paritytech/polkadot-sdk#6291) migrate pallet-remarks to v2 bench syntax
(paritytech/polkadot-sdk#5985) [pallet-staking] Additional check for virtual stakers
(paritytech/polkadot-sdk#6295) Migrate pallet-im-online benchmark to v2
(paritytech/polkadot-sdk#6384) Fix #6102
(paritytech/polkadot-sdk#6357) [Pools] New runtime api that returns the pot accounts associated with the pool
(paritytech/polkadot-sdk#6315) Migrate pallet-election-provider-support-benchmarking benchmark to v2
(paritytech/polkadot-sdk#5984) [pallet-staking] Add page info to PayoutStarted event
(paritytech/polkadot-sdk#6261) Add missing events to identity pallet
(paritytech/polkadot-sdk#6314) Migrate pallet-elections-phragmen benchmark to v2 and improve doc
T17-primitives
(paritytech/polkadot-sdk#3881) Create a Basic Proving Trie for the Runtime
(paritytech/polkadot-sdk#5886) Bump some dependencies
(paritytech/polkadot-sdk#5804) Refactor get_account_id_from_seed / get_from_seed to one common place
(paritytech/polkadot-sdk#5919) substrate-offchain: upgrade hyper to v1
(paritytech/polkadot-sdk#5693) Remove sp_runtime::RuntimeString and replace with Cow<'static, str> or String depending on use case
T17-Templates
(paritytech/polkadot-sdk#5868) templates: add genesis config presets for minimal/solochain
(paritytech/polkadot-sdk#5991) Use the umbrella crate for the parachain template
(paritytech/polkadot-sdk#5954) templates: make node compilation optional
T15-bridges
(paritytech/polkadot-sdk#5201) Snowbridge free consensus updates
(paritytech/polkadot-sdk#5546) Transfer Polkadot-native assets to Ethereum
(paritytech/polkadot-sdk#5747) Add Snowbridge initialize migration on Westend
(paritytech/polkadot-sdk#5563) snowbridge: improve destination fee handling to avoid trapping fees dust
(paritytech/polkadot-sdk#5671) Fix border condition in Snowbridge free consensus Updates
(paritytech/polkadot-sdk#5649) Bridges lane id agnostic for backwards compatibility
(paritytech/polkadot-sdk#5857) Beefy equivocation: check all the MMR roots
(paritytech/polkadot-sdk#5912) Simplify bridges relayer cli configuration
(paritytech/polkadot-sdk#5918) Update "@polkadot/api": "^14.0" for bridges zombienet tests
(paritytech/polkadot-sdk#5789) Prevents EthereumBlobExporter from consuming dest when returning NotApplicable
(paritytech/polkadot-sdk#5921) Bridge relayer backwards compatibility for reading storage InboundLaneData/OutboundLaneData
(paritytech/polkadot-sdk#5947) Update docker image for bridges substrate-relay
(paritytech/polkadot-sdk#5952) Bridges - add version guarding for standalone relaying of parachains and messages
(paritytech/polkadot-sdk#6003) Fix 0003-beefy-and-mmr test
(paritytech/polkadot-sdk#6031) Import vec to bridges/primitives/header-chain
(paritytech/polkadot-sdk#5435) [AHs] Support registering assets on Asset Hubs over bridge
(paritytech/polkadot-sdk#6154) Fix and re-enable zombienet-substrate-0002-validators-warp-sync
(paritytech/polkadot-sdk#6170) Fix TrustedQueryApi Error
(paritytech/polkadot-sdk#6175) Fix zombienet-bridges-0001-asset-transfer-works
(paritytech/polkadot-sdk#6216) Snowbridge: PNA Audit Better Documentation and minor Refactorings
(paritytech/polkadot-sdk#6221) snowbridge: allow account conversion for Ethereum accounts
(paritytech/polkadot-sdk#6649) [stable2412] Backport #6465 #6536 #6579
T14-system_parachains
(paritytech/polkadot-sdk#5509) Add pallet_proxy to People Chain and Coretime Chain testnet runtimes.
(paritytech/polkadot-sdk#2704) Add emulated tests for the Coretime Interface calls to ensure sufficient weights
(paritytech/polkadot-sdk#5327) Moved presets to the testnet runtimes
(paritytech/polkadot-sdk#6025) Refactor staking pallet benchmarks to v2
(paritytech/polkadot-sdk#6022) [Coretime chain] Add high assignment count mitigation to testnets
(paritytech/polkadot-sdk#6073) Refactor pallet-grandpa to use v2 benchmarks
(paritytech/polkadot-sdk#6261) Add missing events to identity pallet
T12-benchmarks
(paritytech/polkadot-sdk#5526) try making bench numbers make sense
(paritytech/polkadot-sdk#5327) Moved presets to the testnet runtimes
(paritytech/polkadot-sdk#5872) [omni-bencher] Make all runtimes work
(paritytech/polkadot-sdk#6025) Refactor staking pallet benchmarks to v2
(paritytech/polkadot-sdk#6156) Use bool::then instead of then_some with function calls
(paritytech/polkadot-sdk#6254) Migrate pallet-vesting benchmark to v2
(paritytech/polkadot-sdk#6258) Migrate pallet-timestamp benchmark to v2
(paritytech/polkadot-sdk#6073) Refactor pallet-grandpa to use v2 benchmarks
(paritytech/polkadot-sdk#6276) Migrate pallet-utility to benchmark v2
(paritytech/polkadot-sdk#5891) Add overhead benchmark to frame-omni-bencher
(paritytech/polkadot-sdk#6318) Refactor pallet claims
(paritytech/polkadot-sdk#6296) Migrate pallet-glutton benchmark to v2
(paritytech/polkadot-sdk#6316) Migrate pallet-election-provider-multi-phase benchmark to v2 and improve doc
(paritytech/polkadot-sdk#6299) migrate pallet-recovery to benchmark V2 syntax
(paritytech/polkadot-sdk#6291) migrate pallet-remarks to v2 bench syntax
(paritytech/polkadot-sdk#6295) Migrate pallet-im-online benchmark to v2
(paritytech/polkadot-sdk#6369) Fix statement distribution benchmark
(paritytech/polkadot-sdk#6315) Migrate pallet-election-provider-support-benchmarking benchmark to v2
(paritytech/polkadot-sdk#6077) Add networking benchmarks for libp2p
(paritytech/polkadot-sdk#6314) Migrate pallet-elections-phragmen benchmark to v2 and improve doc
T11-documentation
(paritytech/polkadot-sdk#4889) Add parachain related parameters to chain-spec-builder
(paritytech/polkadot-sdk#5518) Add badges with the release info to the README.md
(paritytech/polkadot-sdk#5590) fix link check
(paritytech/polkadot-sdk#5389) Make the docs logo readable on light backgrounds
(paritytech/polkadot-sdk#5811) Clarify firing of import_notification_stream in doc comment
(paritytech/polkadot-sdk#5902) Snowbridge V2 docs
(paritytech/polkadot-sdk#5274) Metadata V16 (unstable): Enrich metadata with associated types of config traits
(paritytech/polkadot-sdk#6094) Polkadot OmniNode Docs
(paritytech/polkadot-sdk#6216) Snowbridge: PNA Audit Better Documentation and minor Refactorings
(paritytech/polkadot-sdk#5954) templates: make node compilation optional
(paritytech/polkadot-sdk#6373) chain-spec-builder: info about patch/full files added
T10-tests
(paritytech/polkadot-sdk#5148) Github actions coverage
(paritytech/polkadot-sdk#2704) Add emulated tests for the Coretime Interface calls to ensure sufficient weights
(paritytech/polkadot-sdk#5342) add zombienet-sdk test to parachain-template
(paritytech/polkadot-sdk#4883) add coretime test using zombienet-sdk
(paritytech/polkadot-sdk#5748) Add timeout for script/after_script and debug
(paritytech/polkadot-sdk#5821) Fix parachain-template-test
(paritytech/polkadot-sdk#5815) approval-voting: remove dead test code
(paritytech/polkadot-sdk#5834) bump zombienet version v1.3.110
(paritytech/polkadot-sdk#5851) Disable flaky tests reported in 5848/5844
(paritytech/polkadot-sdk#5880) fix prospective parachains test to use shuffled candidate list
(paritytech/polkadot-sdk#5882) zombienet, retry only on 'runner_system_failure'
(paritytech/polkadot-sdk#5916) bump zombienet version v1.3.112
(paritytech/polkadot-sdk#5918) Update "@polkadot/api": "^14.0" for bridges zombienet tests
(paritytech/polkadot-sdk#5935) bump zombienet version v1.3.113
(paritytech/polkadot-sdk#5901) fix participation_with_onchain_disabling_confirmed test
(paritytech/polkadot-sdk#5968) bump zombienet version and set request for k8s
(paritytech/polkadot-sdk#5976) Disable flaky tests reported in 5972/5973/5974
(paritytech/polkadot-sdk#5999) Westend: Constant yearly emission
(paritytech/polkadot-sdk#6065) Bump zombienet version v1.3.115
(paritytech/polkadot-sdk#6076) Stabilize elastic-pov-recovery zombienet test
(paritytech/polkadot-sdk#5435) [AHs] Support registering assets on Asset Hubs over bridge
(paritytech/polkadot-sdk#6155) bump zombienet version v1.3.116
(paritytech/polkadot-sdk#6154) Fix and re-enable zombienet-substrate-0002-validators-warp-sync
(paritytech/polkadot-sdk#6139) fix js oom js-scripts
(paritytech/polkadot-sdk#6064) Disable tests reported in #6062
(paritytech/polkadot-sdk#6236) Fix a flaky zombienet test - 0004-coretime-smoke-test
(paritytech/polkadot-sdk#6214) fix experimental-ump-signals tests
(paritytech/polkadot-sdk#6305) Remove riscv feature flag
(paritytech/polkadot-sdk#6346) Disable flaky tests reported in #6343 / #6345
(paritytech/polkadot-sdk#6387) fix shared-core-idle-parachain flaky test
T1-FRAME
(paritytech/polkadot-sdk#3151) Collective: dynamic deposit based on number of proposals
(paritytech/polkadot-sdk#5632) Fix occasional alloc not found error in format_runtime_string!
(paritytech/polkadot-sdk#5580) frame pallet macro: fix span for error on wrong returned type.
(paritytech/polkadot-sdk#4257) Update RuntimeVerison type and use system_version to derive extrinsics root StateVersion instead of V0
(paritytech/polkadot-sdk#5695) pallet-migrations: fix index access for singluar migrations
(paritytech/polkadot-sdk#5682) Introduces VerifyExistenceProof trait
(paritytech/polkadot-sdk#5655) [benchmarking] Reset to genesis storage after each run
(paritytech/polkadot-sdk#5745) Implement try_append for StorageNMap
(paritytech/polkadot-sdk#4251) MBM try-runtime support
(paritytech/polkadot-sdk#5839) Remove fixed workaround in impl_runtime_apis
(paritytech/polkadot-sdk#5756) Improve APIs for Tries in Runtime
(paritytech/polkadot-sdk#5623) Generic slashing side-effects
(paritytech/polkadot-sdk#5630) Introduce and Implement VestedTransfer Trait
(paritytech/polkadot-sdk#5892) Add migration to clear unapproved proposals from treasury pallet
(paritytech/polkadot-sdk#6023) Fix storage expansion in pallet section
(paritytech/polkadot-sdk#6032) Fix feeless_if in pallet section
(paritytech/polkadot-sdk#5274) Metadata V16 (unstable): Enrich metadata with associated types of config traits
(paritytech/polkadot-sdk#6093) Adding migration instruction from benchmarking v1 to v2
(paritytech/polkadot-sdk#3685) FRAME: Reintroduce TransactionExtension as a replacement for SignedExtension
(paritytech/polkadot-sdk#6141) Improve CheckMetadataHash: make it constant time and compile error on wrong env variable
(paritytech/polkadot-sdk#5194) pallet macro: Support instantiable pallets in tasks
(paritytech/polkadot-sdk#5813) RuntimeGenesiConfig: json macro added
(paritytech/polkadot-sdk#5995) Use frame umbrella crate in pallet-proxy and pallet-multisig
(paritytech/polkadot-sdk#3970) Update Treasury to Support Relay Chain Block Number Provider
(paritytech/polkadot-sdk#5961) Bounty Pallet: add approve_bounty_with_curator call to bounties pallet
(paritytech/polkadot-sdk#6169) [Deprecation] deprecate treasury spend_local call and related items
(paritytech/polkadot-sdk#6255) pallet-child-bounties index child bounty by parent bounty
T0-node
(paritytech/polkadot-sdk#5540) Avoid updating the block gap when it's unchanged
(paritytech/polkadot-sdk#5127) Add benchmark for the number of minimum cpu cores
(paritytech/polkadot-sdk#5592) Introduce BlockGap
(paritytech/polkadot-sdk#5606) Fix PVF precompilation for Kusama
(paritytech/polkadot-sdk#5038) Plumb RPC listener up to caller
(paritytech/polkadot-sdk#5343) Allow to disable gap creation during block import
(paritytech/polkadot-sdk#5635) Fix edge case where state sync is not triggered
(paritytech/polkadot-sdk#5469) Syncing strategy refactoring
(paritytech/polkadot-sdk#5601) Introduce RpcParams in sc-cli
(paritytech/polkadot-sdk#5609) litep2p: Update network backend to v0.7.0
(paritytech/polkadot-sdk#5678) rpc server: fix deny unsafe on RpcMethods::Auto
(paritytech/polkadot-sdk#4846) [4 / 5] Make approval-voting runnable on a worker thread
(paritytech/polkadot-sdk#5666) Syncing strategy refactoring (part 2)
(paritytech/polkadot-sdk#4974) Remove libp2p dependency from sc-network-sync
(paritytech/polkadot-sdk#5762) chore: fast return for invalid request of node health
(paritytech/polkadot-sdk#5521) Allow to call arbitrary runtime apis using RelayChainInterface
(paritytech/polkadot-sdk#5774) Avoid unnecessary state reset of allowed_requests when no block requests are sent
(paritytech/polkadot-sdk#5768) chore: export NodeHealthProxyLayer
(paritytech/polkadot-sdk#4849) [5 / 5] Introduce approval-voting-parallel
(paritytech/polkadot-sdk#5716) Replace lazy_static with LazyLock
(paritytech/polkadot-sdk#5707) Remove ValidateFromChainState
(paritytech/polkadot-sdk#5586) polkadot-parachain: add manual seal support
(paritytech/polkadot-sdk#5911) polkadot-parachain: Remove shell node
(paritytech/polkadot-sdk#5859) beefy/metrics: Add number of live peers available for requests
(paritytech/polkadot-sdk#5915) Omni-Node renamings
(paritytech/polkadot-sdk#5924) Bump PoV request timeout
(paritytech/polkadot-sdk#4837) Add PVF execution priority
(paritytech/polkadot-sdk#6015) Rename QueueEvent::StartWork
(paritytech/polkadot-sdk#5925) substrate-node: removed excessive polkadot-sdk features
(paritytech/polkadot-sdk#4639) fork-aware transaction pool added
(paritytech/polkadot-sdk#5998) litep2p/discovery: Fix memory leak in litep2p.public_addresses()
(paritytech/polkadot-sdk#6091) bump zombienet version and inc. memory request in k8s
(paritytech/polkadot-sdk#5686) sync: Remove checking of the extrinsics root
(paritytech/polkadot-sdk#5679) Switch node side to v2 candidate receipts
(paritytech/polkadot-sdk#5891) Add overhead benchmark to frame-omni-bencher
(paritytech/polkadot-sdk#6057) Publish polkadot-omni-node binary
(paritytech/polkadot-sdk#5847) candidate-validation: RFC103 implementation
(paritytech/polkadot-sdk#6351) Silent annoying log
(paritytech/polkadot-sdk#6298) authority-discovery: Populate DHT records with public listen addresses
(paritytech/polkadot-sdk#6353) litep2p: Update litep2p to v0.8.0
(paritytech/polkadot-sdk#6016) litep2p/peerset: Do not disconnect all peers on SetReservedPeers command
(paritytech/polkadot-sdk#5737) Syncing strategy refactoring (part 3)
(paritytech/polkadot-sdk#6380) net/discovery: Do not propagate external addr with different peerIDs
(paritytech/polkadot-sdk#5616) PVF: drop backing jobs if it is too late
(paritytech/polkadot-sdk#6382) gensis-config: patching default RuntimeGenesisConfig fixed
GHA-migration
(paritytech/polkadot-sdk#5558) build and publish images migration
GHA-coverage
(paritytech/polkadot-sdk#5148) Github actions coverage
N/A
(paritytech/polkadot-sdk#undefined) undefined
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.