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

R4R: Refactor Gas/Fee Model #3258

Merged
merged 58 commits into from
Jan 18, 2019
Merged

Commits on Jan 8, 2019

  1. Remove initial minimum fee logic in favor of min gas prices

    Aleksandr Bezobchuk committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    57e6d29 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into bez/3248-fee-model-refactor-i

    Aleksandr Bezobchuk committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    0c66cbd View commit details
    Browse the repository at this point in the history
  3. Remove dead ante code

    Aleksandr Bezobchuk committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    89243a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Fix IsAnyGTE and remove unused IsAnyGT

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    4b60963 View commit details
    Browse the repository at this point in the history
  2. Fix IsAnyGTE and remove unused IsAnyGT

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5d88b4e View commit details
    Browse the repository at this point in the history
  3. Remove redundant coins length check

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    3a4bb2e View commit details
    Browse the repository at this point in the history
  4. Add comment for searchOther purpose

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    db72ffb View commit details
    Browse the repository at this point in the history
  5. Fix IsAnyGTE godoc and add additional test case

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    6bda9b1 View commit details
    Browse the repository at this point in the history
  6. Update EnsureSufficientMempoolFees and add unit tests

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    7308a1f View commit details
    Browse the repository at this point in the history
  7. Update context test

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    85bc046 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ac8897 View commit details
    Browse the repository at this point in the history
  9. Fix local net flags

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    674a3ca View commit details
    Browse the repository at this point in the history
  10. Update config unit tests

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    861297c View commit details
    Browse the repository at this point in the history
  11. Merge branch 'develop' into bez/3248-fee-model-refactor-i

    Aleksandr Bezobchuk committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    3eaf90c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Fix broken CLI tests

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    de87c75 View commit details
    Browse the repository at this point in the history
  2. Change flag to "minimum_gas_prices" to support config file loading

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    57dd18e View commit details
    Browse the repository at this point in the history
  3. Support manually providing gas prices via the CLI

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    dc988e6 View commit details
    Browse the repository at this point in the history
  4. Support gas prices via REST

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    81e9421 View commit details
    Browse the repository at this point in the history
  5. Add gas_prices field to base_req in Swagger config

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    6104bac View commit details
    Browse the repository at this point in the history
  6. Implement TestGaiaCLIGasPrices

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    27bae4b View commit details
    Browse the repository at this point in the history
  7. Add a Fees & Gas section to gaia CLI docs

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d52c5ee View commit details
    Browse the repository at this point in the history
  8. Add pending log entry

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    cc89443 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' into bez/3248-fee-model-refactor-i

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a1e4679 View commit details
    Browse the repository at this point in the history
  10. Fix docs

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    ba0eb5a View commit details
    Browse the repository at this point in the history
  11. Remove normalization gas factor

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a3e2307 View commit details
    Browse the repository at this point in the history
  12. Fix unit tests due to removal of gas norm.

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    cd432b6 View commit details
    Browse the repository at this point in the history
  13. Update CLI tests to account for higher fee amounts

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    cabbce5 View commit details
    Browse the repository at this point in the history
  14. Increase coin amounts in local testnet

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    94c8860 View commit details
    Browse the repository at this point in the history
  15. Increase self-bond amount in local testnet

    Aleksandr Bezobchuk committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1338072 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Update FlagGasPrices description

    Aleksandr Bezobchuk committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    ccfac6e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Merge branch 'develop' into bez/3248-fee-model-refactor-i

    Aleksandr Bezobchuk committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    43b0303 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Merge branch 'develop' into bez/3248-fee-model-refactor-i

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    a2e2b79 View commit details
    Browse the repository at this point in the history
  2. [wip] update minimum fees to be of type DecCoins

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    12cbe4d View commit details
    Browse the repository at this point in the history
  3. implement Dec#Ceil along with unit tests

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    e31665a View commit details
    Browse the repository at this point in the history
  4. add amount and denom checks to DecCoin constructors

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    68c2004 View commit details
    Browse the repository at this point in the history
  5. update DecCoin/s unit tests

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    f84ff9b View commit details
    Browse the repository at this point in the history
  6. refactor EnsureSufficientMempoolFees

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    02229e8 View commit details
    Browse the repository at this point in the history
  7. update CLI flag examples

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    4fabff2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c9ac8b View commit details
    Browse the repository at this point in the history
  9. Update server config to accept DecCoins

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    be7f097 View commit details
    Browse the repository at this point in the history
  10. update ante handler godoc

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d3eece2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e8341b8 View commit details
    Browse the repository at this point in the history
  12. fix gaia imports

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d4573c8 View commit details
    Browse the repository at this point in the history
  13. update TxBuilder to handle DecCoins for gas prices

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    995a296 View commit details
    Browse the repository at this point in the history
  14. update rest utils to use DecCoins for gas prices

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    81c06f4 View commit details
    Browse the repository at this point in the history
  15. update more cli and config examples

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d0c3def View commit details
    Browse the repository at this point in the history
  16. Update Swagger

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    9fe90ea View commit details
    Browse the repository at this point in the history
  17. fix CLI tests

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    2404649 View commit details
    Browse the repository at this point in the history
  18. update gaiacli doc

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    475d7ee View commit details
    Browse the repository at this point in the history
  19. Merge branch 'develop' into bez/3248-fee-model-refactor-i

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    12e4ad2 View commit details
    Browse the repository at this point in the history
  20. Update docs/gaia/gaiacli.md

    Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
    jackzampolin and alexanderbez authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    66c5b62 View commit details
    Browse the repository at this point in the history
  21. fix msgUndelegateInput

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    bbb3f22 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'bez/3248-fee-model-refactor-i' of github.com:cosmos/cos…

    …mos-sdk into bez/3248-fee-model-refactor-i
    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    a3ebb34 View commit details
    Browse the repository at this point in the history
  23. update fees & gas section

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    eccdbfd View commit details
    Browse the repository at this point in the history
  24. fix types unit tests to account for new precision

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    bece824 View commit details
    Browse the repository at this point in the history
  25. fix swagger def

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    686a9b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Update baseapp/options.go

    Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
    fedekunze and alexanderbez authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    27b1bff View commit details
    Browse the repository at this point in the history
  2. Update client/utils/rest.go

    Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
    fedekunze and alexanderbez authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    b33ee79 View commit details
    Browse the repository at this point in the history