go-ethereum/eth
2024-11-01 11:36:52 +08:00
..
bft fix conflict 2024-10-16 22:42:53 -07:00
downloader eth/downloader: fix staticcheck warning S1033: unnecessary guard for delete 2024-10-31 21:46:27 +08:00
ethconfig fix conflict 2024-10-16 22:42:53 -07:00
fetcher all: fix staticcheck warning S1024: not use x.Sub(time.Now()) 2024-10-31 10:49:44 +08:00
filters all: change format 0x%x to %#x (#25221) 2024-09-27 15:24:31 +08:00
gasprice eth/gasprice: add configurable threshold to gas price oracle (#22752) 2024-06-20 15:52:32 +08:00
hooks fix: staticcheck warning SA4003: every value of uint64 >= 0 2024-10-31 10:17:30 +08:00
tracers all: implement eip-1559 (#22837) 2024-11-01 11:36:52 +08:00
util Move consensus hooks to its own package 2021-10-10 16:04:32 +11:00
api.go log improvement and some refactor (#110) 2022-07-10 01:11:28 +02:00
api_backend.go all: fix staticcheck warning ST1008: error should be last return value 2024-10-31 09:51:47 +08:00
api_test.go all: change format 0x%x to %#x (#25221) 2024-09-27 15:24:31 +08:00
api_tracer.go all: implement eip-1559 (#22837) 2024-11-01 11:36:52 +08:00
backend.go all: fix staticcheck warning ST1006: don't use generic name self 2024-10-25 21:30:54 +08:00
backend_test.go Move consensus hooks to its own package 2021-10-10 16:04:32 +11:00
bloombits.go after we use time.Ticker it didn't allow to have 0 time duration (#493) 2024-03-15 19:07:05 +11:00
handler.go all: fix staticcheck warning SA4010: append result never used 2024-10-31 10:06:04 +08:00
handler_test.go Revert EIP-2464 2024-08-24 02:31:27 +07:00
helper_test.go Revert EIP-2464 2024-08-24 02:31:27 +07:00
metrics.go Revert EIP-2464 2024-08-24 02:31:27 +07:00
peer.go add flag rpc-gascap and set RPCGasCap to 50M (#664) 2024-10-09 09:28:24 +08:00
protocol.go Revert EIP-2464 2024-08-24 02:31:27 +07:00
protocol_test.go Revert EIP-2464 2024-08-24 02:31:27 +07:00
state_accessor.go add TraceCall, backend.StateAtBlock(), RPCGasCap 2024-05-17 21:34:34 +08:00
sync.go Revert EIP-2464 2024-08-24 02:31:27 +07:00
sync_test.go Revert EIP-2464 2024-08-24 02:31:27 +07:00