Skip to content
  1. Dec 16, 2020
  2. Dec 15, 2020
    • Sergey Pepyakin's avatar
      Integrate HRMP (#258) · c84c9b6b
      Sergey Pepyakin authored
      
      
      * HRMP message ingestion
      
      * Plumb hrmp_watermark to build_collation
      
      * Plumb hrmp_watermark to ValidationResult
      
      * Plumb hrmp outbound messages
      
      * Implement message-broker part of HRMP
      
      * Kill UPWARD_MESSAGES as well
      
      Otherwise, they will get resent each block
      
      * Add sudo versions for easier testing
      
      * Remove the xcmp module
      
      Not useful for the moment
      
      * Doc for HRMP message handler
      
      * Estimate the weight upper bound for on_finalize
      
      * Remove a redundant type annotation
      
      * fix spelling of a method
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * Deabbreviate dmp and hrmp in the message ingestion type
      
      * Don't use binary_search since it's broken by a following rotate
      
      Instead use the linear search. We can afford linear search here since
      due to limited scalability of HRMP we can only have at most a couple of
      dozens of channels.
      
      * Fix the watermark
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      c84c9b6b
  3. Dec 10, 2020
  4. Dec 04, 2020
  5. Dec 03, 2020
  6. Dec 02, 2020
  7. Dec 01, 2020
  8. Nov 26, 2020
  9. Nov 25, 2020
  10. Nov 23, 2020
  11. Nov 22, 2020
    • Bastian Köcher's avatar
      Wait for relay chain block import before validatiing a block announcement (#227) · e5b4e8ca
      Bastian Köcher authored
      * Start with something
      
      * Whatever
      
      * Update
      
      * MOARE
      
      * Make cumulus-network compile and tests work
      
      * Update more and fixes
      
      * More stuff
      
      * More fixes
      
      * Make collator build
      
      * Make test almost work
      
      * Remove contracts runtime
      
      * More test work
      
      * Make service compile
      
      * Fix test-service
      
      * Fix test client
      
      * More fixes
      
      * Fix collator test
      
      * Fix network tests (again)
      
      * Make everything compile, finally
      
      * Fix tests
      
      * Write test that should fail
      
      * Add `WaitOnRelayChainBlock`
      
      * Update git versions
      
      * Make it all work
      
      * Update logging
      
      * Switch to provided method for pushing an extrinsic
      
      * Try to debug CI
      
      * Aaaa
      
      * Only use Debug
      
      * Updates
      
      * Use native execution to hopefully make CI happy...
      e5b4e8ca
    • Bastian Köcher's avatar
      Bring back log prefixing (#245) · b11ec7ea
      Bastian Köcher authored
      b11ec7ea
  12. Nov 20, 2020
  13. Nov 16, 2020
  14. Nov 11, 2020
  15. Nov 10, 2020
    • cheme's avatar
      Use state machine externalities in validation runtime. (#214) · 378f6e07
      cheme authored
      * test
      
      * switch to branch
      
      * Use modified.
      
      * Use sp_externalities environmental primitives
      
      * Change to latest no_std version, add missing host function boilerplate.
      
      * remove comment (was used for debugging).
      
      * fixes
      
      * with_externalities factor
      
      * Read merged change from overlay.
      378f6e07
  16. Nov 09, 2020
  17. Nov 08, 2020
    • Bastian Köcher's avatar
      Update Cumulus for Parachains V1 (#224) · 28338431
      Bastian Köcher authored
      
      
      * Start with something
      
      * Whatever
      
      * Update
      
      * MOARE
      
      * Make cumulus-network compile and tests work
      
      * Update more and fixes
      
      * More stuff
      
      * More fixes
      
      * Make collator build
      
      * Make test almost work
      
      * Remove contracts runtime
      
      * More test work
      
      * Make service compile
      
      * Fix test-service
      
      * Fix test client
      
      * More fixes
      
      * Fix collator test
      
      * Fix network tests (again)
      
      * Make everything compile, finally
      
      * Fix tests
      
      * Update to latest masters
      
      * Remove ignore
      
      * Switch to different branch in polkadot for now
      
      * Update reference
      
      * Make it compile with latest changes
      
      * Update collator/src/lib.rs
      
      Co-authored-by: default avatarRobert Habermeier <[email protected]>
      
      * Update to latest upstream
      
      * Update to latest master
      
      * Fix test
      
      Co-authored-by: default avatarRobert Habermeier <[email protected]>
      28338431
  18. Nov 03, 2020
    • e. g's avatar
      Update release-bot.yml (#228) · 55364ac2
      e. g authored
      This should be using the most recent version of s3krit's github action otherwise it will fail
      55364ac2
  19. Oct 07, 2020
    • Cecile Tonglet's avatar
      Uniformize tests (#220) · 7b4ea8d8
      Cecile Tonglet authored
      * Initial commit
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * Copy runtime module from rococo
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * Also copy dependencies pallets and primitives
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * test-service
      
      * Move integration test
      
      * CLEANUP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * Not sure what went wrong...
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * fmt
      
      * CLEANUP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * Remove pallet contracts (not used)
      
      * Remove pallet parachain-info and token-dealer (not used)
      
      * Sort dependencies alphabetically
      
      * CLEANUP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * CumulusTestNode for testing
      
      * Speed up block generation
      
      * Fix improper shutdown
      
      * rustfmt
      
      * runtime: replace const by storage
      
      * Fix for previous commit
      
      * Remove some generics
      
      * Move generate_genesis_state to cumulus-primitives
      
      * fmt
      
      * Remove message_example
      
      * fixup! Remove message_example
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * Half the solution to previous commit :(
      
      * Revert "Fix for previous commit"
      
      This reverts commit 60010bab6797487093ac8c790b3a536f7ca0895b.
      
      * Revert "runtime: replace const by storage"
      
      This reverts commit c64b3a46f0325a98922015e0cbf3570e2e431774.
      
      Not working for some reason...
      
      * Use helper
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * Remove test-primitives
      
      * Revert "Half the solution to previous commit :("
      
      This reverts commit 9a8f89f9f06252198e6405057043c6b313f1aea4.
      
      * Revert "Revert "Half the solution to previous commit :(""
      
      This reverts commit 6a93f0f09d74ccdc3738dd78a777c483427c03ce.
      
      * Test with some extra extrinsics
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * WIP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * CLEANUP
      
      Forked at: 56753b77
      Parent branch: origin/master
      
      * Remove message broker
      7b4ea8d8
  20. Oct 06, 2020
  21. Oct 02, 2020
  22. 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
  23. Sep 09, 2020
  24. Sep 08, 2020
  25. Aug 24, 2020
  26. Aug 14, 2020
  27. Aug 13, 2020
  28. Aug 12, 2020
  29. Aug 11, 2020
  30. Aug 10, 2020
  31. Aug 08, 2020
  32. Aug 07, 2020