Skip to content

[GOAL2-743] Check and return error in AlgorandFullNode::BroadcastSignedTxn#26

Merged
derbear merged 2 commits intoalgorand:masterfrom
EvanJRichard:evan/check_error_in_broadcast
Jun 14, 2019
Merged

[GOAL2-743] Check and return error in AlgorandFullNode::BroadcastSignedTxn#26
derbear merged 2 commits intoalgorand:masterfrom
EvanJRichard:evan/check_error_in_broadcast

Conversation

@EvanJRichard
Copy link
Copy Markdown
Contributor

Summary

AlgorandFullNode::BroadcastSignedTxn checks, logs, and returns an error if an error occurs at any step, except for the final step where the transaction is sent to the networking stack for broadcast. This PR proposes to check, log, and return that error if it occurs as well.

Testing

Test suite passes on my machine and automated test suite must pass before merge.

@EvanJRichard EvanJRichard self-assigned this Jun 14, 2019
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jun 14, 2019

CLA assistant check
All committers have signed the CLA.

@EvanJRichard EvanJRichard changed the title Check and return error in AlgorandFullNode::BroadcastSignedTxn Check and return error in AlgorandFullNode::BroadcastSignedTxn [GOAL2-743] Jun 14, 2019
Copy link
Copy Markdown
Contributor

@derbear derbear left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@derbear derbear changed the title Check and return error in AlgorandFullNode::BroadcastSignedTxn [GOAL2-743] [GOAL2-743] Check and return error in AlgorandFullNode::BroadcastSignedTxn Jun 14, 2019
@derbear derbear added the bug Something isn't working label Jun 14, 2019
@derbear derbear merged commit a89961c into algorand:master Jun 14, 2019
derbear pushed a commit to derbear/go-algorand that referenced this pull request Mar 26, 2020
Add JSON input file format for application calls.
jasonpaulos pushed a commit to jasonpaulos/go-algorand that referenced this pull request Nov 3, 2022
* Delete extraneous function makeTestBlock inline

* Add test for blockstats event details

* Delete another comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants