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: Initial Municipal Inflations #150

Merged
merged 32 commits into from
Jun 29, 2023
Merged

Commits on Jun 12, 2023

  1. fix: improve makefile

    Jonathansumner committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    443e9ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd1e58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a191318 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    516eaf5 View commit details
    Browse the repository at this point in the history
  5. chore: linting

    Jonathansumner committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8f4db6f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    a115655 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/improve-makefile' of github.com:fetchai/cosmos-sdk …

    …into feat/inflation-infrastructure
    Jonathansumner committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1646d8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f6a314 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa19e22 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    c9523ed View commit details
    Browse the repository at this point in the history
  2. test: include coverage of inflations validation

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f5cde11 View commit details
    Browse the repository at this point in the history
  3. chore: tidy up

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    69ee2b3 View commit details
    Browse the repository at this point in the history
  4. fix: amend inflation calc

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    eb0b6f2 View commit details
    Browse the repository at this point in the history
  5. refact: split large handleInflations calculation up

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    6d2a69b View commit details
    Browse the repository at this point in the history
  6. chore: simplify inflations_test.go

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b65c222 View commit details
    Browse the repository at this point in the history
  7. chore: make handleInflations trigger each block

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    486a0e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. chore: temporarily disable depsguard linter

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3eb8e4e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. test: extend coverage to inflation calc precision & time

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8986b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d8cc8b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. test: improve test coverage

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f1f68e2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feat/inflation-infrastructure' i…

    …nto feat/inflation-infrastructure
    
    # Conflicts:
    #	x/mint/types/inflations_test.go
    Jonathansumner committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    304134d View commit details
    Browse the repository at this point in the history
  3. fix: amend targetAddress conversion

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0425afd View commit details
    Browse the repository at this point in the history
  4. chore: remove unnecessary transfers during test

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    626853f View commit details
    Browse the repository at this point in the history
  5. fix: fix inflation precision test & add inflation caching

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8594f20 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. refact: amend inflationCalc test to actually use handleInflations func

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    98716ac View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jun 28, 2023

  1. chore: return errors from func instead of panic

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b92b994 View commit details
    Browse the repository at this point in the history
  2. test: include inflations gRPC query test

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6cc87af View commit details
    Browse the repository at this point in the history
  3. test: include grpc querying tests for inflations

    Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
    Jonathansumner committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5413370 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Refactoring & uTests update

    pbukva committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a1e3fcf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/inflation-infrastructure' of https://github.com/fe…

    …tchai/cosmos-sdk into feat/inflation-infrastructure
    pbukva committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    096f3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef98a7 View commit details
    Browse the repository at this point in the history