substrate
substrate copied to clipboard
Substrate: The platform for blockchain innovators
Related to issue #11577 Add support for multiple versions of a Runtime API. The purpose is to have one main version of the API, which is considered stable and multiple...
Attempts to solve: #11736
Fixes https://github.com/paritytech/substrate/issues/11928 Root call `init_members` which is mean to initialize the alliance can be called only once. If an initial call had a mistake or the alliance lost the trust,...
Fixes #11912 1.Add `state_pruning`'s sub-param `archive-canonical` in sc-cli. 2.Change `blocks_pruning` to be like `state_pruning` : use the string `archive` for `BlocksPruning::KeepAll` and `archive-canonical`(and default) for `BlocksPruning::KeepFinalized` and then a number...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.51 to 0.1.57. Release notes Sourced from async-trait's releases. 0.1.57 Add categories to crates.io metadata 0.1.56 Fix build errors that involve use parentheses to disambiguate: `(impl 'async_trait...
Removing macro `#[pallet::without_storage_info]` for scored-pool pallet.
Fixes https://github.com/paritytech/substrate/issues/11936 Current implementation of retirement has a bug, which makes it impossible to retire for a member if there was even a not enacted proposal to kick the member....
Fixes https://github.com/paritytech/substrate/issues/11804 Here's my attempt at fixing the way we generate our base weights. The fix is relatively straightforward: 1) Grab the minimum time it takes to run the extrinsic....
https://github.com/paritytech/substrate/pull/8556 Need to update all instances of `Vec` in the runtime storage to `BoundedVec`, which will allow us to start generating worse case scenario PoV sizes. - [ ] Validators...
# The Vision This issue tracks the implementation progress of the Sassafras block authoring protocol. The protocol itself is currently considered experimental and the official whitepaper is still a work-in-progress....