Skip to content
  1. Jul 27, 2021
  2. Jul 23, 2021
    • Denis_P's avatar
      CI: build a test artifact (#527) · 5dbe70c4
      Denis_P authored
      * CI: build a test artifact
      
      * CI: try building before testing
      
      * CI: try proper bin name
      
      * CI: preempty cache to benchmark properly
      
      * CI: run build after test
      
      * CI: change target source
      
      * CI: try build before test once again
      
      * CI: chore
      
      * CI: prepopulate target cache
      
      * CI: conditional build; aws sync
      
      * CI: mock building to test publishing
      
      * CI: lacks permissions in the other job
      
      * CI: undebug
      5dbe70c4
    • tgmichel's avatar
      Add `rpc_http_threads` (#548) · 0b730156
      tgmichel authored
      0b730156
  3. Jul 21, 2021
  4. Jul 20, 2021
  5. Jul 16, 2021
  6. Jul 15, 2021
  7. Jul 07, 2021
  8. Jul 06, 2021
  9. Jul 05, 2021
  10. Jul 02, 2021
  11. Jun 28, 2021
  12. Jun 23, 2021
  13. Jun 22, 2021
  14. Jun 20, 2021
  15. Jun 19, 2021
  16. Jun 18, 2021
  17. Jun 17, 2021
  18. Jun 16, 2021
  19. Jun 13, 2021
  20. Jun 12, 2021
  21. Jun 11, 2021
  22. Jun 10, 2021
  23. Jun 08, 2021
    • JesseAbram's avatar
      Add session weight (#477) · 37e474a9
      JesseAbram authored
      
      
      * session weight
      
      * decouple session benchmarking and collator selection
      
      * removed mock
      
      * licensing
      
      * benchmarking script
      
      * set benchmarking into runtime
      
      * Update scripts/benchmarks.sh
      
      * real weights
      
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      37e474a9
    • 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
  24. Jun 07, 2021