bsc/ethclient
lmittmann 291cb8ab51
eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186) (#1626)
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: lx <92799281+brilliant-lx@users.noreply.github.com>
Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-06-27 11:52:31 +08:00
..
gethclient eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186) (#1626) 2023-06-27 11:52:31 +08:00
ethclient_test.go core: port several London EIPs on BSC(#1422) 2023-05-25 17:34:04 +08:00
ethclient.go internal/ethapi: implement API for EIP-4337 2023-04-14 15:23:07 +02:00
signer.go ethclient: fix tx sender cache miss detection (#23877) 2021-11-17 14:44:41 +01:00