1. Sep 16, 2020
    • Cecile Tonglet's avatar
      Test for not-validator mode (#167) · 56753b77
      Cecile Tonglet authored
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      56753b77
    • Cecile Tonglet's avatar
      Fix integration test again (#201) · badf52b1
      Cecile Tonglet authored
      * Initial commit
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * Pushed branch for polkadot & substrate
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * using rococo and tick
      
      * Revert "using rococo and tick"
      
      This reverts commit d81db9246ff7061478649ffea3e49e417fcb6959.
      
      * debug
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * Revert "Revert "using rococo and tick""
      
      This reverts commit 45ec2be89f2b8af82da8dcb9d19d900571598766.
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * Update rococo-parachains/src/service.rs
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * Revert "WIP"
      
      This reverts commit d3f63ed0a314ffe12c0066124076736017981b80.
      
      * WIP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * Use inprocess validation
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * Fix failing test
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * increase logs
      
      * Removed a bit of logs
      
      * Revert branch change
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * Test without STDIN close detection
      
      * Bypass validation pool
      
      * Switch to rococo-branch
      
      * Move start_test_collator to rococo-collator
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 10533db9
      Parent branch: origin/master
      badf52b1
  2. Sep 09, 2020
  3. Sep 08, 2020
  4. Aug 24, 2020
  5. Aug 14, 2020
  6. Aug 13, 2020
  7. Aug 12, 2020
  8. Aug 11, 2020
  9. Aug 10, 2020
  10. Aug 08, 2020
  11. Aug 07, 2020
  12. Aug 06, 2020
  13. Aug 04, 2020
  14. Jul 30, 2020
  15. Jul 29, 2020
  16. Jul 28, 2020
  17. Jul 27, 2020
  18. Jul 26, 2020
  19. Jul 25, 2020
  20. Jul 23, 2020
  21. Jul 16, 2020
  22. Jul 09, 2020
  23. Jul 06, 2020
  24. Jul 02, 2020
    • Bastian Köcher's avatar
      Fix multi collator setup (#133) · 6ca066c8
      Bastian Köcher authored
      * Start
      
      * Fix compilation
      
      * Fix chainspec
      
      * Don't set best 2 times for the same block
      
      * Check the status of a block before building on it
      
      * Check that the block exists before setting it as the new best
      
      * Reorder code
      
      * Fork choice depends on sync status
      
      * Switch branch again
      6ca066c8
  25. Jul 01, 2020
  26. Jun 19, 2020
  27. Jun 18, 2020
    • Bastian Köcher's avatar
      Implement basic upward & downward messages (#118) · c9aaddf6
      Bastian Köcher authored
      * Start by replacing branch names and set `DownwardMessage`
      
      * Add the upward-message crate
      
      * Add Kusama & Polkadot
      
      * More work on getting the upward messages working
      
      * Fix build
      
      * Begin to integrate it into the test Parachain
      
      * Update
      
      * Make everything compile again
      
      * Switch to westend and print parachain account on startup
      
      * Use MultiSignature etc
      
      * Fix validate block
      
      * Some downward messages work
      
      * Update git reference
      
      * More downward messages integration
      
      * Update test runtime for downward messages
      
      * Enable downward message handler and withdraw send tokens
      
      * Add some docs
      
      * Begin to implement simple XCMP
      
      * More work
      
      * Fixes and make parachain id configurable
      
      * Make parachain ID be part of the genesis
      
      * Finishing the XCMP message demo
      
      * Update and fixes tests
      
      * Update branch
      c9aaddf6
    • Joshy Orndorff's avatar
      Allow custom polkadot chainspec. (#122) · 071d7a11
      Joshy Orndorff authored
      071d7a11