-
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
Add construction endpoints #7854
Conversation
This pull request introduces 1 alert when merging 5b88418 into 71608c9 - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## add-rosetta-master #7854 +/- ##
===================================================
Coverage 54.17% 54.17%
===================================================
Files 611 611
Lines 38838 38838
===================================================
Hits 21040 21040
Misses 15643 15643
Partials 2155 2155 |
This pull request introduces 1 alert when merging a0657f8 into 71608c9 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 529f6b8 into 71608c9 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging c431f61 into 71608c9 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging c63707e into 71608c9 - view on LGTM.com new alerts:
|
// GetTransferTxDataFromOperations extracts the from and to addresses from a list of operations. | ||
// We assume that it comes formated in the correct way. And that the balance of the sender is the same | ||
// as the receiver operations. | ||
func GetTransferTxDataFromOperations(ops []*types.Operation) (*banktypes.MsgSend, error) { |
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.
BuildMsgSendFromOperations could be more accurate.
Description
closes: #XXXX
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