1. 14 Apr, 2020 3 commits
    • Pierre Krieger's avatar
      Companion PR to channel names (#995) · 5cfc9771
      Pierre Krieger authored
      * Companion PR to channel names
      
      * Err... fix missing event stream name
      
      * Update Substrate
      5cfc9771
    • Arkadiy Paronyan's avatar
      Bump trie-db (#997) · 22680ca6
      Arkadiy Paronyan authored
      22680ca6
    • ddorgan's avatar
      Westend Mark II (#983) · 20cb15d0
      ddorgan authored
      
      
      * Initial draft
      
      * More work
      
      * Build
      
      * Docs
      
      * Insert westend keys
      
      * Add badBlock to fork from old chain
      
      * Updated spec to reset westend
      
      * Use raw spec
      
      * Fix spec format and use westend2 for both id's
      
      * Correct public key for bootnode 3
      
      * Build
      
      * Extra space
      
      * Fix build
      
      * Lock
      
      * Update lock
      
      * Fixes
      
      * Fix for he startup text
      
      * Bump
      
      Co-authored-by: default avatarGav Wood <gavin@parity.io>
      20cb15d0
  2. 13 Apr, 2020 2 commits
  3. 09 Apr, 2020 2 commits
  4. 08 Apr, 2020 3 commits
  5. 07 Apr, 2020 1 commit
    • Cecile Tonglet's avatar
      Update cli to new sc-cli API (#935) · bee86bba
      Cecile Tonglet authored
      * Initial commit
      
      Forked at: 77de8b91
      Parent branch: origin/master
      
      * Switch substrate to branch cecton-the-revenge-of-the-cli
      
      * Adapting code
      
      * Update Cargo.lock
      
      * Adapting code
      
      * Adapt more code
      
      * Implement force_kusama parameter
      
      * Revert dependency update
      
      * Adapt code to use ref to SubstrateCli object
      
      * Updated to latest version
      
      * Updated with latest changes
      
      * Bump spec vesion
      
      * Fixed tests
      
      * WIP
      
      Forked at: 77de8b91
      Parent branch: origin/master
      
      * More fixes
      
      * Cargo.lock
      
      * Updated code
      
      * Fixed and adapt
      
      * Fixed dependency issue with wasm
      
      * Adapted code
      
      * Revert branch change
      
      * Cargo.lock
      
      * Cargo.lock
      
      * Adapt code
      
      * Clean-up
      
      * More clean-up
      
      * Cargo.lock
      bee86bba
  6. 06 Apr, 2020 2 commits
    • asynchronous rob's avatar
      Upgradeable validation functions (#918) · ed2c4cab
      asynchronous rob authored
      * upgrade primitives to allow changing validation function
      
      * set up storage schema for old parachains code
      
      * fix compilation errors
      
      * fix test compilation
      
      * add some tests for past code meta
      
      * most of the runtime logic for code upgrades
      
      * implement old-code pruning
      
      * add a couple tests
      
      * clean up remaining TODOs
      
      * add a whole bunch of tests for runtime functionality
      
      * remove unused function
      
      * fix runtime compilation
      
      * extract some primitives to parachain crate
      
      * add validation-code upgrades to validation params and result
      
      * extend validation params with code upgrade fields
      
      * provide maximums to validation params
      
      * port test-parachains
      
      * add a code-upgrader test-parachain and tests
      
      * fix collator tests
      
      * move test-parachains to own folder to work around compilation errors
      
      * fix test compilation
      
      * update the Cargo.lock
      
      * fix parachains tests
      
      * remove dbg! invocation
      
      * use new pool in code-upgrader
      
      * bump lockfile
      
      * link TODO to issue
      ed2c4cab
    • Bastian Köcher's avatar
      aea08acf
  7. 04 Apr, 2020 1 commit
  8. 03 Apr, 2020 1 commit
  9. 02 Apr, 2020 1 commit
  10. 01 Apr, 2020 2 commits
  11. 31 Mar, 2020 3 commits
  12. 30 Mar, 2020 1 commit
  13. 26 Mar, 2020 3 commits
  14. 25 Mar, 2020 2 commits
  15. 23 Mar, 2020 3 commits
  16. 22 Mar, 2020 2 commits
  17. 21 Mar, 2020 3 commits
  18. 20 Mar, 2020 1 commit
  19. 19 Mar, 2020 2 commits
  20. 17 Mar, 2020 2 commits
    • Gavin Wood's avatar
      Bump version (#907) · b5abf404
      Gavin Wood authored
      v0.7.26
      b5abf404
    • André Silva's avatar
      grandpa: add voting rule to pause new votes for a period (#904) · 5c4dcfb2
      André Silva authored
      * grandpa: add voting rule to pause new votes for a period
      
      * grandpa: increase delay
      
      * grandpa: parse custom pause delay from cli
      
      * grandpa: log scheduled pause on startup
      
      * grandpa: rename parameter to grandpa_pause
      
      * grandpa: make pause voting rule generic on block
      
      * grandpa: add test for pause voting rule
      
      * grandpa: add hardcoded pause
      
      * collator: fix test compilation
      5c4dcfb2