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

Rework of tax to be included in gas #383

Closed
wants to merge 30 commits into from

Commits on Oct 31, 2023

  1. - initial commit of classic tax module

    - moved fee decorator
    - restored stability tax to not handle uluna
    - calculate gas from tax
    StrathCole committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6df1ba0 View commit details
    Browse the repository at this point in the history
  2. - upgrade handlers

    StrathCole committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b5330f8 View commit details
    Browse the repository at this point in the history
  3. -

    StrathCole committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bbd2516 View commit details
    Browse the repository at this point in the history
  4. - added genesis proto

    StrathCole committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f578b49 View commit details
    Browse the repository at this point in the history
  5. - changed proto

    StrathCole committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7ef20c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51c78ed View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    540903c View commit details
    Browse the repository at this point in the history
  2. - several fixes

    - correctly register oracle keeper in keeper
    StrathCole committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f7c478c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. - handle deducting fees

    - move to separate file
    StrathCole committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f45cf38 View commit details
    Browse the repository at this point in the history
  2. - several fixes

    - deduct minimum gas fees in ante
    - deduct rest of fees in post with tax
    StrathCole committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c19bb12 View commit details
    Browse the repository at this point in the history
  3. - fix

    - added comments to functions and code blocks
    StrathCole committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2fe80e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbee581 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. - smaller fixes

    StrathCole committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4776ba5 View commit details
    Browse the repository at this point in the history
  2. - fixed old tax tests

    - added unit tests
    StrathCole committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4b323b2 View commit details
    Browse the repository at this point in the history
  3. - fixed further tests

    - removed debug output
    StrathCole committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a78df27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1af9865 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

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

Commits on Nov 5, 2023

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

Commits on Nov 8, 2023

  1. - added missing grpc registering

    - code improvements
    StrathCole committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b75f526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf5723 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

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

Commits on Nov 13, 2023

  1. - change exchange rate calculation to gas prices

    (oracle cannot be used unless USTC is added as a further crypto-currency-rate)
    StrathCole committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3cdf8bb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

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

Commits on Nov 20, 2023

  1. - linting

    StrathCole committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    26236ab View commit details
    Browse the repository at this point in the history
  2. - gofumpted

    StrathCole committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a31827b View commit details
    Browse the repository at this point in the history
  3. - don't use reflection package

    - change taxable msg type check
    StrathCole committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0d800ff View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. - gofumpt

    StrathCole committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    720d07d View commit details
    Browse the repository at this point in the history
  2. - fix upgrade name

    - fix test
    StrathCole committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7ba7096 View commit details
    Browse the repository at this point in the history
  3. - fixed tests

    StrathCole committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c26a79c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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