neo-go/pkg/core/mempool
Roman Khimov 428ba48444 mempool: use capacity parameter to avoid map reallocations
Which is what happens in AddBlock that fills a new pool with exactly the
number of transactions we know already.
2021-12-01 21:36:25 +03:00
..
feer.go core: introduce mempool notifications 2021-02-02 22:01:32 +03:00
mem_pool.go mempool: use capacity parameter to avoid map reallocations 2021-12-01 21:36:25 +03:00
mem_pool_test.go mempool: use uint256 library for fee tracking 2021-12-01 21:36:25 +03:00
prometheus.go mempool: remove unverified transactions pool 2020-02-06 15:45:16 +03:00
subscriptions.go core: move mempool.Event to a separate package 2021-06-01 12:24:28 +03:00
subscriptions_test.go core: move mempool.Event to a separate package 2021-06-01 12:24:28 +03:00