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

Add Proof Size to Weight Output #11637

Merged
merged 114 commits into from
Jan 26, 2023
Merged

Commits on Jun 10, 2022

  1. initial impl

    shawntabrizi committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    02d79f4 View commit details
    Browse the repository at this point in the history
  2. add template test

    shawntabrizi committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    0c8651c View commit details
    Browse the repository at this point in the history
  3. linear fit proof size

    shawntabrizi committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    6571394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d22002 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. calculate worst case pov

    shawntabrizi committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    b05dca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e8d61 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … shawntabrizi-pov-in-cli
    Parity Bot committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    1ab7c34 View commit details
    Browse the repository at this point in the history
  4. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …--manifest-path=bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_assets --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/assets/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    Parity Bot committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    1d6d2e7 View commit details
    Browse the repository at this point in the history
  5. more comment output

    shawntabrizi committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    5d52c9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34c4467 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97acc2d View commit details
    Browse the repository at this point in the history
  8. update name

    shawntabrizi committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    651f347 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d0bdf9 View commit details
    Browse the repository at this point in the history
  10. rename

    shawntabrizi committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    7c542d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    625593e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … shawntabrizi-pov-in-cli
    Parity Bot committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    dfc55b4 View commit details
    Browse the repository at this point in the history
  3. improve some comments

    shawntabrizi committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    49c8132 View commit details
    Browse the repository at this point in the history
  4. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …--manifest-path=bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_assets --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/assets/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    Parity Bot committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    baeddb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d11567 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    232cb97 View commit details
    Browse the repository at this point in the history
  7. update template

    shawntabrizi committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    7a9a3d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … shawntabrizi-pov-in-cli
    Parity Bot committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    6a0cf76 View commit details
    Browse the repository at this point in the history
  2. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …--manifest-path=bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_assets --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/assets/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    Parity Bot committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    c8cd738 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

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

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    e5e549f View commit details
    Browse the repository at this point in the history
  2. fix fmt

    shawntabrizi committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8b272c4 View commit details
    Browse the repository at this point in the history
  3. more fmt

    shawntabrizi committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f2baa71 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. more fmt

    shawntabrizi committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3b44d68 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

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

Commits on Oct 14, 2022

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

Commits on Dec 2, 2022

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

Commits on Dec 17, 2022

  1. Dont panic when there is no proof

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    a5ddf1f View commit details
    Browse the repository at this point in the history
  2. Fix test features

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c0a4bc5 View commit details
    Browse the repository at this point in the history
  3. Whitelist :extrinsic_index

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    3108f6a View commit details
    Browse the repository at this point in the history
  4. Use whitelist when recording proof

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    8eb47ec View commit details
    Browse the repository at this point in the history
  5. Add logs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    309c0cb View commit details
    Browse the repository at this point in the history
  6. Add PoV testing pallet

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    9926aef View commit details
    Browse the repository at this point in the history
  7. Deploy PoV testing pallet

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    96a4b0d View commit details
    Browse the repository at this point in the history
  8. Storage benches reside in the PoV pallet

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c48bcc9 View commit details
    Browse the repository at this point in the history
  9. Linear regress PoV per component

    Splits the PoV calculation into "measured" and "estimated".
    The measured part is reported by the Proof recorder and linear
    regressed over all components at once.
    The estimated part is calculated as worst-case by using the max
    PoV size per storage access and calculating one linear regress per
    component. This gives each component a (possibly) independent PoV.
    For now the measured size will always be lower than the PoV on
    Polkadot since it is measured on an empty snapshot. The measured
    part is therefor only used as diagnostic for debugging.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    824785d View commit details
    Browse the repository at this point in the history
  10. Put PoV into the weight templates

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    27a335b View commit details
    Browse the repository at this point in the history
  11. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    21d89aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9e7a9f9 View commit details
    Browse the repository at this point in the history
  13. Extra alanysis choise for PoV

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    ba83ba6 View commit details
    Browse the repository at this point in the history
  14. Add+Fix tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    879cf5b View commit details
    Browse the repository at this point in the history
  15. Make benches faster

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    2b19fa1 View commit details
    Browse the repository at this point in the history
  16. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    b1f89b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Use same template comments

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c19e84a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a2d9b View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/bench-bot.sh" pallet dev pallet_balances

    command-bot committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9da76e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cca1f74 View commit details
    Browse the repository at this point in the history
  5. Update referenda mock BlockWeights

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    170c358 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Take measured value size into account

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    afb4a88 View commit details
    Browse the repository at this point in the history
  2. clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    774b383 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … HEAD
    command-bot committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    43b2cdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd5b536 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    8ddaa2f View commit details
    Browse the repository at this point in the history
  2. proof_size: None

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    fe5caf9 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c34b538 View commit details
    Browse the repository at this point in the history
  2. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d69e0c4 View commit details
    Browse the repository at this point in the history
  3. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    dc1410f View commit details
    Browse the repository at this point in the history
  4. ugly, but works

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    906c60e View commit details
    Browse the repository at this point in the history
  5. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    1e02140 View commit details
    Browse the repository at this point in the history
  6. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    5595b55 View commit details
    Browse the repository at this point in the history
  7. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3a39968 View commit details
    Browse the repository at this point in the history
  8. wup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    74dde1e View commit details
    Browse the repository at this point in the history
  9. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    61b749e View commit details
    Browse the repository at this point in the history
  10. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    2e96402 View commit details
    Browse the repository at this point in the history
  11. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3991122 View commit details
    Browse the repository at this point in the history
  12. WIP

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    4c84f87 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Add pov_mode attribute to the benchmarks! macro

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    3bc2ec5 View commit details
    Browse the repository at this point in the history
  2. Use pov_mode attribute in PoV benchmarking

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f2b8c8e View commit details
    Browse the repository at this point in the history
  3. Update tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b000667 View commit details
    Browse the repository at this point in the history
  4. Scheduler, Whitelist: Add pov_mode attr

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8e631b3 View commit details
    Browse the repository at this point in the history
  5. Update PoV weights

    Your Name committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2f3ac23 View commit details
    Browse the repository at this point in the history
  6. Add CLI arg: default-pov-mode

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5acb33a View commit details
    Browse the repository at this point in the history
  7. Fix tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e2006ed View commit details
    Browse the repository at this point in the history
  8. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    21b1c64 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'server/oty-proof-size-attribute' into s…

    …hawntabrizi-pov-in-cli
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    442394a View commit details
    Browse the repository at this point in the history
  10. fix

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0a4829d View commit details
    Browse the repository at this point in the history
  11. Revert "Update PoV weights"

    This reverts commit 2f3ac23.
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    697eef7 View commit details
    Browse the repository at this point in the history
  12. Revert "WIP"

    This reverts commit c34b538.
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    95bfa49 View commit details
    Browse the repository at this point in the history
  13. Revert first approach

    This reverts commit range 8ddaa2f^..4c84f87
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    467477e View commit details
    Browse the repository at this point in the history
  14. Clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    debbc07 View commit details
    Browse the repository at this point in the history
  15. Add extra benchmarks

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    213e340 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … HEAD
    command-bot committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9fe83c5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a82f20a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    46fa61a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    81e6723 View commit details
    Browse the repository at this point in the history
  20. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9ac907d View commit details
    Browse the repository at this point in the history
  21. Clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    637641b View commit details
    Browse the repository at this point in the history
  22. Clippy 🤦

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9bd0c3d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Add reference benchmarks

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1b87727 View commit details
    Browse the repository at this point in the history
  2. Fix doc comments

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    29b8eed View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Merge remote-tracking branch 'origin/master' into shawntabrizi-pov-in…

    …-cli
    parity-processbot committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    c52210f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Undo logging

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    3dd9a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44dce06 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    6bc569b View commit details
    Browse the repository at this point in the history
  2. Add 'Ignored' pov_mode

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a4bd72c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Allow multiple attributes per benchmark

    Turns out that the current benchmarking syntax does not support
    multiple attributes per bench 🤦. Changing it to support that
    since otherwise the `pov_mode` would conflict with the others.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    52f460b View commit details
    Browse the repository at this point in the history
  2. Validate pov_mode syntax

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    4ea47d9 View commit details
    Browse the repository at this point in the history
  3. Ignore PoV for all contract benchmarks

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8878ab0 View commit details
    Browse the repository at this point in the history
  4. Test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5af9771 View commit details
    Browse the repository at this point in the history
  5. test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b5438b2 View commit details
    Browse the repository at this point in the history
  6. Bump macro recursion limit

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    545f26f View commit details
    Browse the repository at this point in the history
  7. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    fc33556 View commit details
    Browse the repository at this point in the history
  8. Update contract weights

    They dont have a PoV component anymore.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b77fb33 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d988e35 View commit details
    Browse the repository at this point in the history
  10. fix test ffs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    20633ea View commit details
    Browse the repository at this point in the history
  11. pov_mode is unsupported in V2 syntax

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    4a6a3e7 View commit details
    Browse the repository at this point in the history
  12. Fix pallet ui tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f45c2f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. update pallet ui

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    74f84d6 View commit details
    Browse the repository at this point in the history
  2. Fix pallet ui tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2674325 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Update weights

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    047cf4f View commit details
    Browse the repository at this point in the history