Skip to content
  1. Apr 16, 2020
  2. Apr 15, 2020
  3. Apr 14, 2020
  4. Apr 13, 2020
  5. Apr 09, 2020
  6. Apr 08, 2020
  7. Apr 07, 2020
    • Max Inden's avatar
      service/src/lib: Enable authority discovery on sentry nodes · 4d2d100f
      Max Inden authored
      When run as a sentry node, the authority discovery module does not
      publish any addresses to the dht, but still discovers validators and
      sentry nodes of validators.
      4d2d100f
    • 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
  8. Apr 06, 2020
    • Kian Paimani's avatar
      Enable validate unsigned (#974) · cda8004c
      Kian Paimani authored
      cda8004c
    • 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
    • gabriel klawitter's avatar
      ci: deploy: remove test branch (#975) · 9e21a6c7
      gabriel klawitter authored
      9e21a6c7
  9. Apr 05, 2020
  10. Apr 04, 2020
  11. Apr 03, 2020
  12. Apr 02, 2020
  13. Apr 01, 2020
  14. Mar 31, 2020
    • asynchronous rob's avatar
      PoV-block gossip (#930) · 5f376dfd
      asynchronous rob authored
      * add pov-block gossip message to network
      
      * tests for pov-block gossip
      
      * integrate pov-block gossip into main protocol
      
      * message validation fetches pov blocks
      
      * remove stray dbg! invocation
      
      * test that pov-block is fetched from relay-parent topic
      5f376dfd