Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix change_signers_info benchmark #1035

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Aug 29, 2024

  1. Fix change_signers_info benchmark

    In #978 a couple of extra checks were added to
    ensure that parameters related to signing could only change so quickly. This ended up breaking one
    of the benchmarks since the benchmark setup used a difference that was larger than the allowed
    amount.
    
    I've fixed that by reading the current values from storage (set at Genesis) and updating those by
    the allowed amount.
    HCastano committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7bc2327 View commit details
    Browse the repository at this point in the history