Skip to content

Transaction Pool

David Vorick requested to merge pool into master

I added/updated the transaction pool module to be consistent with the new set of consensus rules. I implemented a lot of things, perhaps too many. Then I wrote tests for all of the siacoin stuff since that's what we're most likely to run into in the wild for now.

I made a few changes to the consensus test suite and the consensus package code, but I tried to keep things as minimal as possible. Most of the changes should be to the transaction pool module.

Merge request reports