go-ethereum/eth
wit liu d9ae317a38
all: format golang files (#1548)
Co-authored-by: wit <wit765765346@gmail>
2025-09-21 19:41:54 +08:00
..
bft Merge pull request #1257 from XinFinOrg/improve-consensus-logs 2025-09-20 19:03:34 +04:00
downloader all: format golang files (#1548) 2025-09-21 19:41:54 +08:00
ethconfig cmd, eth: rename config and flag to VMTraceJsonConfig #29573 (#1490) 2025-09-13 10:52:31 +08:00
fetcher eth/fetcher: fix copyloopvar for Go 1.22+ (#1505) 2025-09-17 08:21:23 +08:00
filters eth/filters: add address limit to filters #31876 (#1504) 2025-09-21 18:53:52 +08:00
gasprice all: rename ChainId to ChainID #16853 (#1456) 2025-09-09 22:54:34 +08:00
hooks style: change limitPenaltyEpoch in config to real meaning, avoid +1 (#1538) 2025-09-19 13:43:31 -07:00
tracers eth/tracers/logger: fix json-logger output missing #30804 (#1502) 2025-09-21 18:53:13 +08:00
util feat: add TIPEpochHalving, better style 2025-03-25 22:16:35 +08:00
api.go all: rename ChainId to ChainID #16853 (#1456) 2025-09-09 22:54:34 +08:00
api_backend.go all: fix inconsistent receiver name (#1494) 2025-09-17 08:15:23 +08:00
api_test.go eth/tracers: live chain tracing with hooks #29189 (#1352) 2025-09-09 17:30:56 +08:00
backend.go eth/tracers: various fixes #30540 (#1491) 2025-09-17 09:04:38 +08:00
backend_test.go Move consensus hooks to its own package 2021-10-10 16:04:32 +11:00
bloombits.go core, eth, params: make indexer configurable (#17188) 2025-03-10 15:41:53 +08:00
handler.go eth: skip VerifyHeader in traceBlock to fix #1185 (#1265) 2025-07-26 18:18:50 +08:00
handler_test.go Revert EIP-2464 2024-08-24 02:31:27 +07:00
helper_test.go core: move genesis alloc types to core/types (#29003) 2025-01-24 16:54:12 +08:00
metrics.go metrics, cmd/XDC: change init-process of metrics (#30814) 2024-12-13 14:00:14 +08:00
peer.go all: use github.com/deckarep/golang-set/v2 (generic set) (#26159) 2025-01-24 16:54:11 +08:00
protocol.go core: remove unused error from TxPool.Pending (#23720) 2024-11-01 11:36:53 +08:00
protocol_test.go eth: set networkID to chainId by default (#28250) 2025-02-17 09:17:31 +08:00
state_accessor.go eth/tracers: live chain tracing with hooks #29189 (#1352) 2025-09-09 17:30:56 +08:00
sync.go core: remove unused error from TxPool.Pending (#23720) 2024-11-01 11:36:53 +08:00
sync_test.go Revert EIP-2464 2024-08-24 02:31:27 +07:00