plugeth/internal/jsre
rjl493456442 78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703)
This change simplifies the logic for indexing transactions and enhances the UX when transaction is not found by returning more information to users.

Transaction indexing is now considered as a part of the initial sync, and `eth.syncing` will thus be `true` if transaction indexing is not yet finished. API consumers can use the syncing status to determine if the node is ready to serve users.
2024-01-22 21:05:18 +01:00
..
deps core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 2024-01-22 21:05:18 +01:00
completion_test.go go.mod: upgrade goja (#23721) 2021-10-13 14:42:00 +02:00
completion.go console, internal/jsre: fix autocomplete issues (#26518) 2023-01-19 19:43:29 +01:00
jsre_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
jsre.go eth, internal, light: fix error string capitalization (#25364) 2022-07-25 12:53:44 +03:00
pretty.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00