This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Releases: octopus-network/substrate
Releases · octopus-network/substrate
monthly-2023-11
Automatic snapshot pre-release monthly-2023-11
Changes since last snapshot (monthly-2023-10)
monthly-2023-10
Automatic snapshot pre-release monthly-2023-10
Changes since last snapshot (monthly-2023-09)
monthly-2023-09
Automatic snapshot pre-release monthly-2023-09
Changes since last snapshot (monthly-2023-08)
monthly-2023-08
Automatic snapshot pre-release monthly-2023-08
Changes since last snapshot (monthly-2023-07)
monthly-2023-07
Automatic snapshot pre-release monthly-2023-07
Changes since last snapshot (monthly-2023-06)
monthly-2023-06
Automatic snapshot pre-release monthly-2023-06
Changes since last snapshot (monthly-2023-05)
monthly-2023-05
Automatic snapshot pre-release monthly-2023-05
Changes since last snapshot (monthly-2023-04)
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-02
Automatic snapshot pre-release monthly-2023-02
Changes since last snapshot (monthly-2023-01)
Substrate changes
Runtime
- migrate new benchmarking syntax from
frame_support::benchmarking
toframe_benchmarking::v2
(paritytech#13235) - Add Proof Size to Weight Output (paritytech#11637)
- Correct arithmetical semantic of
PerDispatchClass
(paritytech#13194) - contracts: Deprecate random interface (paritytech#13204)
- [Fix] CountedMap::set now takes Counter into account (paritytech#13214)
- Scheduler is already at V4 (paritytech#13105)
- Allow duplicate topics in smart contract events (paritytech#13065)
- Remove
Copy
fromEnsure*
traits (paritytech#13043) - Selectable on-runtime-upgrade checks (paritytech#13045)
- Add ensure-ops family methods (paritytech#12967)
- Allow StakingAdmin to set
min_commission
(paritytech#13018) - Ignore empty authority changes (paritytech#13010)
- NFTs 2.0 (paritytech#12765)
- Fix fast-unstake for accounts with slashing (paritytech#12963)
Client
- Add task type label to metrics (paritytech#13240)
- Rename
*-private-ipv4
to*-private-ip
CLI args (paritytech#13208) - sc-network: Ensure private addresses are disabled if requested (paritytech#13185)
- Fix the
storage_size
/state_getStorageSize
RPC call (paritytech#13154) - [client/network] Add support for
/wss
addresses (paritytech#13152) - Selectable on-runtime-upgrade checks (paritytech#13045)
- try-runtime: add cli option --export-proof (paritytech#12539)
- Print "stalled" task on shutdown (paritytech#13022)
- babe: allow skipping over empty epochs (paritytech#11727)
API
- Add WeightToFee and LengthToFee impls to transaction-payment Runtime API (paritytech#13110)
- new proc-macro-based benchmarking syntax (paritytech#12924)
- Fix the
storage_size
/state_getStorageSize
RPC call (paritytech#13154)