nimbus-eth1/nimbus
Jordan Hrycaj f937f57838
Beacon sync targets cons head rather than finalised block (#2721)
* Fix fringe condition clarifying how to handle an empty range

why:
  The `interval_set` module would treat an undefined interval construct
  `[2,1]` as`[2,2]` (the right bound being `max(2,1)`.)

* Use the `consensus head` rather than the `finalised` block as sync target

why:
  The former is ahead of the `finalised` block.

* In ctx descriptor rename `final` field to `target`

* Update docu, rename `F` -> `T`
2024-10-09 18:00:00 +00:00
..
beacon Beacon sync targets cons head rather than finalised block (#2721) 2024-10-09 18:00:00 +00:00
common Beacon sync targets cons head rather than finalised block (#2721) 2024-10-09 18:00:00 +00:00
core Proof-of-stakiness based on block header (#2682) 2024-10-08 09:37:36 +07:00
db Ordered trie (#2712) 2024-10-09 09:44:15 +02:00
evm Proof-of-stakiness based on block header (#2682) 2024-10-08 09:37:36 +07:00
graphql Use eth/common transaction signature utilities (#2696) 2024-10-04 16:34:31 +02:00
rpc add rpc `eth_estimateGas` - dependency for blob spammer (#2701) 2024-10-06 09:39:47 +07:00
stateless
sync Beacon sync targets cons head rather than finalised block (#2721) 2024-10-09 18:00:00 +00:00
transaction eth: bump to new types (#2660) 2024-09-29 14:37:09 +02:00
utils Ordered trie (#2712) 2024-10-09 09:44:15 +02:00
common.nim
compile_info.nim Small updates and fixes for rlpx suite (#2571) 2024-08-19 14:00:10 +00:00
config.nim Rename flare as beacon (#2680) 2024-10-02 11:31:33 +00:00
constants.nim eth: bump to new types (#2660) 2024-09-29 14:37:09 +02:00
errors.nim
makefile
nim.cfg
nimbus.nim Rename flare as beacon (#2680) 2024-10-02 11:31:33 +00:00
nimbus_desc.nim Rename flare as beacon (#2680) 2024-10-02 11:31:33 +00:00
nimbus_import.nim fix: show correct blockNumber and log in end of era files (#2691) 2024-10-04 01:37:50 +00:00
rpc.nim add eth_sendRawTransaction to server API (#2678) 2024-10-02 03:56:39 +00:00
tracer.nim Remove `hunter` (#2697) 2024-10-06 10:11:44 +00:00
transaction.nim Use eth/common transaction signature utilities (#2696) 2024-10-04 16:34:31 +02:00
version.nim