-
Notifications
You must be signed in to change notification settings - Fork 39
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
Remove Legacy Amino #1295
Commits on Dec 14, 2022
-
Initial implementation of proposal. Still needs to be hooked up and t…
…ested.
Matthew Witkowski committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for c6128c0 - Browse repository at this point
Copy the full SHA c6128c0View commit details -
Fixed some typos in root name proposal, and added modify name proposa…
…l to cli.
Matthew Witkowski committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 07c768a - Browse repository at this point
Copy the full SHA 07c768aView commit details -
Finished implementation and just need to write tests.
Matthew Witkowski committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 3c9a4aa - Browse repository at this point
Copy the full SHA 3c9a4aaView commit details
Commits on Dec 15, 2022
-
Added some documentation and started tests.
Matthew Witkowski committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 469f2f1 - Browse repository at this point
Copy the full SHA 469f2f1View commit details -
Finished proposal handler tests.
Matthew Witkowski committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 4fe6ea9 - Browse repository at this point
Copy the full SHA 4fe6ea9View commit details -
Matthew Witkowski committed
Dec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 63c88e4 - Browse repository at this point
Copy the full SHA 63c88e4View commit details -
Matthew Witkowski committed
Dec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 57b0a23 - Browse repository at this point
Copy the full SHA 57b0a23View commit details -
Formatted and linted code. Updated changelog.
Matthew Witkowski committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 0081288 - Browse repository at this point
Copy the full SHA 0081288View commit details -
Merge branch 'main' into taztingo/1004-name-proposal
Matthew Witkowski committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for cf08452 - Browse repository at this point
Copy the full SHA cf08452View commit details -
Updated events in spec, and removed unused weight.
Matthew Witkowski committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 3dded2f - Browse repository at this point
Copy the full SHA 3dded2fView commit details
Commits on Dec 16, 2022
-
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 committedDec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for ad8fce7 - Browse repository at this point
Copy the full SHA ad8fce7View commit details -
Matthew Witkowski committed
Dec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 3e3ffcb - Browse repository at this point
Copy the full SHA 3e3ffcbView commit details -
Merge branch 'main' into taztingo/1004-name-proposal
Matthew Witkowski committedDec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for d0ec089 - Browse repository at this point
Copy the full SHA d0ec089View commit details -
Merge branch 'main' into taztingo/1004-name-proposal
Matthew Witkowski committedDec 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 79a8a1c - Browse repository at this point
Copy the full SHA 79a8a1cView commit details
Commits on Dec 20, 2022
-
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 committedDec 20, 2022 Configuration menu - View commit details
-
Copy full SHA for d245a21 - Browse repository at this point
Copy the full SHA d245a21View commit details
Commits on Jan 5, 2023
-
Finished updating name module. Had to revert a lot of my previous cha…
…nges.
Matthew Witkowski committedJan 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 193f854 - Browse repository at this point
Copy the full SHA 193f854View commit details -
Started work on attribute, but tests aren't passing.
Matthew Witkowski committedJan 5, 2023 Configuration menu - View commit details
-
Copy full SHA for d7d8252 - Browse repository at this point
Copy the full SHA d7d8252View commit details
Commits on Jan 9, 2023
-
Fixed codec type uses for attribute tests, and now all tests are pass…
…ing.
Matthew Witkowski committedJan 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 309f104 - Browse repository at this point
Copy the full SHA 309f104View commit details
Commits on Jan 10, 2023
-
Removed legacy amino and updated tests for rewards module. Also had t…
…o update module.go to register the sdk.Msgs.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 3557425 - Browse repository at this point
Copy the full SHA 3557425View commit details -
Started removing legacy aminos from marker module.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for e76e688 - Browse repository at this point
Copy the full SHA e76e688View commit details -
Finished removing legacy amino from marker.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for e8a053b - Browse repository at this point
Copy the full SHA e8a053bView commit details -
Removed unneeded methods that belonged to LegacyMsg interface.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 0903ac9 - Browse repository at this point
Copy the full SHA 0903ac9View commit details -
Removed legacy amino from metadata and got tests to pass.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 041e0e1 - Browse repository at this point
Copy the full SHA 041e0e1View commit details -
Updated name and attribute to use the ProtoCodec instead of LegacyAmi…
…nos for ModuleCdc.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for c9c392a - Browse repository at this point
Copy the full SHA c9c392aView commit details -
Removed legacy codec from metadata tests.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 0956b4b - Browse repository at this point
Copy the full SHA 0956b4bView commit details -
Updated ModuleCdc for marker to be proto codec.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 47c344c - Browse repository at this point
Copy the full SHA 47c344cView commit details -
Matthew Witkowski committed
Jan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 20171c0 - Browse repository at this point
Copy the full SHA 20171c0View commit details -
Added missing bracket from merge.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for c5f5bfd - Browse repository at this point
Copy the full SHA c5f5bfdView commit details -
Matthew Witkowski committed
Jan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 1418881 - Browse repository at this point
Copy the full SHA 1418881View commit details -
Updated CHANGELOG with link to issue.
Matthew Witkowski committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 6f13bed - Browse repository at this point
Copy the full SHA 6f13bedView commit details