Releases: nathanwhit/substrate
Releases · nathanwhit/substrate
monthly-2023-04
Automatic snapshot pre-release monthly-2023-04
Changes since last snapshot (monthly-2023-03)
monthly-2023-03
Automatic snapshot pre-release monthly-2023-03
Changes since last snapshot (monthly-2023-02)
monthly-2023-01
Automatic snapshot pre-release monthly-2023-01
Changes since last snapshot (monthly-2022-12)
monthly-2022-12
Automatic snapshot pre-release monthly-2022-12
Changes since last snapshot (monthly-2022-11)
monthly-2022-11
Automatic snapshot pre-release monthly-2022-11
Changes since last snapshot (monthly-2022-10)
monthly-2022-10
Automatic snapshot pre-release monthly-2022-10
Changes since last snapshot (monthly-2022-09)
monthly-2022-09
Automatic snapshot pre-release monthly-2022-09
Changes since last snapshot (monthly-2022-08)
monthly-2022-08
Automatic snapshot pre-release monthly-2022-08
Changes since last snapshot (monthly-2022-07)
monthly-2022-07
Automatic snapshot pre-release monthly-2022-07
Changes since last snapshot (monthly-2022-06)
monthly-2022-06
Automatic snapshot pre-release monthly-2022-06
Changes since last snapshot (monthly-2022-05)
Substrate changes
Runtime
- Use 'Items' and 'Collections' in uniques pallet (paritytech#11389)
- make pool roles optional (paritytech#11411)
- contracts: Prevent PoV attack vector with minimal viable solution (paritytech#11372)
- Add force_batch to utility pallet (paritytech#11148)
- Nomination Pools (paritytech#10694)
- staking: Proportional ledger slashing (paritytech#10982)
- Configurable call fee refund for signed submissions (paritytech#11002)
- Remark storage (paritytech#10698)
- Rb staking pallet validator commission change event (paritytech#10827)
- Fix WASM block producer panic (paritytech#11206)
- Add Limit to Tranasctional Layers (paritytech#10808)
Client
- Make wildcard storage change subscriptions RPC-unsafe (paritytech#11259)
- Add
chain-info
Subcommand (paritytech#11250) - Add
benchmark machine
placeholder (paritytech#11198) - Finality notification: Optimize calculation of stale heads (paritytech#11200)
- Add new hardware and software metrics (paritytech#11062)
- Sub-commands for
benchmark
(paritytech#11164)
API
- Use 'Items' and 'Collections' in uniques pallet (paritytech#11389)
- jsonrpsee integration (paritytech#8783)
- stabilize
seal_contains_storage
(seal0
) andseal_set_storage
(seal1
) (paritytech#11378) - Remove the
--unsafe-pruning
CLI-argument (step 1) (paritytech#10995) - [contracts] stabilize
seal_code_hash
,seal_set_code_hash
andseal_own_code_hash
(paritytech#11337) - Make wildcard storage change subscriptions RPC-unsafe (paritytech#11259)
- Add
frame_support::crypto::ecdsa::Public.to_eth_address()
(k256
-based) and use it in pallets (paritytech#11087) - Apply
WeightToFeePolynomial
s topallet_transaction_payment
's length fee (paritytech#10785) - Revert "Replace storage access by atomics" (paritytech#11156)