Skip to content

Commit

Permalink
Added SingleAttestation to ref-test ssz executor (#8881)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha authored Dec 4, 2024
1 parent 88d23bc commit 89bdee9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ public class SszTestExecutor<T extends SszData> implements TestExecutor {
schemas ->
SchemaDefinitionsElectra.required(schemas)
.getPendingPartialWithdrawalSchema()))
.put(
"ssz_static/SingleAttestation",
new SszTestExecutor<>(
schemas ->
SchemaDefinitionsElectra.required(schemas).getSingleAttestationSchema()))

// Legacy Schemas (Not yet migrated to SchemaDefinitions)
.put(
Expand Down

0 comments on commit 89bdee9

Please sign in to comment.