substrate
substrate copied to clipboard
Substrate: The platform for blockchain innovators
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...
First PR, solving this issue, adding new extrinsic @shawntabrizi @ggwpez The other PR is not clear.
Fixes #12240 polkadot companion: https://github.com/paritytech/polkadot/pull/6021 Polkadot address: 126X27SbhrV19mBFawys3ovkyBS87SGfYwtwa8J2FjHrtbmA
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
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:...
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...
### 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...