neoneo-go/pkg/core/mempool
Evgenii Stratonikov cbf26bac83 mempool: do not allocate new slice for verified transactions
Because transactions a iterated in an increasing order,
we can filter slice in-place.
2020-03-02 10:38:27 +03:00
..
feer.go core: make IsLowPriority work with pre-calculated fee 2020-02-19 12:19:02 +03:00
mem_pool.go mempool: do not allocate new slice for verified transactions 2020-03-02 10:38:27 +03:00
mem_pool_test.go mempool: rework inputs verification, check Claim txes 2020-02-27 13:43:35 +03:00
prometheus.go mempool: remove unverified transactions pool 2020-02-06 15:45:16 +03:00