-
Notifications
You must be signed in to change notification settings - Fork 18
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: rename ApproveOracleRegistration to reuse #580
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
3893eae
feat: add extra commission rate flags to genoracle cmd
audtlr24 8330472
feat: add v2.1.0 upgrade handler (#552)
0xHansLee eda304c
ci: make actions work for main branch (#555)
fecab14
feat: add oracle upgrade proposal tx & cli
audtlr24 af4a238
feat: add test code
audtlr24 402eeb1
feat: add oracle upgrade proposal tx & cli
audtlr24 468a132
feat: add test code
audtlr24 31557d5
Merge remote-tracking branch 'origin/ft/569/oracle-upgrade-handler' i…
audtlr24 ec72841
feat: proto for oracle upgrade and its skeleton
8eec577
fix test
69bc58b
add event type of oracle upgrade
860223d
feat: add oracle upgrade to EndBlocker
audtlr24 909c3d8
add oracle upgrade key
07b94cc
fix
audtlr24 cb6b661
fix
audtlr24 1ee72d5
fix
audtlr24 34fee18
fix
audtlr24 660d959
Merge remote-tracking branch 'origin/ft/569/oracle-upgrade-handler' i…
audtlr24 12f0e02
feat: add upgrade oracle tx cli
audtlr24 c634f6f
Merge remote-tracking branch 'origin/ft/570/upgrade-endblocker' into …
audtlr24 6ebe8b6
feat: add upgrade oracle keeper
audtlr24 f290bf2
feat: add test code for oracle upgrade
audtlr24 61e8e4e
Merge remote-tracking branch 'origin/ft/570/upgrade-endblocker' into …
c66ff61
remove duplicated grpc query
f73a2ca
use the same request/response message for approval of oracle upgrade
44a3f47
fix
442479b
Revert "fix"
5da5d80
Revert "use the same request/response message for approval of oracle …
b7a94d9
Merge remote-tracking branch 'origin/ft/575/upgrade-proto' into ft/57…
audtlr24 9630dfb
fix
audtlr24 db97922
chore: rename ApproveOracleRegistration to reuse
159a4fe
fix
audtlr24 41d0d4b
fix
audtlr24 272412f
rename var
7ed8894
Update x/oracle/keeper/upgrade_test.go
audtlr24 e992219
Merge branch 'ft/571/upgrade-oracle-tx' into ft/na/rename-approve-ora…
0xHansLee 19d1163
Merge remote-tracking branch 'origin/main' into ft/na/rename-approve-…
b283a3e
fix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about renaming like
SharingOracleKeyApproval
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or..
MsgEncryptedOraclePrivKey
..?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm.... I think that the
ApprovalSharingOracleKey
is more better. 😂