go-ethereum/eth/filters
Martin Holst Swende 8c5ce1107b
eth/filters: send rpctransactions in pending-subscription (#26126)
This PR changes the pending tx subscription to return RPCTransaction types instead of normal Transaction objects. This will fix the inconsistencies with other tx returning API methods (i.e. getTransactionByHash), and also fill in the sender value for the tx.

co-authored by @s1na
2022-11-14 14:48:01 +01:00
..
api.go eth/filters: send rpctransactions in pending-subscription (#26126) 2022-11-14 14:48:01 +01:00
api_test.go all: change format `0x%x` to `%#x` (#25221) 2022-07-04 11:03:32 +03:00
bench_test.go eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
filter.go eth/filters: change filter block to be by-ref (#26054) 2022-10-27 15:25:01 +02:00
filter_system.go eth/filters: send rpctransactions in pending-subscription (#26126) 2022-11-14 14:48:01 +01:00
filter_system_test.go eth/filters: send rpctransactions in pending-subscription (#26126) 2022-11-14 14:48:01 +01:00
filter_test.go eth/filters: fix failing benchmark-test (#26144) 2022-11-09 09:49:42 +01:00