mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Upgrade rust-eth-kzg to 0.8.0 (#7870)
#7864 The main breaking change in v0.8.0 is the `TrustedSetup` initialisation - it now requires a json string via `PeerDASTrustedSetup::from_json`.
This commit is contained in:
@@ -2,10 +2,9 @@ participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-1
|
||||
el_image: ethpandaops/geth:fusaka-devnet-3
|
||||
supernode: true
|
||||
cl_extra_params:
|
||||
- --subscribe-all-data-column-subnets
|
||||
- --subscribe-all-subnets
|
||||
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
|
||||
- --sync-tolerance-epochs=0
|
||||
- --target-peers=3
|
||||
@@ -13,7 +12,8 @@ participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-1
|
||||
el_image: ethpandaops/geth:fusaka-devnet-3
|
||||
supernode: false
|
||||
cl_extra_params:
|
||||
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
|
||||
- --sync-tolerance-epochs=0
|
||||
|
||||
Reference in New Issue
Block a user