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: check tx gas limit against block gas limit #16547

Merged
merged 27 commits into from
Jun 20, 2023
Merged

Commits on Jun 14, 2023

  1. updates

    alexanderbez committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b29ea13 View commit details
    Browse the repository at this point in the history
  2. updates

    alexanderbez committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9816ad5 View commit details
    Browse the repository at this point in the history
  3. updates

    alexanderbez committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    4ee99d9 View commit details
    Browse the repository at this point in the history
  4. updates

    alexanderbez committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b2bd73f View commit details
    Browse the repository at this point in the history
  5. updates

    alexanderbez committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c83162f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e94dc4c View commit details
    Browse the repository at this point in the history
  7. updates

    alexanderbez committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f804f1e View commit details
    Browse the repository at this point in the history
  8. Merge branch 'bez/check-tx-gas-block' of github.com:cosmos/cosmos-sdk…

    … into bez/check-tx-gas-block
    alexanderbez committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    87153cd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. updates

    alexanderbez committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    20fc493 View commit details
    Browse the repository at this point in the history
  2. updates

    alexanderbez committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bbcdece View commit details
    Browse the repository at this point in the history
  3. updates

    alexanderbez committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ac72869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfb9caf View commit details
    Browse the repository at this point in the history
  5. updates

    alexanderbez committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e8837b7 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'bez/check-tx-gas-block' of github.com:cosmos/cosmos-sdk…

    … into bez/check-tx-gas-block
    alexanderbez committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2540103 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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

    alexanderbez committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    667765b View commit details
    Browse the repository at this point in the history
  3. docs++

    alexanderbez committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fde1547 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 20, 2023

  1. updates

    alexanderbez committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    44f55f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa40b23 View commit details
    Browse the repository at this point in the history
  3. updates

    alexanderbez committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    de4da6b View commit details
    Browse the repository at this point in the history
  4. updates

    alexanderbez committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f8ffe1c View commit details
    Browse the repository at this point in the history
  5. updates

    alexanderbez committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ff0fd01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46f9c77 View commit details
    Browse the repository at this point in the history
  7. fix tests, might need to add an extra test that shows that if the tx …

    …gas limit is higher than maxblockgas it panics
    facundomedica committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5360e0f View commit details
    Browse the repository at this point in the history
  8. remove extra line

    facundomedica committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4ea9b70 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2dd1b26 View commit details
    Browse the repository at this point in the history