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 upgrade oracle tx & cli #579

Merged
merged 35 commits into from
Jan 4, 2023
Merged

feat: add upgrade oracle tx & cli #579

merged 35 commits into from
Jan 4, 2023

Conversation

audtlr24
Copy link
Contributor

closes #571.

audtlr24 and others added 30 commits December 19, 2022 10:28
Co-authored-by: Youngjoon Lee <taxihighway@gmail.com>
…nto ft/569/oracle-upgrade-handler

# Conflicts:
#	cmd/panacead/cmd/genoracle.go
#	proto/panacea/oracle/v2/oracle.proto
…ft/571/upgrade-oracle-tx

# Conflicts:
#	proto/panacea/oracle/v2/oracle.proto
#	proto/panacea/oracle/v2/proposal.proto
#	proto/panacea/oracle/v2/query.proto
#	x/oracle/types/errors.go
#	x/oracle/types/keys.go
#	x/oracle/types/oracle.go
#	x/oracle/types/oracle.pb.go
#	x/oracle/types/query.pb.go
#	x/oracle/types/query.pb.gw.go
…ft/575/upgrade-proto

# Conflicts:
#	proto/panacea/oracle/v2/oracle.proto
#	proto/panacea/oracle/v2/proposal.proto
#	proto/panacea/oracle/v2/query.proto
#	x/oracle/types/keys.go
#	x/oracle/types/oracle.pb.go
#	x/oracle/types/query.pb.go
#	x/oracle/types/query.pb.gw.go
This reverts commit 44a3f47.
…1/upgrade-oracle-tx

# Conflicts:
#	proto/panacea/oracle/v2/oracle.proto
#	proto/panacea/oracle/v2/proposal.proto
#	x/oracle/keeper/grpc_query_oracle.go
#	x/oracle/types/keys.go
#	x/oracle/types/oracle.pb.go
Copy link
Contributor

@0xHansLee 0xHansLee left a comment

Choose a reason for hiding this comment

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

Thx. I left some comments.

x/oracle/keeper/upgrade.go Outdated Show resolved Hide resolved
x/oracle/keeper/upgrade.go Show resolved Hide resolved
x/oracle/keeper/upgrade.go Outdated Show resolved Hide resolved
x/oracle/keeper/upgrade.go Outdated Show resolved Hide resolved
x/oracle/types/oracle.go Show resolved Hide resolved
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!

Copy link
Contributor

@0xHansLee 0xHansLee 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
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

Co-authored-by: Hansol Lee <38912532+H4NLee@users.noreply.github.com>
Base automatically changed from ft/575/upgrade-proto to main January 3, 2023 09:26
# Conflicts:
#	x/oracle/abci.go
#	x/oracle/abci_test.go
#	x/oracle/keeper/grpc_query_oracle.go
#	x/oracle/keeper/grpc_query_oracle_test.go
#	x/oracle/keeper/msg_server_oracle.go
#	x/oracle/keeper/upgrade.go
#	x/oracle/keeper/upgrade_test.go
#	x/oracle/types/codec.go
#	x/oracle/types/errors.go
#	x/oracle/types/message_oracle.go
#	x/oracle/types/oracle.go
@audtlr24 audtlr24 merged commit c4dc6a6 into main Jan 4, 2023
@audtlr24 audtlr24 deleted the ft/571/upgrade-oracle-tx branch January 4, 2023 01:32
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement upgrade oracle tx
5 participants