Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Pre-Charge max size when contracts access storage #10691

Merged
merged 19 commits into from
Jan 24, 2022

Commits on Jan 18, 2022

  1. Fix seal_get_storage

    athei committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    eb64be8 View commit details
    Browse the repository at this point in the history
  2. Fix seal_take_storage

    athei committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    2376481 View commit details
    Browse the repository at this point in the history
  3. Add more benchmarks

    athei committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    bbc5b90 View commit details
    Browse the repository at this point in the history
  4. 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
    Parity Bot committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    6e6fcef View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Fix seal_set_storage

    athei committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    05fe91a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b9d2d2 View commit details
    Browse the repository at this point in the history
  3. Fix benchmarks

    athei committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    71add00 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … at-fix-precharge
    Parity Bot committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    1057fdb View commit details
    Browse the repository at this point in the history
  5. 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
    Parity Bot committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    de4f77a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfe118b View commit details
    Browse the repository at this point in the history
  7. Fix up code loading

    athei committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    5b7ffb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    a5afa55 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Apply suggestions from code review

    Co-authored-by: Hernando Castano <[email protected]>
    athei and HCastano authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    885e589 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b95077f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f0cc32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    239e688 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f32721c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    781d331 View commit details
    Browse the repository at this point in the history
  7. cargo run --quiet --profile=production --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
    Parity Bot committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c838d28 View commit details
    Browse the repository at this point in the history