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

[WIP] Catch up with address.go in cosmos-sdk v0.45.1 #587

Closed
wants to merge 93 commits into from

Commits on Jul 8, 2022

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

Commits on Jul 11, 2022

  1. Fix

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    517fa53 View commit details
    Browse the repository at this point in the history
  2. Fix x/distribution

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    fe9a9cd View commit details
    Browse the repository at this point in the history
  3. Fix x/evidence

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4e4a03d View commit details
    Browse the repository at this point in the history
  4. Fix syntax error: x/token

    tnasu committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3345ac3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b96aab View commit details
    Browse the repository at this point in the history
  6. Fix syntax error: x/feegrant

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    40c9f6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac5ff0e View commit details
    Browse the repository at this point in the history
  8. Fix syntax error: x/slashing

    tnasu committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3a69b4d View commit details
    Browse the repository at this point in the history
  9. Fix syntax error: x/foundation

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    70f4d6a View commit details
    Browse the repository at this point in the history
  10. Fix syntax error: x/gov

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6388ee5 View commit details
    Browse the repository at this point in the history
  11. Fix syntax error: x/ibc

    tnasu committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    cb1dacb View commit details
    Browse the repository at this point in the history
  12. Fix syntax error: x/token

    tnasu committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e0ccf1d View commit details
    Browse the repository at this point in the history
  13. Fix syntax error: x/staking

    tnasu committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d7b042e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b4e2b32 View commit details
    Browse the repository at this point in the history
  15. Fix syntax error: some files

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    39df525 View commit details
    Browse the repository at this point in the history
  16. Remvoe diff of wasm for main

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ed2a4f1 View commit details
    Browse the repository at this point in the history
  17. Merge upstream/main

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    03c3203 View commit details
    Browse the repository at this point in the history
  18. Fix syntax error: x/wasm

    ulbqb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    71bc9e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    feb9848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea8814b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e61c1f View commit details
    Browse the repository at this point in the history
  4. fix: types

    Kynea0b committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    ab8b830 View commit details
    Browse the repository at this point in the history
  5. fix: testutil

    Kynea0b committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    048dec7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from kokeshiM0chi/fix/issue578

    fix: types
    ulbqb authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d7d2dbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e3f320 View commit details
    Browse the repository at this point in the history
  8. Fix semantic error: server

    ulbqb committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    9a3dd7e View commit details
    Browse the repository at this point in the history
  9. Fix semantic error: simapp

    ulbqb committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e8e0f77 View commit details
    Browse the repository at this point in the history
  10. fix: x/auth

    Kynea0b committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    891f213 View commit details
    Browse the repository at this point in the history
  11. fix: x/auth 2

    Kynea0b committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    eb64ae3 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2 from kokeshiM0chi/fix/issue578

    fix: x/auth
    ulbqb authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    4092593 View commit details
    Browse the repository at this point in the history
  13. Fix a mistaken revert

    ulbqb committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    462f538 View commit details
    Browse the repository at this point in the history
  14. fix: x/feegrant

    Kynea0b committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    922b531 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3 from kokeshiM0chi/fix/issue578

    fix: x/feegrant
    ulbqb authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    525de62 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fce2363 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0bd9e59 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    db59db3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Fix semantic error: x/gov

    ulbqb committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3cc3ef4 View commit details
    Browse the repository at this point in the history
  2. Fix semantic error: x/slashing

    ulbqb committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4783fb9 View commit details
    Browse the repository at this point in the history
  3. fix: fix syntax error

    Kynea0b committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    95b1973 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from kokeshiM0chi/fix/issue578

    fix: fix syntax error
    ulbqb authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    354ec27 View commit details
    Browse the repository at this point in the history
  5. Fix a mistaken revert

    ulbqb committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8e6afcf View commit details
    Browse the repository at this point in the history
  6. Fix baseapp/block_gas_test

    ulbqb committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9b741cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c68d011 View commit details
    Browse the repository at this point in the history
  8. Fix a mistaken revert

    ulbqb committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    603cc81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c04db89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    113ee6c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aea5bdb View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5 from kokeshiM0chi/fix/issue578

    fix: x/staking ValAddressFromBech32
    ulbqb authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    84606a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

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

Commits on Jul 19, 2022

  1. Fix test of address on x/wasm

    tnasu committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5fb1a04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a1637 View commit details
    Browse the repository at this point in the history
  3. Fix error test of gas on x/wasm

    tnasu committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7cfaeb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    640175e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    463ecb3 View commit details
    Browse the repository at this point in the history
  6. Fix the wrong error handling

    tnasu committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d9c193c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8ab004 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7555e6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7 from tnasu/fix/issue578

    Fix test error on x/wasm
    ulbqb authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b46f8ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    616e825 View commit details
    Browse the repository at this point in the history
  11. fix: Modify test

    Kynea0b committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a76f9f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca8bcb1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #8 from kokeshiM0chi/fix/issue578-2

    fix conflict
    ulbqb authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9225b71 View commit details
    Browse the repository at this point in the history
  14. Add bytes package

    ulbqb committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a90b481 View commit details
    Browse the repository at this point in the history
  15. chore(deps): Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (Finschi…

    …a#569)
    
    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.4.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and torao committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    535b903 View commit details
    Browse the repository at this point in the history
  16. feat: change amino codec path from lbm-sdk/ to cosmos-sdk/ (Finsc…

    …hia#600)
    
    * feat: change amino codec path from `lbm-sdk/` to `cosmos-sdk/`
    
    Signed-off-by: zemyblue <zemyblue@gmail.com>
    
    * chore: add changelog.
    
    Signed-off-by: zemyblue <zemyblue@gmail.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Youngtaek Yoon <noreply@yoon.anonaddy.me>
    
    Co-authored-by: Youngtaek Yoon <noreply@yoon.anonaddy.me>
    2 people authored and torao committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2e61adc View commit details
    Browse the repository at this point in the history
  17. Remove prefetch functionality (Finschia#596)

    * remove prefetch functionality and write by multi-threading
    
    * apply goimports
    
    * fix a few trivial diff
    torao committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    539a047 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a47acef View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c431caf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    702032a View commit details
    Browse the repository at this point in the history
  21. Fix the error test of x/staking

    tnasu committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9934f12 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    998364a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7dad7e7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    804f348 View commit details
    Browse the repository at this point in the history
  25. Remove redundant processing

    ulbqb committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    100dc6e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Merge pull request #10 from tnasu/fix/issue578

    Fix the error test of x/staking
    ulbqb authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    aa03184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    988c136 View commit details
    Browse the repository at this point in the history
  3. fix: client

    Kynea0b committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    7cfc5f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d77f95 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from kokeshiM0chi/fix/issue578-2

    fix client
    ulbqb authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    801527f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12 from tnasu/fix/issue578

    Fix the error test
    ulbqb authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c86104d View commit details
    Browse the repository at this point in the history
  7. Fix base gas in baseapp

    ulbqb committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    fab35b3 View commit details
    Browse the repository at this point in the history
  8. Fix x/bank

    ulbqb committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    2680001 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #13 from ulbqb/fix/issue578_x_bank

    Fix/issue578 x bank
    ulbqb authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    bed6651 View commit details
    Browse the repository at this point in the history
  10. Fix incorrect address

    ulbqb committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    248ca48 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d2b0b44 View commit details
    Browse the repository at this point in the history
  12. Fix lint error

    ulbqb committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    42d7f58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    01b0c48 View commit details
    Browse the repository at this point in the history
  14. Ignore err on test

    tnasu committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    76b462f View commit details
    Browse the repository at this point in the history
  15. Merge pull request #14 from tnasu/fix/issue578

    Fix to use sdk.AccAddressFromBech32 from sdk.AccAddress
    ulbqb authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    fccca83 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    ad27def View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from tnasu/fix/issue578

    Fix the error handling when using AccAddressFromBech32
    ulbqb authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    916101f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f137bfb View commit details
    Browse the repository at this point in the history