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

refactor!: use x/tx/signing in client.TxConfig #15822

Merged
merged 66 commits into from
Apr 20, 2023

Commits on Apr 12, 2023

  1. Hard break client.TxConfig

    kocubinski committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    db53c1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0019cb9 View commit details
    Browse the repository at this point in the history
  3. Hard fixing

    kocubinski committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f44fee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49c18df View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    kocubinski committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    14539c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f2b4de View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    02c2340 View commit details
    Browse the repository at this point in the history
  2. remove replace for x/tx

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    147cbdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55e1d36 View commit details
    Browse the repository at this point in the history
  4. x/tx v0.5.1

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    55acfe3 View commit details
    Browse the repository at this point in the history
  5. add err handling

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    bedd4b9 View commit details
    Browse the repository at this point in the history
  6. checkpoint, proto gen

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    21927ef View commit details
    Browse the repository at this point in the history
  7. adjust lots of tests

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    623bacf View commit details
    Browse the repository at this point in the history
  8. fixed ante tests

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    43ea1b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e32f007 View commit details
    Browse the repository at this point in the history
  10. merged fix

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    bff8090 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a25910 View commit details
    Browse the repository at this point in the history
  12. rm files

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3f0a4f2 View commit details
    Browse the repository at this point in the history
  13. fix tx_test

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d24dbc2 View commit details
    Browse the repository at this point in the history
  14. revert x/tx

    kocubinski committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2e62758 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. comment

    kocubinski committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2c9bd78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    863c869 View commit details
    Browse the repository at this point in the history
  3. maybe some fixes

    kocubinski committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e0cecb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0317b3 View commit details
    Browse the repository at this point in the history
  5. use x/tx 0.5.3

    kocubinski committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8365099 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec82685 View commit details
    Browse the repository at this point in the history
  7. update rosetta go.mod

    kocubinski committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    dc0d717 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'kocubinski/tx-config-break' of github.com:cosmos/cosmos…

    …-sdk into kocubinski/tx-config-break
    kocubinski committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c4c4cdd View commit details
    Browse the repository at this point in the history
  9. liniting

    kocubinski committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6e691fc View commit details
    Browse the repository at this point in the history
  10. linting fixes

    kocubinski committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0010ceb View commit details
    Browse the repository at this point in the history
  11. lint fix

    kocubinski committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0b9eb03 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    4843d63 View commit details
    Browse the repository at this point in the history
  2. clean up config

    kocubinski committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    caf6987 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    kocubinski committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a246afc View commit details
    Browse the repository at this point in the history
  4. tidy rosetta

    kocubinski committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c6f2033 View commit details
    Browse the repository at this point in the history
  5. rwmutex

    kocubinski committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    978f4f4 View commit details
    Browse the repository at this point in the history
  6. lint fix

    kocubinski committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a8069dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3851398 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. clean up todos

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6c363f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66aefd View commit details
    Browse the repository at this point in the history
  3. clean up, comments

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8fc3108 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7364f41 View commit details
    Browse the repository at this point in the history
  5. move lazy registry

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a0acb58 View commit details
    Browse the repository at this point in the history
  6. store init error

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f04a10c View commit details
    Browse the repository at this point in the history
  7. test fixes

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    59ab3ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae3fe65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79c0f89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4bb593 View commit details
    Browse the repository at this point in the history
  11. x/tx 0.5.5

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    96a693d View commit details
    Browse the repository at this point in the history
  12. go mod tidy

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0796a6c View commit details
    Browse the repository at this point in the history
  13. rm more todos

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ad658b5 View commit details
    Browse the repository at this point in the history
  14. lint fix

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c270393 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4ad00c5 View commit details
    Browse the repository at this point in the history
  16. fix more test bugs

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8e516b2 View commit details
    Browse the repository at this point in the history
  17. finish simd/root command

    kocubinski committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f138251 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8973802 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. a little clean up

    kocubinski committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    76c6363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd3cd93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05d52af View commit details
    Browse the repository at this point in the history
  4. Add UPGRADING entries

    kocubinski committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f3211b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    147dc83 View commit details
    Browse the repository at this point in the history
  6. PR fixes

    kocubinski committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d1af44c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8398d2 View commit details
    Browse the repository at this point in the history
  8. lint fix

    kocubinski committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cd4f11f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Refactor NewTxConfig

    kocubinski committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    2bb6750 View commit details
    Browse the repository at this point in the history
  2. lazy loading won't work in InterfaceRegistry ctr won't work yet.

    it is being called in init() lifecycle before all proto files are loaded.
    the result is much wasted work right now.
    kocubinski committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    3bcaa98 View commit details
    Browse the repository at this point in the history