Closed
Description
Diff
paritytech/substrate
paritytech/substrate@polkadot-v0.9.39...paritytech:substrate:polkadot-v0.9.40
To account for:
- Yieldable queues for pallet
MessageQueue
paritytech/substrate#13424 - Support the subscription of every imported block paritytech/substrate#13372
- Further storage iterator refactoring paritytech/substrate#13445
- Move grandpa crates to consensus folder paritytech/substrate#13458
-
pallet-treasury
: Ensure we respectmax_amount
for spend across batch calls paritytech/substrate#13468 - Adjust the ratio of the
in-peers
/out-peers
paritytech/substrate#13477 - Fix V2 PoV benchmarking paritytech/substrate#13485
- Move BEEFY code to consensus paritytech/substrate#13484
- chore: move genesis block builder to chain-spec crate. paritytech/substrate#13427
- Make unbounded channels size warning exact (part 1) paritytech/substrate#13490
- Assets pallet: Giving the asset owner the ability to set minimum balance paritytech/substrate#13486
- im-online: don't disable offending validators paritytech/substrate#13493
- Deprecate
Weight::from_{ref_time, proof_size}
paritytech/substrate#13475 - Salary pallet paritytech/substrate#13378
- Extract syncing protocol from
sc-network
paritytech/substrate#12828 - Expose
new_full_parts_with_genesis_builder
from sc-service paritytech/substrate#13539 - rpc/chainHead: Fix pruned blocks events from forks paritytech/substrate#13379
- Pub enum runtime to pub struct runtime paritytech/substrate#13250
- Offences report system rework paritytech/substrate#13425
- grandpa: send neighbor packets to light clients on set transition paritytech/substrate#13559
- Logic for the (Core) Fellowship paritytech/substrate#13503
- Remove use of trait Store from all pallets and deprecate it. paritytech/substrate#13535
- Metadata V15: Expose pallet documentation paritytech/substrate#13452
- sc-slots: Cleanup paritytech/substrate#13590
- Move code from
sc-network-common
back tosc-network
paritytech/substrate#13592 - sp-api: Support expanding the macro code paritytech/substrate#13573
- Pallet dispatchable+storage doc module. paritytech/substrate#13341
paritytech/frontier
polkadot-evm/frontier@aeb85c3...paritytech:frontier:3b871456f7a23b17fc01b2d17d895a0bdf60b725
To account for:
- Support EIP-2539 and EIP-3026 polkadot-evm/frontier#1049
- Update evm create to v0.39.0 polkadot-evm/frontier#1058
- Cache code size/hash in storage polkadot-evm/frontier#893
- Update evm config to shanghai polkadot-evm/frontier#1068
- EVM + Weight v2 support polkadot-evm/frontier#1039
-
eth_getLogs
return expected error/message for unknown hash polkadot-evm/frontier#1079 - add sql indexer behavior tests, remove restriction for normal sync polkadot-evm/frontier#1077
- Add
pending
support foreth_getBlockByNumber
polkadot-evm/frontier#1048 - Add
txpool
RPC and implnew_pending_transaction_filter
polkadot-evm/frontier#1073 - make rocksdb and paritydb optional polkadot-evm/frontier#1088
Tasks
humanode-network/substrate
fork
- Prepare locked branch
https://github.com/humanode-network/substrate/tree/locked/polkadot-v0.9.40 - Fix casting
usize
tou8
atpallet::error
macro (#91) substrate#95 - [Hotfix] Fix default http max connections value for RPC servers (#92) substrate#96
humanode-network/frontier
fork
- Prepare locked branch
https://github.com/humanode-network/frontier/tree/locked/polkadot-v0.9.40 - Use substrate
locked/polkadot-v0.9.40
frontier#91 - Support external account provider (#83) frontier#92
- Include
ED
intoaccount_basic
balance data extraction (#84) frontier#93 - Sovereign accounts and EVM system layer frontier#94
- Sovereign EVM balances layer frontier#95