Add /eth/v2/validator/aggregate_and_proofs (#14490)

* fix endpoint

* changelog + gaz

* add to endpoints test

* Radek' review

* James' review

* fix duplication a bit

* fix changelog
This commit is contained in:
Sammy Rosso
2024-10-18 11:05:57 +02:00
committed by GitHub
parent ffc443b5f2
commit 4aa54107e4
7 changed files with 449 additions and 85 deletions

View File

@@ -15,7 +15,7 @@ type SubmitContributionAndProofsRequest struct {
}
type SubmitAggregateAndProofsRequest struct {
Data []*SignedAggregateAttestationAndProof `json:"data"`
Data []json.RawMessage `json:"data"`
}
type SubmitSyncCommitteeSubscriptionsRequest struct {