1. Dec 09, 2019
  2. Dec 05, 2019
  3. Dec 04, 2019
  4. Dec 03, 2019
    • Gavin Wood's avatar
      Update Substrate (#649) · 7754bea9
      Gavin Wood authored
      * Bump Substrate
      
      * Bump version
      
      * Reinstate wasmtime
      
      * Fix warning.
      v0.7.6
      7754bea9
    • Fedor Sakharov's avatar
      Erasure encoding availability (#345) · e5138efc
      Fedor Sakharov authored and asynchronous rob's avatar asynchronous rob committed
      
      
      * 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: default avatarLuke 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: default avatarRobert 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 (#1)
      
      * More nits and api cleanup
      
      * Disable wasm CI for availability-store
      
      * Another nit
      
      * Formatting
      v0.7.5
      e5138efc
    • Gavin Wood's avatar
      Make Kusama decentralised and permissionless (#647) · 6a4757ac
      Gavin Wood authored
      * Remove Sudo
      
      * Bump versions
      
      * Fixes
      
      * Remove other mentions of sudo
      
      * Remove sudo from Cargo
      6a4757ac
    • Phil's avatar
      0526413f
    • Arkadiy Paronyan's avatar
      Update for new peerset API (#644) · 4cb0346c
      Arkadiy Paronyan authored
      * Reputation changes require reason
      
      * Fixes
      
      * Bump version
      v0.7.4
      4cb0346c
  5. Dec 02, 2019
  6. Dec 01, 2019
  7. Nov 30, 2019
  8. Nov 29, 2019
  9. Nov 28, 2019
  10. Nov 27, 2019
  11. Nov 26, 2019
  12. Nov 22, 2019
    • Arsen A. Gutsal's avatar
      `sentry-docker-compose.yml` initial version created (#410) · a99977f6
      Arsen A. Gutsal authored
      * Dockerfile fixed.
      
      * docker: use init.sh to setup rust env
      
      * CMD replaced with ENTRYPOINT in Dockefile
      
      * WIP Sentry/Validator basic setup
      
      * Dockerfile modifier to correspond to master version
      
      * `environment` block added to both sentry and validator
      
      * some environment variables are now used to pass params to containers
      a99977f6
    • Tommy Giardina's avatar
      Clarifying README (#590) · eb1346a1
      Tommy Giardina authored
      Made two small changes to the README.adoc that will help first-time users. First, I added notifications that the user may need to edit their PATH env variable after installing Rust. Second, I added a 'Hello world!' name tag to the Kusama Canary Network connect command so that new users will be better able to find their node on telemetry.
      eb1346a1
    • joe petrowski's avatar
      Update for Substrate master (#600) · 52385492
      joe petrowski authored
      * update substrate for change to palette
      
      * change paint to palette
      
      * update lock
      
      * Fix missing import
      
      * change to polkadot-master
      
      * Use same commit hash of parity-common
      
      * Resolve linking errors
      
      * Rename to frame
      
      * bump spec
      
      * Subsume #602 and #596
      
      * Fix DispatchInfo
      
      * Merge `futures03` and `joe-update-to-palette` (#606)
      
      * Change repo and branch
      
      * Made changes
      
      * Bumped async-std version
      
      * Fix line width
      
      * Bump spec_version
      
      * Fix `run_to_block` for Crowdfund module (#603)
      
      Probably a copy paste error.
      
      * Bump dependencies
      
      * Update trie-db to be inline with substrate
      
      * Fix documentation warning
      
      * Fix test compilation
      52385492
    • Shawn Tabrizi's avatar
      Fix `run_to_block` for Crowdfund module (#603) · 53c80e88
      Shawn Tabrizi authored
      Probably a copy paste error.
      53c80e88
  13. Nov 19, 2019
  14. Nov 12, 2019