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

Optimized weights #10692

Merged
merged 6 commits into from
Jan 24, 2022
Merged

Optimized weights #10692

merged 6 commits into from
Jan 24, 2022

Commits on Jan 18, 2022

  1. Add optimization flags to 'release' profile

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

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

Commits on Jan 19, 2022

  1. Add missing pallets

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    7665b68 View commit details
    Browse the repository at this point in the history
  2. Add production profile

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

Commits on Jan 20, 2022

  1. pallet-collective: fix tests

    the weight of System.remark went to 0, the collective test uses a
    remark call to trigger an out-of-gas condition so I replaced it
    with a `remark_with_event` call.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    aed7ab2 View commit details
    Browse the repository at this point in the history