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

mempool/peer: Sync upstream comment updates. #212

Merged
merged 3 commits into from
May 24, 2016

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented May 24, 2016

Upstream commits

The changes in d765c73 had previously been cherry-picked, so it's effectively a NOOP.

ProcessTransaction could have accepted a new transaction into mempool
but could have returned a reject message if a no-longer-orphan
transaction failed to be accepted.  This would also skip any
additional no-longer-orphans, keeping them in the orphan pool.

Instead of returning an error incorrectly, log the error and skip
the no-longer-orphan transaction.  This allows the rest of the
no-longer-orphans to be processed as well.
@cjepson
Copy link
Contributor

cjepson commented May 24, 2016

OK

1 similar comment
@alexlyp
Copy link
Member

alexlyp commented May 24, 2016

OK

@davecgh davecgh force-pushed the merge_upstream_misc branch from 56214ff to 4bffbb1 Compare May 24, 2016 18:30
@alexlyp alexlyp merged commit 4bffbb1 into decred:master May 24, 2016
@jcvernaleo jcvernaleo added this to the v0.1.4 milestone May 25, 2016
@davecgh davecgh deleted the merge_upstream_misc branch May 27, 2016 14:38
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.

5 participants