Skip to content

Tags: Stefie/polkadot

Tags

v0.2.4

Toggle v0.2.4's commit message
parity-substrate -> substrate

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Slashing for voted-offline validators. (paritytech#541)

[Backport] Vote out offline authorities

v0.2.2

Toggle v0.2.2's commit message
Bump version.

v0.2.1

Toggle v0.2.1's commit message
Version bump

v0.2.0

Toggle v0.2.0's commit message
Merge branch 'master' into v0.2

v0.1.69

Toggle v0.1.69's commit message
Fix for nightly 2018-07-10 (paritytech#296)

* Use [alloc_error_handler] instead of oom lang item

* Same fix for basic_add

* Drive by fix for duplicate generic parameter

* Rebuild binaries.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
install wasm-gc using nightly (paritytech#167)

v0.1.0

Toggle v0.1.0's commit message
Store trie nodes in DB (paritytech#157)

* move responsibility of storage_root calculation to state backend

* have `storage_root` produce a memoizable transaction

* store trie nodes in kvdb

* fix up test fallout

* remove stray newline

* Fix comment

* test for setting and checking state data

* fiddle with dependencies

* all parity deps on same commit hash

* fix network protocol registration