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

CheckWeight: account for extrinsic len as proof size #4765

Merged
merged 14 commits into from
Jun 14, 2024

Commits on Jun 11, 2024

  1. Account for block lentht as storage proof weight

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    49f799a View commit details
    Browse the repository at this point in the history
  2. collators: use 100% block limits

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2211d15 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e1f9786 View commit details
    Browse the repository at this point in the history
  4. add prdoc

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8b9eda7 View commit details
    Browse the repository at this point in the history
  5. fix prdoc

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    18e481c View commit details
    Browse the repository at this point in the history
  6. damage

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ef2c858 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Revert "collators: use 100% block limits"

    This reverts commit 2211d15.
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    010c33f View commit details
    Browse the repository at this point in the history
  2. adjust PRDoc

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c249767 View commit details
    Browse the repository at this point in the history
  3. get_storage_weight in tests

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    25d7404 View commit details
    Browse the repository at this point in the history
  4. call CheckWeight:pre_dispatch in all tests

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cf9b8d6 View commit details
    Browse the repository at this point in the history
  5. address comments

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4e10b62 View commit details
    Browse the repository at this point in the history
  6. I once again fixed the PRDoc

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    89565b0 View commit details
    Browse the repository at this point in the history
  7. fix executive tests

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cf873ef View commit details
    Browse the repository at this point in the history
  8. just tests, no bumps

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1b985aa View commit details
    Browse the repository at this point in the history