Skip to content

Transaction Testing

David Vorick requested to merge transactiontests into master

A simple set of tests which create a single transaction and send it to another party, verifying that the transaction is received.

There are lots of checks throughout the test, including consistency in CatchUp, and consistency with the transaction pool propagation.

Found a few race conditions, which are now fixed. These might have actually been causing the transaction pool problems that Josh and I were seeing, but I'm not certain.

Merge request reports