Skip to content

Commit bcc7782

Browse files
authored
fix: new ssz fixes for the static spec-test (#1430)
1 parent be02708 commit bcc7782

File tree

1 file changed

+8
-0
lines changed
  • native/ssz_nif/src/utils

1 file changed

+8
-0
lines changed

native/ssz_nif/src/utils/mod.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ macro_rules! schema_match {
5353
Epoch,
5454
BlobSidecar<C>,
5555
BlobIdentifier,
56+
PendingDeposit,
57+
PendingPartialWithdrawal,
58+
PendingConsolidation,
59+
DepositRequest,
60+
WithdrawalRequest,
61+
ConsolidationRequest,
62+
ExecutionRequests<C>,
63+
SingleAttestation,
5664
}
5765
)
5866
};

0 commit comments

Comments
 (0)