erigon-pulse/consensus
Manav Darji b4fc18ad14
consensus/bor: validate valset from header at sprint end (#7438)
This PR adds changes from https://github.com/maticnetwork/bor/pull/768
and https://github.com/maticnetwork/bor/pull/787.

Note that bor fetches the data from the child chain contract via
`getBorValidators` method while erigon does it via fetching the required
span from heimdall (or cache if present). Hence, as done in bor, we
don't really need to create new methods to get data via block number or
hash.
2023-05-09 18:38:47 +01:00
..
aura Proper Gnosis Chain rewards in trace_block (#7473) 2023-05-09 17:19:23 +02:00
bor consensus/bor: validate valset from header at sprint end (#7438) 2023-05-09 18:38:47 +01:00
clique Cancun cannot happen before Merge (#7474) 2023-05-09 18:00:47 +02:00
db [Diagnostics] Simplify logging settings, introduce correct log rotation with lumberjack (#7273) 2023-04-07 21:08:44 +00:00
ethash Cancun cannot happen before Merge (#7474) 2023-05-09 18:00:47 +02:00
misc eip-4844: data gas fees & related check (#7449) 2023-05-08 12:20:10 +07:00
serenity Proper Gnosis Chain rewards in trace_block (#7473) 2023-05-09 17:19:23 +02:00
chain_reader.go Add clique API, support "clique" option in --http.api flag (#6985) 2023-05-05 09:20:40 +07:00
consensus.go Proper Gnosis Chain rewards in trace_block (#7473) 2023-05-09 17:19:23 +02:00
errors.go Withdrawals part 1 (#6009) 2022-12-01 09:15:01 +01:00
result.go Clean up DEBUG category logs (#2776) 2021-10-05 08:14:04 +07:00