1. Sep 10, 2021
  2. Sep 09, 2021
  3. Sep 08, 2021
  4. Sep 07, 2021
  5. Sep 06, 2021
    • Shawn Tabrizi's avatar
      Allow Skipping Benchmark Errors (#9699) · 5d78dbf2
      Shawn Tabrizi authored
      * introduce benchmark skip
      
      * fmt
      
      * Update lib.rs
      
      * fix up
      5d78dbf2
    • Alexander Theißen's avatar
      contracts: Remove state rent (#9669) · 522e77e2
      Alexander Theißen authored
      
      
      * Remove storage rent
      
      * Add storage migration
      
      * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_contracts --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/contracts/src/weights.rs --template=./.maintain/frame-weight-template.hbs
      
      * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_contracts --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/contracts/src/weights.rs --template=./.maintain/frame-weight-template.hbs
      
      * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_contracts --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/contracts/src/weights.rs --template=./.maintain/frame-weight-template.hbs
      
      * Add migration for deletetion queue
      
      * Fix compilation
      
      * Increase gas supplied to out_of_gas to be sure that it won't deplete too early
      
      * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_contracts --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/contracts/src/weights.rs --template=./.maintain/frame-weight-template.hbs
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      522e77e2
    • Alexander Theißen's avatar
      Add initial contract macro benchmarks (#9600) · 13f3e25e
      Alexander Theißen authored
      
      
      * Add erc20 benchmarks
      
      * Fix typos
      
      Co-authored-by: default avatarMichael Müller <[email protected]>
      
      * Fix compilation issue on case sensitive fs
      
      Co-authored-by: default avatarMichael Müller <[email protected]>
      13f3e25e
    • cheme's avatar
      reset cache when storage possibly change (fix init of tests). (#9665) · 61941f28
      cheme authored
      * reset cache when storage possibly change (fix init of tests).
      
      * remove backend_storage_mut
      
      * fix warn
      
      * remove remaining backend_storage_mut
      61941f28
    • Alexander Theißen's avatar
      Don't allow failure for cargo fmt (#9702) · d99c0cea
      Alexander Theißen authored
      * Don't allow failure for cargo fmt
      
      * cargo fmt
      d99c0cea
    • Arkadiy Paronyan's avatar
      Fixed block response limit check (#9692) · cd19c7b7
      Arkadiy Paronyan authored
      * Fixed block response limit check
      
      * Fixed start block detection and added a test
      
      * Missing test
      cd19c7b7
  6. Sep 04, 2021
  7. Sep 03, 2021
  8. Sep 02, 2021
  9. Sep 01, 2021
  10. Aug 31, 2021
  11. Aug 30, 2021