Skip to content
  1. Apr 09, 2021
  2. Apr 08, 2021
  3. Apr 07, 2021
  4. Apr 06, 2021
  5. Apr 05, 2021
  6. Apr 04, 2021
  7. Apr 03, 2021
  8. Apr 02, 2021
    • ordian's avatar
      companion: update wasmtime to 0.24.0 (#2625) · cd9449cb
      ordian authored
      * update using diener
      
      * fix zstd upgrade
      
      * Revert "update using diener"
      
      This reverts commit 701fdfe3822d6beac4bfda591a1dbcb99bcadb1a.
      
      * update zstd to 0.6
      
      * update using diener
      
      * Revert "update using diener"
      
      This reverts commit fc81df6355375b1328bb6126e3227f193583a61b.
      
      * update Substrate
      
      Co-authored-by: parity-processbot <>
      cd9449cb
    • asynchronous rob's avatar
      add disputes members to `HostConfiguration` (#2806) · c54f8848
      asynchronous rob authored
      * add disputes members to `HostConfiguration`
      
      * revert bad rename
      c54f8848
  9. Apr 01, 2021
    • thiolliere's avatar
      Ease parachain candidate code fetching (#2593) · beca01f1
      thiolliere authored
      
      
      * code stored in para + modify CandidateDescriptor.
      
      * WIP: digest + some more impl
      
      * validation_code_hash in payload + check in inclusion
      
      * check in client + refator
      
      * tests
      
      * fix encoding indices
      
      * remove old todos
      
      * fix test
      
      * fix test
      
      * add test
      
      * fetch validation code inside collation-generation from the relay-chain
      
      * HashMismatch -> PoVHashMismatch + miscompilation
      
      * refactor, store hash when needed
      
      * storage rename: more specific but slightly too verbose
      
      * do not hash on candidate validation, fetch hash instead
      
      * better test
      
      * fix test
      
      * guide updates
      
      * don't panic in runtime
      
      Co-authored-by: default avatarRobert Habermeier <[email protected]>
      beca01f1