1. Apr 21, 2020
  2. Apr 20, 2020
  3. Apr 17, 2020
  4. Apr 16, 2020
  5. Apr 15, 2020
  6. Apr 14, 2020
  7. Apr 13, 2020
  8. Apr 09, 2020
  9. Apr 08, 2020
  10. Apr 07, 2020
    • Cecile Tonglet's avatar
      Update cli to new sc-cli API (#935) · 9477be34
      Cecile Tonglet authored
      * Initial commit
      
      Forked at: 9283855d
      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: 9283855d
      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
      9477be34
  11. Apr 06, 2020
    • Kian Paimani's avatar
      Enable validate unsigned (#974) · 01152827
      Kian Paimani authored
      01152827
    • asynchronous rob's avatar
      Upgradeable validation functions (#918) · 10cec3b5
      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
      10cec3b5
    • Bastian Köcher's avatar
      b31b52dd
    • gabriel klawitter's avatar
      ci: deploy: remove test branch (#975) · 65c5a1b5
      gabriel klawitter authored
      65c5a1b5
  12. Apr 05, 2020
  13. Apr 04, 2020
  14. Apr 03, 2020
    • Bastian Köcher's avatar
      Ensure that table router is always built (#952) · c021f854
      Bastian Köcher authored
      * Ensure that table router is always build
      
      This pr ensures that the table router is always build, aka the future is
      resolved. This is important, as the table router internally spawns tasks
      to handle gossip messages. Handling gossip messages is not only required
      on parachain validators, but also on relay chain validators to receive collations.
      
      Tests are added to ensure that the assumptions hold.
      
      * Fix compilation
      
      * Switch to closures
      
      * Remove empty line
      
      * Revert "Remove empty line"
      
      This reverts commit 0d4aaba1780aec1c8d61e1d5dcf7768918af02d9.
      
      * Revert "Switch to closures"
      
      This reverts commit d128c4ecc02c911552a3bfd2142b5a4f7b1338ba.
      
      * Hybrid approach
      
      * Rename test
      
      * Make trait crate local
      c021f854
    • André Silva's avatar
      Update substrate (#970) · b3d326ac
      André Silva authored
      
      
      * update substrate
      
      * Hopefully fix compilation
      
      * network: rename roles to role
      
      * runtime: fix runtime-benchmarks compilation
      
      Co-authored-by: default avatarPierre Krieger <[email protected]>
      b3d326ac
    • gabriel klawitter's avatar
      ci: kusama-nightly-staging: removal of substrate's polkadot-master branch (#962) · 189c5426
      gabriel klawitter authored
      * ci: kusama-nightly-staging: remove builds for the branches and trigger deployment directly
      
      * ci: kusama-nightly-staging: remove ii and fix
      189c5426
    • Pierre Krieger's avatar
      Companion PR to splitting Roles (#960) · 8ce71541
      Pierre Krieger authored
      
      
      * Companion PR to splitting Roles
      
      * Fix network tests
      
      * Fix service build
      
      * Even more fixing
      
      * Oops, quick fix
      
      * use is_network_authority in grandpa service config
      
      Co-authored-by: default avatarAndré Silva <[email protected]>
      8ce71541