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

feat: add-genesis-oracle CLI #536

Merged
merged 7 commits into from
Dec 12, 2022
Merged

feat: add-genesis-oracle CLI #536

merged 7 commits into from
Dec 12, 2022

Conversation

0xHansLee
Copy link
Contributor

close #531

Implementation of add-genesis-oracle CLI.

@0xHansLee 0xHansLee added this to the v2.1.0-beta milestone Dec 8, 2022
@0xHansLee 0xHansLee self-assigned this Dec 8, 2022
Copy link
Contributor

@gyuguen gyuguen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

cmd/panacead/cmd/genoracle.go Outdated Show resolved Hide resolved
cmd/panacead/cmd/genoracle.go Outdated Show resolved Hide resolved
Copy link
Contributor

@youngjoon-lee youngjoon-lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link

@inchori inchori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!
I left a one comment.

cmd/panacead/cmd/genoracle.go Outdated Show resolved Hide resolved
Copy link
Contributor

@audtlr24 audtlr24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!
It seems that it can be used for adding genesis Oracle information for testing. However, it seems that we need to use the upgrade handler to add Oracle in the actual running panacea. (Or make proposal for it)

@0xHansLee
Copy link
Contributor Author

It seems that it can be used for adding genesis Oracle information for testing. However, it seems that we need to use the upgrade handler to add Oracle in the actual running panacea. (Or make proposal for it)

Right. We need to make a proposal to register a genesis oracle in mainnet.

@0xHansLee 0xHansLee merged commit 5e7be22 into main Dec 12, 2022
@0xHansLee 0xHansLee deleted the ft/531/gen-oracle-cli branch December 12, 2022 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement initial Oracle Registration
5 participants