-
Notifications
You must be signed in to change notification settings - Fork 6
Hashtree Abi fixes #123
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
Hashtree Abi fixes #123
Conversation
Needs Hashtree-abi prysm to be added into the nim-lang/packages to work completely |
Fixes
2adb444
to
a7b3975
Compare
Have published hashtree_abi: nim-lang/packages#3130 |
Can we test both of the flows in CI? The one from ../vendor, as well as the one via nimble? And also check that it is actually used on the platforms that support it. |
to do both checks will be possible i will change the ci
this no idea |
I think replacing Or, adding a new test that checks that if PREFER_HASHTREE is set, and the cpu/toolchain supports it, that USE_HASHTREE is also true. and yeah, could change the ci.yml, e.g., by deleting the vendor folder after running the tests, and then seeing if the tests still work (and still honor PREFER_HASHTREE) |
https://github.com/status-im/nim-ssz-serialization/actions/runs/18290229123/job/52105696970?pr=123
|
f92f8e7
to
a7b3975
Compare
@tersec i have moved the commit that caused that problem to a different branch. |
make an issue for the same |
3b51220
to
be148b7
Compare
added 2 new tests
also for check that it is actually used on the platforms that support itadded/modified this part
and added
any more cases to add here ?? |
be148b7
to
6705de6
Compare
Allows ssz-serialization to be used both as a lib using nimble install and also as a sub-vendor in the nimbus build system