Tags: zhangairku/substrate
Tags
doc: subkey documentation (paritytech#9639) * doc: convert the adoc to md * add ref to UncheckedExtrinsic * Add references to the SS58 format * Add details about the inspect command * removing command that is no longer available * reorder display so ss58 representations show up next to each other * remove deprecated section * Add doc about the password option * fix fmt * minor fixes fix paritytech#6613 Co-authored-by: Kian Paimani <[email protected]> Co-authored-by: Squirrel <[email protected]> Co-authored-by: David <[email protected]>
Move client consensus parts out of primitives and into client/consens… …us/api (paritytech#9319) * moved client code out of primitives * bump ci * Fixup from merge. * Removed unused deps thanks to review feedback * Removing unneeded deps * updating lock file * note about rustfmt * fixed typo to bump ci * Move lonely CacheKeyId to parent * cargo fmt * updating import style * Update docs/STYLE_GUIDE.md Co-authored-by: André Silva <[email protected]> Co-authored-by: André Silva <[email protected]>
Make a few things for staking miner (paritytech#9241)
Bump getrandom from 0.2.2 to 0.2.3 (paritytech#8952) Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.2...v0.2.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
subkey: display SS58 encoding of public key (paritytech#8674) * Add SS58 public key encoding. * [Companion] Update Cargo.toml subkey version, readme to reflect new output (paritytech#8694) * Update Cargo.toml * update cargo, readme for subkey Co-authored-by: Dan Shields <[email protected]> Co-authored-by: Dan Shields <[email protected]> Co-authored-by: Dan Shields <[email protected]>
Add an INDEX to the Instance trait (paritytech#8555) * Add an index to the Instance trait * Update frame/support/procedural/src/storage/instance_trait.rs
Releasing sc-finality-grandpa-warp-sync 0.9.0 to crates.io
Releasing pallets-node-authorization v3.0.0 to crates.io
grandpa: maintain invariants when evaluating aggregated voting rules (p… …aritytech#8186) * grandpa: maintain invariants when evaluating aggregated voting rules * grandpa: update comment on VotingRules::restrict_vote * grandpa: simplify comment
PreviousNext