Skip to content
  1. Dec 22, 2021
  2. Dec 20, 2021
  3. Dec 10, 2021
  4. Dec 02, 2021
  5. Nov 19, 2021
  6. Nov 16, 2021
  7. Nov 12, 2021
  8. Nov 11, 2021
  9. Nov 10, 2021
    • Bastian Köcher's avatar
      Remove `parachain-id` cli command (#739) · c6c9ee1a
      Bastian Köcher authored
      This was never planned to be a permanent feature. This was mainly added for testing purposes, but
      now was copied by everybody. The users should be more specific about the para id and set this
      properly in the chain spec.
      c6c9ee1a
  10. Oct 22, 2021
  11. Oct 11, 2021
  12. Oct 04, 2021
    • Bastian Köcher's avatar
      Add `relay_parent` to block announce data (#640) · bd6b1472
      Bastian Köcher authored
      * Add `relay_parent` to block announce data
      
      This is required to make it more future proof when contextual execution is coming. While this
      changes the `BlockAnnounceData` type, it is written in a way to make it backwards compatible.
      
      * FMT
      bd6b1472
  13. Oct 01, 2021
  14. Sep 30, 2021
  15. Sep 19, 2021
  16. Sep 16, 2021
  17. Sep 12, 2021
  18. Sep 10, 2021
  19. Sep 04, 2021
  20. Aug 28, 2021
  21. Aug 07, 2021
  22. Aug 05, 2021
  23. Aug 03, 2021
  24. Jul 27, 2021
  25. Jul 23, 2021
  26. Jul 21, 2021
  27. Jul 20, 2021
  28. Jul 05, 2021
  29. Jun 28, 2021
  30. Jun 20, 2021
  31. Jun 17, 2021
  32. Jun 16, 2021
  33. Jun 11, 2021
  34. Jun 08, 2021
    • cheme's avatar
      Compact proof. (#295) · e8b4b364
      cheme authored
      
      
      * compact, need to be made optional and look into/compress child trie
      roots/state.
      
      * proto with child trie support
      
      * Missing set_offchain_storage overload.
      
      * right name
      
      * Ignore offchain indexing in validation function.
      
      * patch trie-db
      
      * decompress from iter
      
      * use compressed proof
      
      * remove wasm blob from proof (no inject plugged yet)
      
      * change lock
      
      * update trie
      
      * change in toml
      
      * Revert "change in toml"
      
      This reverts commit e588583b79e1a64e2a54157b40968aa6b586fbbe.
      
      * use patch to branches
      
      * i
      
      * i:wq
      
      * switch branch
      
      * ii
      
      * ok, needed to patch the runtime by putting substrate patch in polkadot
      project.
      
      * test passing with this conf
      
      * actual lazy code fetch
      
      * patch issue
      
      * Code reorg
      
      * restore commented tests.
      
      * update deps.
      
      * remove polka patch
      
      * fixes
      
      * remove patch
      
      * revert cargo.lock
      
      * cargo update -p sp-trie polkadot-service
      
      * fix collator test (using parent state root).
      
      * Update pallets/parachain-system/src/validate_block/implementation.rs
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * Remove encode_witness test function.
      
      * Update pallets/parachain-system/src/validate_block/implementation.rs
      
      * Fix compilation
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      e8b4b364