neoneo-go/pkg/core/mempool
Anna Shaleva 9f11a55bd6 core: add policy check to mempool
After block was stored it's possible to have new FeePerByte constraint,
so we should remove all transactions which do not meet this requirement.
Also caching of FeePerByte was added in order not to re-verify
transactions each time mempool needs to be updated.
2020-06-24 07:58:09 +03:00
..
feer.go core: remove transaction priority 2020-06-18 22:44:10 +03:00
mem_pool.go core: add policy check to mempool 2020-06-24 07:58:09 +03:00
mem_pool_test.go core: remove transaction priority 2020-06-18 22:44:10 +03:00
prometheus.go mempool: remove unverified transactions pool 2020-02-06 15:45:16 +03:00