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: update proto and test code due to panacea-core upgrade #52

Merged
merged 7 commits into from
Oct 28, 2022

Conversation

audtlr24
Copy link
Contributor

change proto file & test code with panacea-core related this PR (medibloc/panacea-core#468)

  • error code is changed when tx was not found (INVALID_ARGUMENT -> NOT_FOUND)
  • event is changed when send coin tx

@0xHansLee
Copy link

It would be good to remove all related to x/token because the module will be removed in v2.0.5.

@gyuguen
Copy link
Contributor

gyuguen commented Oct 19, 2022

Is this status a Draft because it's not being deployed at this time?

Copy link

@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. pls make this PR official.

Comment on lines 16 to 17
PANACEA_CORE_VER_SHORT="ft-na-v2.0.5-cosmos-sdk-v0.45.9-dragonberry"
PANACEA_CORE_VER="ft/na/v2.0.5-cosmos-sdk-v0.45.9-dragonberry"

Choose a reason for hiding this comment

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

Now, let's use v2.0.5.

@@ -156,7 +157,7 @@ private TxResponse pollTxResponse(String txHash, int maxTries, int sleepMs) thro
} catch (StatusRuntimeException e) {
// if tx was not found (if tx isn't included in the block yet)
// Misc: Yeah. I know that the status code INVALID_ARGUMENT isn't proper, but it's the way how Cosmos was implemented.

Choose a reason for hiding this comment

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

you can delete this Misc comment.

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

@audtlr24 audtlr24 marked this pull request as ready for review October 28, 2022 01:21
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

@audtlr24 audtlr24 merged commit 625f95d into master Oct 28, 2022
@audtlr24 audtlr24 deleted the ft/na/cosmos-sdk-upgrade branch October 28, 2022 09:15
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.

5 participants