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

feat: add ssz test for more types #14

Merged
merged 3 commits into from
Nov 1, 2024
Merged

feat: add ssz test for more types #14

merged 3 commits into from
Nov 1, 2024

Conversation

fearlessfe
Copy link
Contributor

related issue #3

add ssz test for more types

// test cases for all phases
const CommonUnion = union {
const commonUnion = union {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems usually we should use upper start char for types

};

const forks = [_][]const u8{ "phase0", "altair", "bellatrix", "capella", "deneb", "electra" };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it be function in ForkType in consensus/types file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the dir name of test

@fearlessfe fearlessfe force-pushed the testcases branch 2 times, most recently from ac9872b to 84063e7 Compare November 1, 2024 09:34
@GrapeBaBa GrapeBaBa merged commit fb9c95f into main Nov 1, 2024
1 check passed
@fearlessfe fearlessfe deleted the testcases branch November 1, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants