go-ethereum/eth
benjamin202410 eb6d53adf6
Fix getCandidateStatus API (#663)
* Fix getCandidateStatus API

* sync vote message and fix test

* update function name

---------

Co-authored-by: Liam Lai <liam@home>
2024-10-09 22:05:14 -07:00
..
bft Fix getCandidateStatus API (#663) 2024-10-09 22:05:14 -07:00
downloader all: add support for EIP-2718, EIP-2930 transactions (#21502) 2024-05-14 23:15:35 +08:00
fetcher core, eth, trie: use common/prque (#17508) 2024-05-09 18:38:27 +08:00
filters core, filters: not set log.BlockHash 2024-04-20 16:27:21 +08:00
gasprice core: types: less allocations when hashing and tx handling (#21265) 2024-05-13 22:07:03 +08:00
hooks resolve sync issue by passing right round number (#384) 2023-12-27 22:14:13 +11:00
tracers core, eth/tracer: initialize tracer statedb in CaptureStart (#22333) 2024-05-14 23:27:23 +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 Fix getCandidateStatus API (#663) 2024-10-09 22:05:14 -07:00
api_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
api_tracer.go add TraceCall, backend.StateAtBlock(), RPCGasCap 2024-05-17 21:34:34 +08:00
backend.go Extend masternode candidate (#261) 2023-05-16 21:43:56 +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
config.go cherry pick from #664 2024-10-09 17:08:59 +08:00
gen_config.go add TraceCall, backend.StateAtBlock(), RPCGasCap 2024-05-17 21:34:34 +08:00
handler.go all: change TxPreEvent to TxsPreEvent (#16720) 2024-03-28 11:16:21 +08:00
handler_test.go Implement BFT Message receiver (#13) 2021-12-30 11:00:20 +11:00
helper_test.go all: change TxPreEvent to TxsPreEvent (#16720) 2024-03-28 11:16:21 +08:00
metrics.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
peer.go increase message buffer to keep message (#657) 2024-09-30 21:13:49 -07:00
protocol.go all: change TxPreEvent to TxsPreEvent (#16720) 2024-03-28 11:16:21 +08:00
protocol_test.go all: change TxPreEvent to TxsPreEvent (#16720) 2024-03-28 11:16:21 +08:00
state_accessor.go add TraceCall, backend.StateAtBlock(), RPCGasCap 2024-05-17 21:34:34 +08:00
sync.go v2 miner function implementation and happy path (#22) 2021-12-30 11:45:18 +11:00
sync_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30