lighthouse/beacon_node
Paul Hauner 2f8531dc60 Update to consensus-specs v1.1.9 (#3016)
## Issue Addressed

Closes #3014

## Proposed Changes

- Rename `receipt_root` to `receipts_root`
- Rename `execute_payload` to `notify_new_payload`
   - This is slightly weird since we modify everything except the actual HTTP call to the engine API. That change is expected to be implemented in #2985 (cc @ethDreamer)
- Enable "random" tests for Bellatrix.

## Notes

This will break *partially* compatibility with Kintusgi testnets in order to gain compatibility with [Kiln](https://hackmd.io/@n0ble/kiln-spec) testnets. I think it will only break the BN APIs due to the `receipts_root` change, however it might have some other effects too.

Co-authored-by: Michael Sproul <micsproul@gmail.com>
2022-02-14 23:57:23 +00:00
..
beacon_chain Update to consensus-specs v1.1.9 (#3016) 2022-02-14 23:57:23 +00:00
client libp2p upgrade + gossipsub interval fix (#3012) 2022-02-10 04:12:03 +00:00
eth1 Bump crate versions (#2829) 2021-12-02 14:29:57 +11:00
execution_layer Update to consensus-specs v1.1.9 (#3016) 2022-02-14 23:57:23 +00:00
genesis Bump crate versions (#2829) 2021-12-02 14:29:57 +11:00
http_api libp2p upgrade + gossipsub interval fix (#3012) 2022-02-10 04:12:03 +00:00
http_metrics libp2p upgrade + gossipsub interval fix (#3012) 2022-02-10 04:12:03 +00:00
lighthouse_network libp2p upgrade + gossipsub interval fix (#3012) 2022-02-10 04:12:03 +00:00
network libp2p upgrade + gossipsub interval fix (#3012) 2022-02-10 04:12:03 +00:00
operation_pool Implement API for block rewards (#2628) 2022-01-27 01:06:02 +00:00
src Allow per validator fee recipient via flag or file in validator client (similar to graffiti / graffiti-file) (#2924) 2022-02-08 19:52:20 +00:00
store Additional networking metrics (#2549) 2021-12-22 06:17:14 +00:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Update Lighthouse Dependencies (#2818) 2021-11-18 05:08:42 +00:00
Cargo.toml v2.1.3 (#3017) 2022-02-11 01:54:33 +00:00