Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update beacon api spec to v2.5.0 #6354

Merged
merged 12 commits into from
Feb 27, 2024
Prev Previous commit
Next Next commit
Update comment
  • Loading branch information
nflaig committed Feb 22, 2024
commit 962cbc7e58d63455f977af0a828d5b67626e3999
5 changes: 4 additions & 1 deletion packages/api/test/unit/beacon/oapiSpec.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@ runTestCheckAgainstSpec(
);

const ignoredTopics = [
// https://github.com/ChainSafe/lodestar/issues/6470
/*
https://github.com/ChainSafe/lodestar/issues/6470
topic block_gossip not implemented
*/
"block_gossip",
];

Expand Down
Loading