Skip to content
  1. Dec 17, 2019
  2. Dec 10, 2019
  3. Dec 09, 2019
  4. Dec 05, 2019
  5. Dec 04, 2019
    • Gavin Wood's avatar
      Tweak some Kusama params (#659) · 0bf7d294
      Gavin Wood authored
      * Tweak some Kusama params
      
      - Council elections daily
      - No treasury burn
      - Bonding/slash defer periods of 7 days
      
      * Bump runtime
      
      * Bump version
      0bf7d294
    • Gavin Wood's avatar
      Bump versions (#655) · ec77d728
      Gavin Wood authored
      * Bump version
      
      * Update Cargo lock and bump runtime version
      
      * Remove balance transfer disabler.
      ec77d728
  6. Dec 03, 2019
    • Fedor Sakharov's avatar
      Erasure encoding availability (#345) · 99d164b5
      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
      99d164b5
    • Gavin Wood's avatar
      Make Kusama decentralised and permissionless (#647) · ec54d5b1
      Gavin Wood authored
      * Remove Sudo
      
      * Bump versions
      
      * Fixes
      
      * Remove other mentions of sudo
      
      * Remove sudo from Cargo
      ec54d5b1
    • Arkadiy Paronyan's avatar
      Update for new peerset API (#644) · 7cb57e7a
      Arkadiy Paronyan authored
      * Reputation changes require reason
      
      * Fixes
      
      * Bump version
      7cb57e7a
  7. Dec 02, 2019
  8. Dec 01, 2019
  9. Nov 30, 2019
  10. Nov 28, 2019
    • Gavin Wood's avatar
      Sessions/epochs are 1 hour not 4. (#630) · 48c5d5ce
      Gavin Wood authored
      48c5d5ce
    • Gavin Wood's avatar
      Enable governance transactions (#628) · 8a1f2498
      Gavin Wood authored
      8a1f2498
    • Gavin Wood's avatar
      Update Substrate (#623) · 756e0cd1
      Gavin Wood authored
      * Update to latest Substrate master (#615)
      
      * Update to latest Substrate master
      
      * Remove unneeded patch + warning
      
      * Update `Cargo.lock`
      
      * Fix tests
      
      * Update again
      
      * Bump Substrate (#616)
      
      * Update lock
      
      * Fix
      
      * Few fixes
      
      * Bump to latest Substrate
      
      * Fixes
      
      * fix pre-tx-pool compilation
      
      * more compilation fixes
      
      * Updates for the injection period
      
      - Liberal slash-refunding
      - Instant unbonding
      
      * *: Enable refactored authority discovery (#624)
      
      * *: Enable authority discovery module
      
      * *: List authority discovery id after parachain validator id
      
      Make sure existing key types don't change their order by appending the
      authority discovery id instead of injecting it between im online id and
      parachain validator id.
      
      * *: Gate authority discovery module behind feature flag
      
      * cli/src/lib.rs: Fix warnings
      
      * cli/src/lib.rs: Shorten line length
      
      * Bump Substrate
      
      * Bump Substrate
      
      * Line widths
      
      * Line widths again
      
      * Revert bump.
      756e0cd1
  11. Nov 22, 2019
    • joe petrowski's avatar
      Update for Substrate master (#600) · c9b1e3d9
      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
      c9b1e3d9
    • Shawn Tabrizi's avatar
      Fix `run_to_block` for Crowdfund module (#603) · e229074f
      Shawn Tabrizi authored
      Probably a copy paste error.
      e229074f
  12. Nov 19, 2019
  13. Nov 12, 2019
    • Gavin Wood's avatar
      Allow Root to add a claim (#577) · a4c19071
      Gavin Wood authored
      * Allow Root to add a claim.
      
      * Additional test
      
      * Update lock
      a4c19071
    • Gavin Wood's avatar
      Bump Substrate & version (#574) · a7dfc317
      Gavin Wood authored
      * Bump Substrate.
      
      * Bump version
      a7dfc317
    • Gavin Wood's avatar
      Master backports (#571) · cc0e7758
      Gavin Wood authored
      * Update to latest Substrate master (#570)
      
      * Bump substrate/version (#557)
      
      * Bump version and Substrate (#560)
      
      * Bump version and Substrate
      
      * Bump version and Substrate
      
      * Bump versions
      
      * bump substrate to release specific v0.6.15
      
      * Update lock
      
      * Prepare Polkadot update for Substrate runtime interface 2.0 (#563)
      
      * Prepare Polkadot update for Substrate runtime interface 2.0
      
      * bump substrate to release specific v0.6.15
      
      * Switch to `polkadot-master`
      
      * Version bump
      
      * Master backports
      
      * Bump runtime
      
      * Fix tests
      
      * Fix tests
      
      * Another fix.
      cc0e7758
  14. Nov 08, 2019
    • Gavin Wood's avatar
      Backport all v0.6 changes to master... (#552) · bd79b34b
      Gavin Wood authored
      * Bump Substrate and versions (#531)
      
      * Bump versions
      
      * Build fix.
      
      * Enable governance (#536)
      
      * Enable governance
      
      * Tweak a few parameters
      
      * Bump substrate, versions. (#538)
      
      * Bump substrate, versions.
      
      * Build fix
      
      * Bump rpc deps (#537)
      
      * Update to latest sub
      
      * Revert branch update
      
      * Update.
      
      * Update tests.
      
      * Ignore warnings in tests.
      
      * Revert substrate (#540)
      
      * Version bump
      
      * Bump Substrate, versions. (#542)
      
      * Bump Substrate, versions.
      
      Also revert the enabling of democracy
      
      * Build fix
      
      * Bump Substrate (#544)
      
      * Bump Substrate
      
      * Fix
      
      * A few tidyups
      
      * Bump Substrate (#547)
      
      * Bump Substrate
      
      * Another bump
      
      * Fixed build for new block_import API
      
      * Enable grandpa migration. (#549)
      
      * Enable grandpa migration.
      
      * Bump runtime version
      bd79b34b
  15. Nov 05, 2019
  16. Nov 02, 2019
  17. Nov 01, 2019
    • Gavin Wood's avatar
      Bump runtime version, update substrate. (#526) · 848784e8
      Gavin Wood authored
      * Bump substrate
      
      * Bump runtime version
      
      * Fix Configuration stuff
      
      * switch to custom branch
      
      * add new backend entry, ignore it
      
      * Bump runtime version, update substrate.
      
      * Rename branch back
      
      * Update substrate
      848784e8
  18. Oct 31, 2019
    • Gavin Wood's avatar
      Bump Substrate master (#522) · 80662344
      Gavin Wood authored
      * Bump substrate
      
      * Bump runtime version
      
      * Fix Configuration stuff
      
      * fix extract_proof return type
      
      * add ImOnline module as Authorship event handler
      80662344
  19. Oct 29, 2019
    • Gavin Wood's avatar
      Update Substrate (#514) · 0168e2f0
      Gavin Wood authored
      * Update Substrate
      
      * Attempt a fix
      
      * Update substrate again
      
      * Fix compilation
      
      * update substrate add support for sentry
      
      * Fixes tests
      0168e2f0
  20. Oct 28, 2019
  21. Oct 27, 2019
  22. Oct 25, 2019
  23. Oct 24, 2019
    • Gavin Wood's avatar
      Switch elections to Phragmen, enable them in PoA (#492) · 425b8849
      Gavin Wood authored
      * Switch elections to Phragmen, enable them in PoA
      
      * Remove superfluous code.
      
      * Build fixes
      
      * Update to substrate master
      
      * Build fixes
      
      * Add warning
      
      * Disable authority discovery for now
      
      * Remove commented code
      
      * Fix warning
      425b8849