-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
IBC-SDK Integration #5057
IBC-SDK Integration #5057
Conversation
Codecov Report
@@ Coverage Diff @@
## joon/ics-04-implementation #5057 +/- ##
==============================================================
+ Coverage 55.98% 56.09% +0.11%
==============================================================
Files 307 308 +1
Lines 18576 18585 +9
==============================================================
+ Hits 10399 10425 +26
+ Misses 7456 7433 -23
- Partials 721 727 +6 |
} | ||
_, pstate, err := obj1.StateCLI(ctx1) | ||
|
||
err = utils.GenerateOrBroadcastMsgs(ctx2, txBldr, []sdk.Msg{msgupdate}) |
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.
ineffectual assignment to err
(from ineffassign
)
} | ||
_, pstate, err = obj2.State(ctx2) | ||
|
||
err = utils.GenerateOrBroadcastMsgs(ctx1, txBldr, []sdk.Msg{msgupdate}) |
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.
ineffectual assignment to err
(from ineffassign
)
Signer: ctx2.GetFromAddress(), | ||
} | ||
|
||
err = utils.GenerateOrBroadcastMsgs(ctx2, txBldr, []sdk.Msg{msgupdate}) |
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.
ineffectual assignment to err
(from ineffassign
)
} | ||
|
||
err = utils.GenerateOrBroadcastMsgs(ctx1, txBldr, []sdk.Msg{msginit}) | ||
if err != nil { | ||
return err | ||
} | ||
|
||
timeout := nextTimeout | ||
height, err = lastheight(ctx1) | ||
// Another block has to be passed after msginit is commited |
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.
commited
is a misspelling of committed
(from misspell
)
} | ||
|
||
err = utils.GenerateOrBroadcastMsgs(ctx2, txBldr, []sdk.Msg{msgtry}) | ||
if err != nil { | ||
return err | ||
} | ||
|
||
timeout = nextTimeout | ||
height, err = lastheight(ctx2) | ||
// Another block has to be passed after msginit is commited |
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.
commited
is a misspelling of committed
(from misspell
)
} | ||
|
||
err = utils.GenerateOrBroadcastMsgs(ctx1, txBldr, []sdk.Msg{msgack}) | ||
if err != nil { | ||
return err | ||
} | ||
|
||
timeout = nextTimeout | ||
_, pstate, err = obj1.State(ctx1) | ||
// Another block has to be passed after msginit is commited |
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.
commited
is a misspelling of committed
(from misspell
)
There was a naming cleanup in this PR which is not reflected in the previous PRs.
|
NOTE: Moved to #5124
(@fedekunze: Sorry I deleted the changes by mistake when I pulled on the downstream PR )
This will be the final version of sdk integration pr, I hope.
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added a relevant changelog entry to the
Unreleased
section inCHANGELOG.md
Re-reviewed
Files changed
in the github PR explorerFor Admin Use: