Skip to content

Tags: gluwa/substrate

Tags

monthly-2022-03

Toggle monthly-2022-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bring back MaxNominations as a metadata constant (paritytech#10947)

devhub/latest

Toggle devhub/latest's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bkchr Bastian Köcher
Tidy Democracy (paritytech#10867)

* add test

* Assorted refactorings

* complete test

* saturating math

* final check

* use `default`

Co-authored-by: Gav Wood <gavin@parity.io>

monthly-2022-02

Toggle monthly-2022-02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump `strum` from 0.22 -> 0.23 (paritytech#10758)

monthly-2022-01

Toggle monthly-2022-01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose Uniques helper functions and DestroyWitness fields (paritytech…

…#10529)

publish-sp-version-v4.0.0

Toggle publish-sp-version-v4.0.0's commit message
Prep sp-version for release

publish-sp-runtime-v4.0.0

Toggle publish-sp-runtime-v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare `sp-runtime` for publication (paritytech#10451)

* Bump versions of sp-core and dependencies to v4.0.0

* Update references from `4.0.0-dev` –> `4.0.0`

* Funny whitespace

* Funny whitespace 2

* Prepare `sp-runtime` for publication

publish-sp-core-v4.0.0

Toggle publish-sp-core-v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release sp-core 4.0.0 (paritytech#10447)

* Bump versions of sp-core and dependencies to v4.0.0

* Update references from `4.0.0-dev` –> `4.0.0`

* Funny whitespace

* Funny whitespace 2

monthly-2021-12

Toggle monthly-2021-12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix order of hook execution (paritytech#10043)

* fix order

* Update frame/support/procedural/src/construct_runtime/mod.rs

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>

* format

* more accurate description

* format

* better explicit types

* fix tests

* address feedback

* add a type to ease non breaking implementation

* add comment about constraint

* fix test

* add test for generated types

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>

monthly-2021-11-1

Toggle monthly-2021-11-1's commit message

Unverified

This user has not yet uploaded their public signing key.
Switch to Rust 2021 (paritytech#10170)

* Switch to Rust 2021

* Update trybuild to fix errors

monthly-2021-11

Toggle monthly-2021-11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fuzzer for Pallet Bags List (paritytech#9851)

* Fuzzer for Pallet Bags List

* Some small updates

* Fuzzer for Pallet Bags List

This PR adds a fuzzer for the `SortedListProvider` API exposed by pallet-bags-list.

* Feature gate code NOT used by fuzz feature

* Create Enum for list actions

* fix some small mistakes

* try and make CI happy

* fmt

* Do not insert before updating

* clean up some misc. comments

* marginally improve Node::sanity_check

* Change ID_RANGE to 25_000

* comma

* try improve correct feature gating so no unused code

Co-authored-by: thiolliere <gui.thiolliere@gmail.com>