-
Notifications
You must be signed in to change notification settings - Fork 647
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
Adding private sendTx function #2257
Adding private sendTx function #2257
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2257 +/- ##
==========================================
+ Coverage 79.54% 79.58% +0.04%
==========================================
Files 175 175
Lines 12069 12125 +56
==========================================
+ Hits 9600 9650 +50
- Misses 2045 2049 +4
- Partials 424 426 +2
|
absoluteTimeout := uint64(ctx.BlockTime().UnixNano()) + msg.TimeoutTimestamp | ||
seq, err := s.sendTx(ctx, chanCap, msg.ConnectionId, portID, msg.PacketData, absoluteTimeout) |
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.
I'm not 100% clear if there is more required than this change with the private function.
…ttps://github.com/cosmos/ibc-go into cian/issue#2239-make-a-private-function-for-sendtx
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.
Nice!
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.
lgtm!
(cherry picked from commit 4297a9e)
(cherry picked from commit 4297a9e) Co-authored-by: Cian Hatton <[email protected]> Co-authored-by: colin axnér <[email protected]> Co-authored-by: Damian Nolan <[email protected]>
Description
closes: #2239
closes: #2241
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes