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

feat(baseapp): add option to disable block gas meter #19626

Merged
merged 7 commits into from
Mar 11, 2024

Commits on Mar 5, 2024

  1. feat: add option to disable block gas meter

    ref: cosmos#19613
    
    block gas meter is not safe when executing transactions in parallel.
    yihuang committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4bcd297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a033aeb View commit details
    Browse the repository at this point in the history
  3. comment

    yihuang committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6f3226f View commit details
    Browse the repository at this point in the history
  4. Update baseapp/baseapp.go

    yihuang authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3f57035 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. move changelog

    yihuang committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8166036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3ddbc1 View commit details
    Browse the repository at this point in the history
  3. Update baseapp/baseapp.go

    yihuang authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2305a8a View commit details
    Browse the repository at this point in the history