1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/eth/filters
Marius van der Wijden 7612872761
core/filtermaps: do not derive full receipts during rendering (#31716)
This changes the filtermaps to only pull up the raw receipts, not the
derived receipts which saves a lot of allocations.

During normal execution this will reduce the allocations of the whole
geth node by ~15%.
2025-04-30 15:23:08 +08:00
..
api.go core: initialize history pruning in BlockChain (#31636) 2025-04-15 14:32:46 +02:00
api_test.go rpc: change BlockNumber constant values to match ethclient (#27219) 2023-05-23 13:18:38 +02:00
filter.go eth/filters, core/filtermaps: safe chain view update (#31590) 2025-04-20 09:48:49 +02:00
filter_system.go eth/filters, core/filtermaps: safe chain view update (#31590) 2025-04-20 09:48:49 +02:00
filter_system_test.go core/filtermaps: do not derive full receipts during rendering (#31716) 2025-04-30 15:23:08 +08:00
filter_test.go eth/filters, core/filtermaps: safe chain view update (#31590) 2025-04-20 09:48:49 +02:00