TestDoProcessTx() enhancement closes #104#105
Merged
iamffffannie merged 1 commit intodevelopfrom Oct 26, 2018
Merged
Conversation
33fb99a to
eeb9376
Compare
xhliu
reviewed
Oct 26, 2018
Contributor
xhliu
left a comment
There was a problem hiding this comment.
Similar to TestProcessBlock(), e.g.,
tx5 <- tx6 <- tx7 <- tx8
tx5 is not in main pool, so tx6/7/8 are orphaned. Add tx5 in main pool and utxo set, tx6/7/8 are also added.
Remove tx5 and ensure tx6/7/8 are orphaned again.
core/txpool/transaction_pool_test.go
Outdated
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
21532b9 to
01ebb37
Compare
01ebb37 to
c6b494e
Compare
iamffffannie
added a commit
that referenced
this pull request
Oct 27, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.