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

Add construction endpoints #7854

Merged
merged 18 commits into from
Nov 16, 2020
Merged

Add construction endpoints #7854

merged 18 commits into from
Nov 16, 2020

Conversation

sahith-narahari
Copy link
Contributor

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.

  • 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.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

Base automatically changed from jonathan/implement-account-endpoint to add-rosetta-master November 9, 2020 18:41
@lgtm-com
Copy link

lgtm-com bot commented Nov 10, 2020

This pull request introduces 1 alert when merging 5b88418 into 71608c9 - view on LGTM.com

new alerts:

  • 1 for Useless assignment to local variable

@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #7854 (88b5e24) into add-rosetta-master (71608c9) will not change coverage.
The diff coverage is n/a.

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

@lgtm-com
Copy link

lgtm-com bot commented Nov 10, 2020

This pull request introduces 1 alert when merging a0657f8 into 71608c9 - view on LGTM.com

new alerts:

  • 1 for Useless assignment to local variable

@lgtm-com
Copy link

lgtm-com bot commented Nov 10, 2020

This pull request introduces 1 alert when merging 529f6b8 into 71608c9 - view on LGTM.com

new alerts:

  • 1 for Useless assignment to local variable

@lgtm-com
Copy link

lgtm-com bot commented Nov 11, 2020

This pull request introduces 1 alert when merging c431f61 into 71608c9 - view on LGTM.com

new alerts:

  • 1 for Useless assignment to local variable

@lgtm-com
Copy link

lgtm-com bot commented Nov 12, 2020

This pull request introduces 1 alert when merging c63707e into 71608c9 - view on LGTM.com

new alerts:

  • 1 for Useless assignment to local variable

// 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) {
Copy link
Contributor

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.

@jgimeno jgimeno marked this pull request as ready for review November 16, 2020 14:48
@jgimeno jgimeno merged commit 9e46fb3 into add-rosetta-master Nov 16, 2020
@jgimeno jgimeno deleted the sahith/impl-cons branch November 16, 2020 14:48
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.

2 participants