1. May 19, 2022
    • kostekIV's avatar
      ba1f31d0
    • Koute's avatar
      Switch to pooling copy-on-write instantiation strategy for WASM (#11232) · dd854c16
      Koute authored
      * Switch to pooling copy-on-write instantiation strategy for WASM
      
      * Fix benchmark compilation
      
      * Fix `cargo fmt`
      
      * Fix compilation of another benchmark I've missed
      
      * Cleanups according to review comments
      
      * Move `max_memory_size` to `Semantics`
      
      * Set `memory_guaranteed_dense_image_size` to `max_memory_size`
      
      * Rename `wasm_instantiation_strategy` to `wasmtime_instantiation_strategy`
      
      * Update the doc-comments regarding the instantiation strategy
      
      * Extend the integration tests to test every instantiation strategy
      
      * Don't drop the temporary directory until the runtime is dropped in benchmarks
      
      * Don't drop the temporary directory until the runtime is dropped in tests
      dd854c16
  2. May 18, 2022
  3. May 17, 2022
  4. May 16, 2022
  5. May 15, 2022
  6. May 14, 2022
    • Nazar Mokrynskyi's avatar
      Network sync refactoring (part 3) (#11347) · 8a458708
      Nazar Mokrynskyi authored
      * Move `light.v1.proto` schema into new crate `sc-network-light`
      
      * Move `sc_network::light_client_requests` and submodule to `sc_network_light::light_client_requests`
      
      * Fix apparently outdated reference in documentation and visibility modifier
      
      * Fix rustdoc check
      
      * Update lock file
      8a458708
  7. May 13, 2022
  8. May 12, 2022
  9. May 11, 2022
  10. May 10, 2022