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

Remove Legacy Amino #1295

Closed
wants to merge 30 commits into from
Closed

Remove Legacy Amino #1295

wants to merge 30 commits into from

Commits on Dec 14, 2022

  1. Initial implementation of proposal. Still needs to be hooked up and t…

    …ested.
    Matthew Witkowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c6128c0 View commit details
    Browse the repository at this point in the history
  2. Fixed some typos in root name proposal, and added modify name proposa…

    …l to cli.
    Matthew Witkowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    07c768a View commit details
    Browse the repository at this point in the history
  3. Finished implementation and just need to write tests.

    Matthew Witkowski committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    3c9a4aa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Added some documentation and started tests.

    Matthew Witkowski committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    469f2f1 View commit details
    Browse the repository at this point in the history
  2. Finished proposal handler tests.

    Matthew Witkowski committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4fe6ea9 View commit details
    Browse the repository at this point in the history
  3. First attempt at simtests.

    Matthew Witkowski committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    63c88e4 View commit details
    Browse the repository at this point in the history
  4. Finished simtests.

    Matthew Witkowski committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    57b0a23 View commit details
    Browse the repository at this point in the history
  5. Formatted and linted code. Updated changelog.

    Matthew Witkowski committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0081288 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into taztingo/1004-name-proposal

    Matthew Witkowski committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    cf08452 View commit details
    Browse the repository at this point in the history
  7. Updated events in spec, and removed unused weight.

    Matthew Witkowski committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3dded2f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Changed restrict flag to unrestricted, and updated documentation/refe…

    …rences to it. Removed unused code. Added comments to protos. Updated events to include missing proposal.
    Matthew Witkowski committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ad8fce7 View commit details
    Browse the repository at this point in the history
  2. Fixed typo in CHANGELOG.

    Matthew Witkowski committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3e3ffcb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into taztingo/1004-name-proposal

    Matthew Witkowski committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d0ec089 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into taztingo/1004-name-proposal

    Matthew Witkowski committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    79a8a1c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  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 Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d245a21 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Finished updating name module. Had to revert a lot of my previous cha…

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

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

Commits on Jan 9, 2023

  1. Fixed codec type uses for attribute tests, and now all tests are pass…

    …ing.
    Matthew Witkowski committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    309f104 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. 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 10, 2023
    Configuration menu
    Copy the full SHA
    3557425 View commit details
    Browse the repository at this point in the history
  2. Started removing legacy aminos from marker module.

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

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

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

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

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

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

    Matthew Witkowski committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    47c344c View commit details
    Browse the repository at this point in the history
  9. Merged in main.

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

    Matthew Witkowski committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c5f5bfd View commit details
    Browse the repository at this point in the history
  11. Linted name module.

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

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