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

Gas management, estimation, limitation #963

Merged
merged 32 commits into from
May 16, 2018
Merged

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    46f9445 View commit details
    Browse the repository at this point in the history
  2. GasMeter & context updates

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    2699180 View commit details
    Browse the repository at this point in the history
  3. Changes to bank keeper for gas

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    efc7843 View commit details
    Browse the repository at this point in the history
  4. Basic gas impl, quick testcase

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f0e4d24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddb3b36 View commit details
    Browse the repository at this point in the history
  6. Linter fixes

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    af379b6 View commit details
    Browse the repository at this point in the history
  7. Swap to panic/recover version

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    1f8ef62 View commit details
    Browse the repository at this point in the history
  8. Catch out-of-gas panics

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    0951705 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca4ef9a View commit details
    Browse the repository at this point in the history
  10. GasKVStore WIP

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    c410ceb View commit details
    Browse the repository at this point in the history
  11. Add GasIterator

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    ef1923f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9dfccb1 View commit details
    Browse the repository at this point in the history
  13. Gas-wrap ctx.KVStore

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    1c4ed7b View commit details
    Browse the repository at this point in the history
  14. Add baseapp.CheckFull

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    da5fe2e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    097646e View commit details
    Browse the repository at this point in the history
  16. SimulateTx through Query

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    a240554 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c1c40b View commit details
    Browse the repository at this point in the history
  18. Update changelog

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    2147203 View commit details
    Browse the repository at this point in the history
  19. Rebase

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    702ffaf View commit details
    Browse the repository at this point in the history
  20. Move GasKVStore to /store

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    147cf9f View commit details
    Browse the repository at this point in the history
  21. Minor fix, testcases

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    ce38d8f View commit details
    Browse the repository at this point in the history
  22. PR comment: codec => cdc

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    a801874 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    38716d5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4cfa99e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d55ba2c View commit details
    Browse the repository at this point in the history
  26. Update changelog

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    396bf74 View commit details
    Browse the repository at this point in the history
  27. Unexport verifyCost

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    4775437 View commit details
    Browse the repository at this point in the history
  28. Rebase changelog

    cwgoes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    0cc1c52 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Address PR comments

    cwgoes committed May 16, 2018
    Configuration menu
    Copy the full SHA
    4134bf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e2207 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d5b048 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bdcad5 View commit details
    Browse the repository at this point in the history