Skip to content

Tags: 3664238045/polkadot

Tags

v0.7.9

Toggle v0.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Substrate (paritytech#686)

* update to latest renames

* Bump Substrate

* Bump substrate

v0.7.8

Toggle v0.7.8's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
gavofyork Gavin Wood
Release

v0.7.7

Toggle v0.7.7's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
gavofyork Gavin Wood
Version

v0.7.6

Toggle v0.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Substrate (paritytech#649)

* Bump Substrate

* Bump version

* Reinstate wasmtime

* Fix warning.

v0.7.5

Toggle v0.7.5's commit message
Erasure encoding availability (paritytech#345)

* Erasure encoding availability initial commit

 * Modifications to availability store to keep chunks as well as
   reconstructed blocks and extrinsics.
 * Gossip messages containig signed erasure chunks.
 * Requesting eraure chunks with polkadot-specific messages.
 * Validation of erasure chunk messages.

* Apply suggestions from code review

Co-Authored-By: Luke Schoen <[email protected]>

* Fix build after a merge

* Gossip erasure chunk messages under their own topic

* erasure_chunks should use the appropriate topic

* Updates Cargo.lock

* Fixes after merge

* Removes a couple of leftover pieces of code

* Fixes simple stuff from review

* Updates erasure and storage for more flexible logic

* Changes validation and candidate receipt production.

* Adds add_erasure_chunks method

* Fixes most of the nits

* Better validate_collation and validate_receipt functions

* Fixes the tests

* Apply suggestions from code review

Co-Authored-By: Robert Habermeier <[email protected]>

* Removes unwrap() calls

* Removes ErasureChunks primitive

* Removes redundant fields from ErasureChunk struct

* AvailabilityStore should store CandidateReceipt

* Changes the way chunk messages are imported and validated.

 * Availability store now stores a validator_index and n_validators for
 each relay_parent.
 * Availability store now also stores candidate receipts.
 * Removes importing chunks in the table and moves it into network
 gossip validation.
 * Validation of erasure messages id done against receipts that are
 stored in the availability store.

* Correctly compute topics for erasure messages

* Removes an unused parameter

* Refactors availability db querying into a helper

* Adds the apis described in the writeup

* Adds a runtime api to extract erasure roots form raw extrinsics.

* Adds a barebone BlockImport impl for avalability store

* Adds the implementation of the availability worker

* Fix build after the merge with master.

* Make availability store API async

* Bring back the default wasmtime feature

* Lines width

* Bump runtime version

* Formatting and dead code elimination

* some style nits (paritytech#1)

* More nits and api cleanup

* Disable wasm CI for availability-store

* Another nit

* Formatting

v0.7.4

Toggle v0.7.4's commit message
Update for new peerset API (paritytech#644)

* Reputation changes require reason

* Fixes

* Bump version

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Substrate and version (paritytech#645)

v0.7.2

Toggle v0.7.2's commit message
fix for latest substrate crate renaming (paritytech#641)

* rename crates as appropriate

* Rename to use master - easy to revert, but shows it's working

* Bump runtime version

* Bump version

* Bump Substrate again

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Substrate (paritytech#636)

* Merge

* Bump Substrate