plugeth/eth/filters
lmittmann 5b1a04b9c7
eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186)
This PR adds a way to subscribe to the _full_ pending transactions, as opposed to just being notified about hashes. 

In use cases where client subscribes to newPendingTransactions and gets txhashes only to then request the actual transaction, the caller can now shortcut that flow and obtain the transactions directly. 


Co-authored-by: Felix Lange <fjl@twurst.com>
2022-10-12 11:54:52 +02:00
..
api_test.go all: change format 0x%x to %#x (#25221) 2022-07-04 11:03:32 +03:00
api.go eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186) 2022-10-12 11:54:52 +02:00
bench_test.go eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
filter_system_test.go eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186) 2022-10-12 11:54:52 +02:00
filter_system.go eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186) 2022-10-12 11:54:52 +02:00
filter_test.go eth/filters: fix for eth_getLogs failing with finalized- and safe tag (#25922) 2022-10-06 14:43:55 +02:00
filter.go eth/filters: fix for eth_getLogs failing with finalized- and safe tag (#25922) 2022-10-06 14:43:55 +02:00