plugeth/ethclient/gethclient
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
..
gethclient_test.go eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186) 2022-10-12 11:54:52 +02:00
gethclient.go eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186) 2022-10-12 11:54:52 +02:00