Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
rpc-v2/tx: Implement
transaction_unstable_broadcast
andtransaction_unstable_stop
#3079rpc-v2/tx: Implement
transaction_unstable_broadcast
andtransaction_unstable_stop
#3079Changes from 32 commits
1e52e10
e795285
c1e9396
1a8ba25
3df160b
badd863
7f788aa
eef2751
96a80b0
4e72ce7
70c7d08
0cd5a80
69ea4d2
bacbf8f
da4f247
442a20f
10cced3
9f70d44
909e72f
ea93a25
9fdc472
f8ea133
be82fea
e817f49
21932cb
e7781a9
015c87b
301f3bf
f174bf6
d28e197
03b97b4
58331ae
a27e387
a0deac0
22c1a6b
9fb01af
68ab17d
ea83c6a
f11b6c4
55d9eef
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Is this really a separate independent test, ie that calling unstable_stop with an invalid ID will result in an 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.
I could move this to another test; to not fail the
tx_broadcast_invalid_tx
if somehow we acceptstop(invalid)
. That sounds good, just wanted to make sure I got this right