mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 12:56:12 +00:00
some tests and fixed attestqtion calc
This commit is contained in:
@@ -155,10 +155,10 @@ async fn attestations_across_fork_with_skip_slots() {
|
||||
.post_beacon_pool_attestations_v1(&unaggregated_attestations)
|
||||
.await
|
||||
.unwrap();
|
||||
client
|
||||
.post_beacon_pool_attestations_v2(&unaggregated_attestations, fork_name)
|
||||
.await
|
||||
.unwrap();
|
||||
// client
|
||||
// .post_beacon_pool_attestations_v2(&unaggregated_attestations, fork_name)
|
||||
// .await
|
||||
// .unwrap();
|
||||
|
||||
let signed_aggregates = attestations
|
||||
.into_iter()
|
||||
|
||||
Reference in New Issue
Block a user