go-ethereum/eth
JukLee0ira b4308ba733
internal/ethapi: disable sending of non eip155 replay protected tx #22339 (#971)
* internal/ethapi: disable sending of non eip155 replay protected tx #22339

* eth: optimize the initialization logic of EthAPIBackend

* fix
2025-04-25 11:55:52 +08:00
..
bft
downloader trie: Derivesha with stacktrie (#21407) 2025-04-07 16:44:32 +08:00
ethconfig cmd, core, eth, trie: add trie read caching layer (#18087) (#946) 2025-04-16 17:27:43 +08:00
fetcher trie: use trie.NewStackTrie instead of new(trie.Trie) (#22246) 2025-04-07 16:44:32 +08:00
filters core: improve commit genesis 2025-03-20 14:15:09 +08:00
gasprice eth/gasprice: sanity check ratio values (#31270) 2025-03-14 08:04:02 +08:00
hooks Reward float upgrade (#940) 2025-04-16 02:03:41 -07:00
tracers params: remove EIP150Hash from chainconfig (#27087) 2025-02-05 18:16:17 +08:00
util feat: add TIPEpochHalving, better style 2025-03-25 22:16:35 +08:00
api.go cmd, core, eth, trie: add trie read caching layer (#18087) (#946) 2025-04-16 17:27:43 +08:00
api_backend.go internal/ethapi: disable sending of non eip155 replay protected tx #22339 (#971) 2025-04-25 11:55:52 +08:00
api_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2025-02-07 13:04:45 +08:00
api_tracer.go cmd, core, eth, trie: add trie read caching layer (#18087) (#946) 2025-04-16 17:27:43 +08:00
backend.go internal/ethapi: disable sending of non eip155 replay protected tx #22339 (#971) 2025-04-25 11:55:52 +08:00
backend_test.go
bloombits.go core, eth, params: make indexer configurable (#17188) 2025-03-10 15:41:53 +08:00
handler.go core, eth, trie: add a prefix to contract code (21080) 2025-03-24 22:31:03 +08:00
handler_test.go
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
protocol_test.go eth: set networkID to chainId by default (#28250) 2025-02-17 09:17:31 +08:00
state_accessor.go
sync.go
sync_test.go