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

pallet-treasury: Improve remove_approval benchmark #5713

Merged
merged 4 commits into from
Sep 17, 2024

Commits on Sep 13, 2024

  1. pallet-treasury: Improve remove_approval benchmark

    When `SpendOrigin` doesn't return any `succesful_origin`, it doesn't mean that `RejectOrigin` will do the same.
    Thus, this pr fixes a potential wrong benchmarked weight for when `SpendOrigin` is set to e.g. `NeverOrigin`.
    bkchr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    13a73d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    31a52e1 View commit details
    Browse the repository at this point in the history
  2. PRDOC

    bkchr committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8a1f830 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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