Skip to content
  1. Jan 09, 2020
    • Gavin Wood's avatar
      Bump Substrate & versions (#747) · ddce5fe4
      Gavin Wood authored
      * Bump versions
      
      * Update for tipping treasury
      
      * Bump substrate
      
      * Fixes
      
      * Put send_consensus back in.
      
      * Fix test
      
      * Fixes
      
      * Fixes
      
      * Fix warning
      ddce5fe4
    • Gavin Wood's avatar
      v0.7.16 (#744) · d9b8ba77
      Gavin Wood authored
      * Bump Substrate and versions
      
      * Bump Substrate
      d9b8ba77
  2. Jan 08, 2020
  3. Jan 07, 2020
  4. Jan 06, 2020
    • Gavin Wood's avatar
      Bump version (#729) · bf858b0a
      Gavin Wood authored
      bf858b0a
    • Gavin Wood's avatar
      Hotfix for Kusama (#724) · 5cb929a1
      Gavin Wood authored
      
      
      * cli: revert borked kusama chain on startup
      
      * Docs.
      
      * cli: fix reversal of bork kusama fork
      
      * cli: force always can author
      
      * Version bump
      
      * service: support setting fork blocks in config
      
      * service: add support for bad blocks extension
      
      * service: add badBlocks to kusama chainspec
      
      * Bump Substrate to hotfix version.
      
      * service: add bad block to kusama chain spec
      
      * cleanup kusama hotfix
      
      * add kusama grandpa hotfix
      
      * Bump substrate
      
      * Bump spec_version
      
      * Rebump
      
      * cli: remove unnecessary dependencies
      
      * service: revert can_author_with fix
      
      * service: remove unnecessary method
      
      * Don't try to track polkadot runtime verion yet
      
      * Versions
      
      * service: better grandpa fix detection
      
      Co-authored-by: default avatarAndré Silva <[email protected]>
      5cb929a1
  5. Jan 05, 2020
  6. Jan 03, 2020
  7. Jan 01, 2020
  8. Dec 24, 2019
  9. Dec 20, 2019
  10. Dec 19, 2019
  11. Dec 18, 2019
  12. Dec 17, 2019
  13. Dec 12, 2019
  14. Dec 10, 2019
  15. Dec 09, 2019
  16. Dec 05, 2019
  17. 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
  18. Dec 03, 2019
    • Gavin Wood's avatar
      Update Substrate (#649) · d80adcee
      Gavin Wood authored
      * Bump Substrate
      
      * Bump version
      
      * Reinstate wasmtime
      
      * Fix warning.
      d80adcee
    • 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
  19. Dec 02, 2019
  20. Dec 01, 2019
  21. Nov 30, 2019
  22. 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
  23. 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