Commit Graph

132 Commits (58297e339b26d09a0c21e550ee4b6ed6205cedcd)

Author SHA1 Message Date
ucwong e9f59b5d5e
eth/filters: reuse error msg for invalid block range (#28479) 10 months ago
Delweng e38b9f1830
eth/filters: exit early if topics-filter has more than 4 topics (#28494) 11 months ago
Delweng f20b334f21
eth/filters: eth_getLogs fast exit for invalid block range (#28386) 11 months ago
Felix Lange bc42e88415
core: add basic chain history support in GenerateChain (#28428) 11 months ago
Sina Mahmoodi 4d3c0d41f4
eth/filters: fix flaky test TestPendingTxFilterDeadlock (#28376) 11 months ago
rjl493456442 503f1f7ada
all: activate pbss as experimental feature (#26274) 1 year ago
Martin Holst Swende 8d1db1601d
eth/filters, core/rawdb: remove unused param, refactor filtering-loop (#27891) 1 year ago
Delweng 281e8cd5ab
eth/filters: reuse handleLogs method for removed logs (#27438) 1 year ago
rjl493456442 d4961881d7
miner: suspend miner if node is syncing (#27218) 1 year ago
Delweng db9a178ad2
eth/filters: retrieve logs in async (#27135) 1 year ago
Delweng 8a78a4f79f
eth,consensus: replace noarg fmt.Errorf with errors.New (#27330) 1 year ago
Martin Holst Swende 9231770811
rpc: change BlockNumber constant values to match ethclient (#27219) 1 year ago
Péter Szilágyi bbc565ab05
core/types, params: add blob transaction type, RLP encoded for now (#27049) 1 year ago
Yier 4034c675be
eth/filters: fix a breaking change and return rpctransaction (#26757) 2 years ago
Sina Mahmoodi ff38c9ee2e
eth/filters: replace atomic pointer with value (#26689) 2 years ago
Sina Mahmoodi 2def62b99b
eth/filters: avoid block body retrieval when no matching logs (#25199) 2 years ago
Paul 97401b6c63
eth/filters: fix typo in comment (#26515) 2 years ago
Felix Lange f53ff0ff4a
eth/filters, eth/tracers: add request cancellation checks (#26320) 2 years ago
Felix Lange 9afc6816d2
common/lru: add generic LRU implementation (#26162) 2 years ago
Martin Holst Swende 8c5ce1107b
eth/filters: send rpctransactions in pending-subscription (#26126) 2 years ago
Martin Holst Swende 093b2ac32a
eth/filters: fix failing benchmark-test (#26144) 2 years ago
Martin Holst Swende a1fc0d8144
eth/filters: change filter block to be by-ref (#26054) 2 years ago
lmittmann 5b1a04b9c7
eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186) 2 years ago
Ryan Schneider df2b3cd2bd
eth/filters: fix for eth_getLogs failing with finalized- and safe tag (#25922) 2 years ago
Martin Holst Swende ee301c750b
all: fix docstrings 2 years ago
rjl493456442 dea1fb3cfc
all: cleanup tests (#25641) 2 years ago
Sina Mahmoodi 36874b63a1
eth/filters: add global block logs cache (#25459) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
rjl493456442 a41ea8a97c
all: cleanup the APIs for initializing genesis (#25473) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Seungbae.yu 2697e44d81
all: change format `0x%x` to `%#x` (#25221) 2 years ago
lightclient 10dc5dce08
all: remove concept of public/private API definitions (#25053) 2 years ago
lightclient 1cf58c7b81
readme,eth: remove references to eth.wiki (#25086) 2 years ago
Martin Holst Swende a907d7e81a
all: more linters (#24783) 2 years ago
Sina Mahmoodi d9566e39bd
eth/filters: fix getLogs for pending block (#24949) 2 years ago
Boqin Qin(秦 伯钦) 03157b6efa
eth/filters: use buffered channel to avoid goroutine leak (#24928) 2 years ago
Martin Holst Swende 7175f82495
eth/fetcher: avoid hang in tests (partial fix for #23331) (#23351) 2 years ago
EXEC 256aae0bfa
eth/filters: remove explicit continue label in filterLogs (#24795) 2 years ago
EXEC d6b77f661c
eth/filters: fix code comment (#24799) 2 years ago
hero5512 f94e23ca66
eth/filters: remove unused struct fields (#24782) 2 years ago
Eng Zer Jun 8d066f1f42
all: use T.TempDir to create temporary test directories (#24633) 2 years ago
aaronbuchwald d78590560d
eth/filters: remove unused field 'chaindb' in PublicFilterAPI (#24072) 3 years ago
Martin Holst Swende 31870a59ff
eth/filters, p2p/simulations: fix benchmarks (#23806) 3 years ago
Miro 5a0e1d88f4
eth/filters: fix TestPendingLogsSubscription (#23619) 3 years ago
Péter Szilágyi 7a7abe3de8
accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 3 years ago
aaronbuchwald f66f1a16b3
eth/filters: fix comment on PublicFilterAPI timeoutLoop (#22782) 3 years ago
gary rong 0c70b83e00
all: add read-only option to database (#22407) 4 years ago
Sina Mahmoodi c4307a9339
eth/filters: fix potential deadlock in filter timeout loop (#22178) 4 years ago
Suriyaa Sundararuban 0a09a39325
eth/filters: replace wiki links with new doc pages (#22070) 4 years ago
Alex Prut 810f9e057d
all: remove redundant conversions and import names (#21903) 4 years ago