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

chore: denom traces migration handler #1680

Merged
merged 37 commits into from
Jul 21, 2022

Commits on Jun 10, 2022

  1. fix broken link

    charleenfei committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    96f3c49 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

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

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    bf3b96b View commit details
    Browse the repository at this point in the history
  2. fix: rm AllowUpdateAfter... check (#1118)

    * update code & test
    
    * update proto and adr026
    
    * update CHANGELOG
    
    * update cli docs
    
    * update broken milestone link
    charleenfei committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    ed4a153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8018627 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

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

Commits on Jun 23, 2022

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

Commits on Jun 24, 2022

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

Commits on Jul 5, 2022

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

Commits on Jul 6, 2022

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

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    952b114 View commit details
    Browse the repository at this point in the history
  2. first commit

    charleenfei committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    7a1d263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5b3ff6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. testing

    charleenfei committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b33f4df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f673132 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. test

    charleenfei committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0b2f4c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d4616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3084982 View commit details
    Browse the repository at this point in the history
  4. test

    charleenfei committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b1cd41f View commit details
    Browse the repository at this point in the history
  5. update docs and tests

    charleenfei committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3c07902 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

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

Commits on Jul 18, 2022

  1. fix for empty baseDenom

    charleenfei committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    87a97e6 View commit details
    Browse the repository at this point in the history
  2. update docs

    charleenfei committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    ecbd10a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ea75e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    7660328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8c867 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f91661 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a44480 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96aabb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    b608e89 View commit details
    Browse the repository at this point in the history
  2. Parse ICS20 denomination using channel identifier format (#1730)

    * refactor: use channel identifier for parsing IBC tokens
    
    Change IBC token denomination parsing to use the channel identifier rather than the port
    Remove unfixable parsing validation test
    Fix migration tests
    Add check to migration of traces to panic upon denomination state corruption
    
    * add migration test
    
    * Update modules/apps/transfer/keeper/migrations.go
    
    * Update modules/apps/transfer/types/trace_test.go
    
    * add changelog entry
    
    * Update modules/apps/transfer/types/trace.go
    
    Co-authored-by: Damian Nolan <[email protected]>
    
    * apply review suggestions
    
    * update go doc
    
    Co-authored-by: Damian Nolan <[email protected]>
    Co-authored-by: Carlos Rodriguez <[email protected]>
    3 people committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b86cdd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    45fdc09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60785a6 View commit details
    Browse the repository at this point in the history
  3. rm redundant err

    charleenfei committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    38c93bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    515e0e7 View commit details
    Browse the repository at this point in the history
  5. fix error

    charleenfei committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a2fe4ae View commit details
    Browse the repository at this point in the history
  6. Merge branch 'charly/denom_traces_migration_handler' of github.com:co…

    …smos/ibc-go into charly/denom_traces_migration_handler
    charleenfei committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d999103 View commit details
    Browse the repository at this point in the history