substrate icon indicating copy to clipboard operation
substrate copied to clipboard

Substrate: The platform for blockchain innovators

Results 604 substrate issues
Sort by recently updated
recently updated
newest added

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...

A3-inprogress
B3-apinoteworthy
C1-low 📌
D5-nicetohaveaudit ⚠️

Attempts to solve: #11736

A0-pleasereview
B3-apinoteworthy
C1-low 📌
D5-nicetohaveaudit ⚠️

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,...

A3-inprogress
B3-apinoteworthy
E5-breaksapi
C1-low 📌
D5-nicetohaveaudit ⚠️

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...

A0-pleasereview
B5-clientnoteworthy
C1-low 📌

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...

A2-insubstantial
B0-silent
C1-low 📌
D3-trivial 🧸

Removing macro `#[pallet::without_storage_info]` for scored-pool pallet.

A0-pleasereview
B0-silent
C1-low 📌
D2-notlive 💤

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....

A3-inprogress
B3-apinoteworthy
C1-low 📌
D2-notlive 💤

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....

A0-pleasereview
B7-runtimenoteworthy
C1-low 📌
D5-nicetohaveaudit ⚠️

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...

C3-medium 📣

# 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....