Skip to content
  1. Aug 07, 2020
  2. Aug 06, 2020
  3. Aug 04, 2020
  4. Jul 30, 2020
  5. Jul 29, 2020
  6. Jul 28, 2020
  7. Jul 27, 2020
  8. Jul 26, 2020
  9. Jul 25, 2020
  10. Jul 23, 2020
  11. Jul 16, 2020
  12. Jul 09, 2020
  13. Jul 06, 2020
  14. 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
  15. Jul 01, 2020
  16. Jun 19, 2020
  17. 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
  18. Jun 15, 2020
  19. Jun 11, 2020
  20. Jun 05, 2020
  21. Jun 03, 2020
  22. May 27, 2020
  23. May 19, 2020
  24. May 18, 2020
  25. May 15, 2020
  26. May 12, 2020
    • Peter Goodspeed-Niklaus's avatar
      fix docker script (#93) · a29ac85f
      Peter Goodspeed-Niklaus authored
      
      
      * fix test collator compilation failure
      
      Closes #88.
      
      * copy method instead of using feature
      
      Using a feature gate like "test-features" is problematic because
      it is leaky: depending on situational considitons such as the
      current working directory when compilation is attempted, the
      feature may or may not be applied, which makes success inconsistent.
      It's simpler in this case to copy a dozen lines of code than to
      work out all the issues with test features.
      
      * docker script shoudld work on cumulus-branch (default)
      
      * Add storage_append to runtime
      
      Co-authored-by: default avatarCecile Tonglet <[email protected]>
      a29ac85f
  27. May 08, 2020