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!: Provide logger through depinject #15818

Merged
merged 41 commits into from
Apr 24, 2023
Merged

feat!: Provide logger through depinject #15818

merged 41 commits into from
Apr 24, 2023

Commits on Apr 12, 2023

  1. init

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    99ef23e View commit details
    Browse the repository at this point in the history
  2. implement + adr

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    07ad3de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fd390a View commit details
    Browse the repository at this point in the history
  4. update

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f709e1a View commit details
    Browse the repository at this point in the history
  5. use cosmossdk.io\/log

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    55dfec4 View commit details
    Browse the repository at this point in the history
  6. progress

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1b72a66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e64afbf View commit details
    Browse the repository at this point in the history
  8. fix

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c9cafd3 View commit details
    Browse the repository at this point in the history
  9. small fixes

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0262fcd View commit details
    Browse the repository at this point in the history
  10. small fixes

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    65b6a86 View commit details
    Browse the repository at this point in the history
  11. small fixes

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0998943 View commit details
    Browse the repository at this point in the history
  12. small fixes

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5e1ca87 View commit details
    Browse the repository at this point in the history
  13. small fixes

    facundomedica committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f7e41da View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. cl++

    facundomedica committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    db7b086 View commit details
    Browse the repository at this point in the history
  2. fix app v1

    facundomedica committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e3b7073 View commit details
    Browse the repository at this point in the history
  3. fix more tests

    facundomedica committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e58ea40 View commit details
    Browse the repository at this point in the history
  4. more tests

    facundomedica committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1f9c0bf View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. merge

    facundomedica committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    db2be7f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. tests

    facundomedica committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c7b25a3 View commit details
    Browse the repository at this point in the history
  2. update bank

    facundomedica committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c277e3a View commit details
    Browse the repository at this point in the history
  3. update bank

    facundomedica committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    54bb8f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39c6030 View commit details
    Browse the repository at this point in the history
  5. fix more test

    facundomedica committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    87bc493 View commit details
    Browse the repository at this point in the history
  6. fix tests

    facundomedica committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9c4c448 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63bcdad View commit details
    Browse the repository at this point in the history
  8. fix

    facundomedica committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    601e89f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7024218 View commit details
    Browse the repository at this point in the history
  10. fix

    facundomedica committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7312bda View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. fix conflicts

    facundomedica committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    607401a View commit details
    Browse the repository at this point in the history
  2. fix some more tests

    facundomedica committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cf98c07 View commit details
    Browse the repository at this point in the history
  3. im tired

    facundomedica committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    046c918 View commit details
    Browse the repository at this point in the history
  4. hopefully the last

    facundomedica committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    089e775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef11a15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6261eeb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. lint

    facundomedica committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8c2cf2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b90bf4 View commit details
    Browse the repository at this point in the history
  3. Update x/bank/keeper/keeper.go

    Co-authored-by: Julien Robert <julien@rbrt.fr>
    facundomedica and julienrbrt committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f14a89d View commit details
    Browse the repository at this point in the history
  4. adr++ and upgrading++

    facundomedica committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c038a61 View commit details
    Browse the repository at this point in the history
  5. cl++

    facundomedica committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    3a856a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f462163 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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