Tomasz Drwięga
1d9206735b
Transaction Pool re-implementation (#6994)
* Initial design and some tests.
* Insertion & limits.
* Constructing pending block.
* Change to PendingIterator.
* Removing/cancelling transactions.
* Full status.
* Culling transactions.
* Use bigint.
* Add listener tests.
* Clean up listener types.
* Split into multiple files.
* Add copyright notice.
* Documentation.
* Don't require ownership.
* Fix cull to remove from by_hash.
* Make the queue generic over transactions.
* Address code review.
* Update wasm submodules.
* Fix review grumbles.
* Add some docs.