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

Superseeds https://github.com/paritytech/substrate/pull/11330 This PR refines the work done by @gitwithterrence by addressing the issues left open. The work mostly consists of a trivial 1 to 1 renaming from Epoch to...

A0-pleasereview
B0-silent
C1-low 📌
D3-trivial 🧸

First PR, solving this issue, adding new extrinsic @shawntabrizi @ggwpez The other PR is not clear.

A0-pleasereview
B0-silent
C1-low 📌

Fixes #12240 polkadot companion: https://github.com/paritytech/polkadot/pull/6021 Polkadot address: 126X27SbhrV19mBFawys3ovkyBS87SGfYwtwa8J2FjHrtbmA

A0-pleasereview

Move transactions protocol to its own crate. polkadot companion: https://github.com/paritytech/polkadot/pull/5973 cumulus companion: https://github.com/paritytech/cumulus/pull/1661

A0-pleasereview
B0-silent
C1-low 📌

Fixes #12276 This PR adds two events to the balances pallet, namely: ```rust /// Some free balance was locked out from specific operations. Locked { who: T::AccountId, amount: T::Balance, reason:...

A0-please_review
C1-low
D1-audited 👍
B1-note_worthy
T1-runtime

Not sure, if this is essentially needed, but with respect to `const`s, which will be one of the common usages of `Weights` as runtime parameters, I am not a fan...

PR https://github.com/paritytech/substrate/pull/12230 introduced HistoryDepth as a config value in staking pallet which bounds several storage item in the pallet. In order to lower this value for a runtime once it...

Recently, we added some events to some of the tests in `pallet-election-provider-multi-phase`. This is generally a good patterns and I want all tests to basically finish with an assertion over...

Z1-mentor
Q2-easy

### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...

It would be nice to have some sort of list that says which RPC methods are safe or unsafe to make it easier for the user. Maybe this could be...

I8-enhancement 🎁