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: ADR-009: Supply module #782

Merged
merged 37 commits into from
Apr 8, 2022
Merged

feat: ADR-009: Supply module #782

merged 37 commits into from
Apr 8, 2022

Commits on Mar 9, 2022

  1. started coingecko module

    leobragaz committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ada2f1b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

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

Commits on Mar 14, 2022

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

Commits on Mar 16, 2022

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

Commits on Mar 17, 2022

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

Commits on Mar 18, 2022

  1. added x/supply tests

    leobragaz committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    4461065 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…

    …supply-APIs-module
    
    � Conflicts:
    �	app/app.go
    �	x/profiles/types/query.pb.go
    �	x/profiles/types/query.pb.gw.go
    leobragaz committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    5817252 View commit details
    Browse the repository at this point in the history
  3. fixed imports

    leobragaz committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e996254 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. First draft of ADR-009

    leobragaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6750391 View commit details
    Browse the repository at this point in the history
  2. Applied suggestions

    leobragaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7a5b364 View commit details
    Browse the repository at this point in the history
  3. Second review

    leobragaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4905532 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Merge branch 'leonardo/supply-module-adr' of github.com:desmos-labs/d…

    …esmos into leonardo/supply-APIs-module
    leobragaz committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    b7b9e8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3277cd View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. - renamed parameters

    - fixed tests
    - edited how circulating-supply is returned
    leobragaz committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    a3da1b8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:desmos-labs/desmos into leonardo/…

    …supply-APIs-module
    
    � Conflicts:
    �	app/app.go
    �	docs/architecture/adr-009-supply-module.md
    leobragaz committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    bdbcb12 View commit details
    Browse the repository at this point in the history
  3. removed a function

    refactored files
    leobragaz committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8dff037 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. removed legacy querier

    fixed internal logic of circulating supply
    leobragaz committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    aa292e0 View commit details
    Browse the repository at this point in the history
  2. fixed tests errors

    added constructor for divider
    removed divider field from endpoints
    leobragaz committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b8c9dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d93a882 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. added tests

    fixed tests
    added cli commands for supply
    leobragaz committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    30106f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6735b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. added cli query to module

    minor fixes
    leobragaz committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    311e70c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

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

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    22d52df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79278ff View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. readded rest APIs

    leobragaz committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0aa7c27 View commit details
    Browse the repository at this point in the history
  2. reformatted code

    leobragaz committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    fd16690 View commit details
    Browse the repository at this point in the history
  3. edited rest queries

    added missing amino codec
    added missing querier initialization to module
    leobragaz committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    30dd8da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deb9b16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0093c06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    983b0c0 View commit details
    Browse the repository at this point in the history
  7. fixed rest queries response

    now returning an integer
    leobragaz committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    90f8ec4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. improved the REST queries to use Protobuf instead of Amino

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    5af8839 View commit details
    Browse the repository at this point in the history
  2. chore: updated ADR

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    3ec4b0c View commit details
    Browse the repository at this point in the history
  3. chore: added changeset entry

    Signed-off-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    RiccardoM committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ea2101d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df47a9f View commit details
    Browse the repository at this point in the history