neoneo-go/pkg/core/mempool
Roman Khimov 748a70569a mempool: use uint256 library for fee tracking
It's very effective in avoiding allocations for big.Int, we don't have a
microbenchmark for memppol, but this improves TPS metrics by ~1-2%, so it's
noticeable.
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 uint256 library for fee tracking 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