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(transfer)!: migrate transfer parameters to be self managed #3553

Merged
merged 116 commits into from
May 24, 2023

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    20e1c44 View commit details
    Browse the repository at this point in the history
  2. ran 'make proto-gen'

    srdtrk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1658827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df392d6 View commit details
    Browse the repository at this point in the history
  4. 'msgs_test.go' updated - todo test tests + create a 'NewMsgUpdatePara…

    …ms' function and update tests
    srdtrk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    964f97e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    369d399 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b0a739 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8383bb View commit details
    Browse the repository at this point in the history
  8. removed paramtypes and added authority to Keeper struct - todo Keeper…

    … functions need to be updated
    srdtrk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a53233f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    829c8a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5af4e23 View commit details
    Browse the repository at this point in the history
  11. moved params test from params_test to keeper_test as this is where th…

    …ey should be managed now
    srdtrk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    5accc5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0a950ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3bfcbdb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d5bf05 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    464c385 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    98be444 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    990e663 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    83c550c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8ab5596 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e27637a View commit details
    Browse the repository at this point in the history
  21. fixed the tests here

    srdtrk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    859c0bb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    300600a View commit details
    Browse the repository at this point in the history
  23. fixed keeper tests

    srdtrk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    838c495 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. merge with main

    srdtrk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    f6df036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dc8bc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07dab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    637babc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc3b07e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffbd6b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c244ad2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63788a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5673df4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9317e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2018cf View commit details
    Browse the repository at this point in the history
  12. allow tests to compile and pass by passing the subspace to the migrat…

    …or - todo: add param migration tests
    srdtrk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    54ef45d View commit details
    Browse the repository at this point in the history
  13. removed unneeded if statement

    srdtrk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    12d93e3 View commit details
    Browse the repository at this point in the history
  14. ran gofumpt

    srdtrk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    0395da8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    027ab9e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ba60fc5 View commit details
    Browse the repository at this point in the history
  17. ran gofumpt

    srdtrk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    6ee83a7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c93bf8d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ffcbd01 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    5d8fcc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c0a65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01637a7 View commit details
    Browse the repository at this point in the history
  4. style changes on the test

    srdtrk committed May 5, 2023
    Configuration menu
    Copy the full SHA
    280bdfa View commit details
    Browse the repository at this point in the history
  5. ran 'gofumpt'

    srdtrk committed May 5, 2023
    Configuration menu
    Copy the full SHA
    1acf716 View commit details
    Browse the repository at this point in the history
  6. moved comment

    srdtrk committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a52f1d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    280b25d View commit details
    Browse the repository at this point in the history
  8. updated docs

    srdtrk committed May 5, 2023
    Configuration menu
    Copy the full SHA
    cd5e83a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9cdb411 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2efb934 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e22f05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    222df20 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    8825b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50c8003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86dae68 View commit details
    Browse the repository at this point in the history
  4. chore: e2e code cleanup

    srdtrk committed May 6, 2023
    Configuration menu
    Copy the full SHA
    b8e6098 View commit details
    Browse the repository at this point in the history
  5. chore: ran 'gofumpt' in e2e

    srdtrk committed May 6, 2023
    Configuration menu
    Copy the full SHA
    1b51575 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. style(transfer/test): moved success case to top

    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    srdtrk and damiannolan authored May 16, 2023
    Configuration menu
    Copy the full SHA
    7300d40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ea74f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383cd9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6b1859 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c6fbb7 View commit details
    Browse the repository at this point in the history
  6. imp(transfer): using 'ibcerrors.ErrInvalidAddress' instead of 'govtyp…

    …es.ErrInvalidSigner'
    srdtrk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    557f431 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18b53f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    296a140 View commit details
    Browse the repository at this point in the history
  9. style(e2e/transfer): renamed 'selfParamFeatureReleases' to 'transferS…

    …elfParamFeatureReleases'
    srdtrk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0d5bd67 View commit details
    Browse the repository at this point in the history
  10. merge: merge remote-tracking branch 'origin' into serdar/issue#3502-s…

    …elf-manage-transfer-params
    srdtrk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    bd46565 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. feat(transfer): keeping paramSpace in keeper and removing exported to…

    … reduce mods to simapp
    srdtrk committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c81bedb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7866d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51cdced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40f63e2 View commit details
    Browse the repository at this point in the history
  5. style(transfer): ran gofumpt

    srdtrk committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f560320 View commit details
    Browse the repository at this point in the history
  6. merge: remote-tracking branch 'origin' into serdar/issue#3502-self-ma…

    …nage-transfer-params
    srdtrk committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8cd90eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf03c5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06cade8 View commit details
    Browse the repository at this point in the history
  9. style(transfer): ran gofumpt

    srdtrk committed May 18, 2023
    Configuration menu
    Copy the full SHA
    a33610e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. refactor(transfer): removed the validate function for params as it cu…

    …rrently does nothing and reduces codecov
    srdtrk committed May 20, 2023
    Configuration menu
    Copy the full SHA
    9beef82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    485360e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dcf47a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e73f8c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3763e9c View commit details
    Browse the repository at this point in the history
  6. merge: remote-tracking branch 'origin' into serdar/issue#3502-self-ma…

    …nage-transfer-params
    srdtrk committed May 20, 2023
    Configuration menu
    Copy the full SHA
    4fef125 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8fe227 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    d6a0dfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ba800d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98b8ba3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    764bedb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6496bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6466de8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d90658 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d60d6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7813b39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29b0f93 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5f3960 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6de4b5e View commit details
    Browse the repository at this point in the history
  13. merge: remote-tracking branch 'origin' into serdar/issue#3502-self-ma…

    …nage-transfer-params
    srdtrk committed May 22, 2023
    Configuration menu
    Copy the full SHA
    948acf8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c163f0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a336e68 View commit details
    Browse the repository at this point in the history
  16. revert: "style(transfer): changed the err message for 'ErrInvalidAuth…

    …ority'"
    
    This reverts commit 7813b39.
    srdtrk committed May 22, 2023
    Configuration menu
    Copy the full SHA
    be96b41 View commit details
    Browse the repository at this point in the history
  17. revert: e5f3960

    srdtrk committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bb83f08 View commit details
    Browse the repository at this point in the history
  18. revert: 4c163f0

    srdtrk committed May 22, 2023
    Configuration menu
    Copy the full SHA
    33807c6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c672221 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. merge: remote-tracking branch 'origin' into serdar/issue#3502-self-ma…

    …nage-transfer-params
    srdtrk committed May 24, 2023
    Configuration menu
    Copy the full SHA
    2b425ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63e056 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    759c1ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db60e4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ad8090 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9aaf717 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97c74b5 View commit details
    Browse the repository at this point in the history
  8. merge: remote-tracking branch 'origin' into serdar/issue#3502-self-ma…

    …nage-transfer-params
    srdtrk committed May 24, 2023
    Configuration menu
    Copy the full SHA
    18c35c8 View commit details
    Browse the repository at this point in the history
  9. merge: remote-tracking branch 'origin' into serdar/issue#3502-self-ma…

    …nage-transfer-params
    srdtrk committed May 24, 2023
    Configuration menu
    Copy the full SHA
    73fadd2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    305dc88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d66ac3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04b2591 View commit details
    Browse the repository at this point in the history