Page MenuHomePhabricator

Readd transactions in the mempool in the right order during reorg.
ClosedPublic

Authored by deadalnix on Jan 20 2018, 14:26.

Details

Summary

This ensures that no transaction is dropped from the mempool due to its parent not being included yet.

Include various other smaller changes such as using GetId instead of GetHash where apropriate, as well as formatting mempool_packages.py .

Test Plan
make check
./test/functional/test_runner.py mempool_packages.py

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fixup
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1674
Build 1674: arc lint + arc unit

Event Timeline

schancel retitled this revision from Readd transaction in the mempool in the right order during reorg. to Read transactions in the mempool in the right order during reorg..Jan 20 2018, 19:08
deadalnix retitled this revision from Read transactions in the mempool in the right order during reorg. to Reaad transactions in the mempool in the right order during reorg..Jan 20 2018, 19:20
schancel retitled this revision from Reaad transactions in the mempool in the right order during reorg. to Readd transactions in the mempool in the right order during reorg..Jan 20 2018, 19:54
This revision is now accepted and ready to land.Jan 20 2018, 23:11
This revision was automatically updated to reflect the committed changes.