go-ethereum/cmd/utils
Felix Lange 82b0dec713
eth/filters: remove support for pending logs (#29574)
This change removes support for subscribing to pending logs. 

"Pending logs" were always an odd feature, because it can never be fully reliable. When support for it was added many years ago, the intention was for this to be used by wallet apps to show the 'potential future token balance' of accounts, i.e. as a way of notifying the user of incoming transfers before they were mined. In order to generate the pending logs, the node must pick a subset of all public mempool transactions, execute them in the EVM, and then dispatch the resulting logs to API consumers.
2024-04-22 10:31:17 +02:00
..
cmd.go cmd: use package filepath over path for file system operations (#29227) 2024-03-12 10:00:34 +01:00
diskusage.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00
diskusage_openbsd.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
diskusage_windows.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
export_test.go all: fix mismatched names in comments (#29348) 2024-03-26 21:01:28 +01:00
flags.go eth/filters: remove support for pending logs (#29574) 2024-04-22 10:31:17 +02:00
flags_legacy.go cmd, core, metrics: always report expensive metrics (#29191) 2024-03-11 10:06:57 +02:00
flags_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00
history_test.go cmd/utils: fix typo in comment (#29528) 2024-04-15 08:40:42 +02:00
prompt.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
prompt_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00