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

Taztingo/1275 remove legacy amino #1304

Merged
merged 23 commits into from
Jan 19, 2023
Merged

Commits on Jan 12, 2023

  1. Some initial legacy amino removal from name module. The attribute mod…

    …ule should be updated next since it uses stuff from the name module.
    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    af19e3f View commit details
    Browse the repository at this point in the history
  2. Finished updating name module. Had to revert a lot of my previous cha…

    …nges.
    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    091dc40 View commit details
    Browse the repository at this point in the history
  3. Started work on attribute, but tests aren't passing.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9182883 View commit details
    Browse the repository at this point in the history
  4. Fixed codec type uses for attribute tests, and now all tests are pass…

    …ing.
    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e984e67 View commit details
    Browse the repository at this point in the history
  5. Removed legacy amino and updated tests for rewards module. Also had t…

    …o update module.go to register the sdk.Msgs.
    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    746d630 View commit details
    Browse the repository at this point in the history
  6. Started removing legacy aminos from marker module.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    eab5785 View commit details
    Browse the repository at this point in the history
  7. Finished removing legacy amino from marker.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1fda62e View commit details
    Browse the repository at this point in the history
  8. Removed unneeded methods that belonged to LegacyMsg interface.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d09e3f7 View commit details
    Browse the repository at this point in the history
  9. Removed legacy amino from metadata and got tests to pass.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7710f6a View commit details
    Browse the repository at this point in the history
  10. Updated name and attribute to use the ProtoCodec instead of LegacyAmi…

    …nos for ModuleCdc.
    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    4a3e2e4 View commit details
    Browse the repository at this point in the history
  11. Removed legacy codec from metadata tests.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    fe0f417 View commit details
    Browse the repository at this point in the history
  12. Updated ModuleCdc for marker to be proto codec.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    786ad74 View commit details
    Browse the repository at this point in the history
  13. Added missing bracket from merge.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8fad782 View commit details
    Browse the repository at this point in the history
  14. Linted name module.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    cc5239a View commit details
    Browse the repository at this point in the history
  15. Updated CHANGELOG with link to issue.

    Matthew Witkowski committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    54584ba View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Merge branch 'main' into taztingo/1275-remove-legacy-amino

    Matthew Witkowski committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    a1ed6e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Removed Type from attributes module.

    Matthew Witkowski committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c3806a1 View commit details
    Browse the repository at this point in the history
  2. Removed Type from marker module.

    Matthew Witkowski committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d73c680 View commit details
    Browse the repository at this point in the history
  3. Removed Type from metadata module.

    Matthew Witkowski committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    851dfac View commit details
    Browse the repository at this point in the history
  4. Removed Type from msgfees module.

    Matthew Witkowski committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    8ec6f2a View commit details
    Browse the repository at this point in the history
  5. Removed Type from name module.

    Matthew Witkowski committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ee832a6 View commit details
    Browse the repository at this point in the history
  6. Removed Type from reward module.

    Matthew Witkowski committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    55c624c View commit details
    Browse the repository at this point in the history
  7. Merged in main.

    Matthew Witkowski committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    69b341d View commit details
    Browse the repository at this point in the history