-
Notifications
You must be signed in to change notification settings - Fork 242
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
bump nim-ssz-serialization to 3db6cc0f282708aca6c290914488edd832971d61
#3119
Merged
etan-status
merged 3 commits into
status-im:unstable
from
etan-status:merkle-multiproof
Jun 26, 2022
Merged
bump nim-ssz-serialization to 3db6cc0f282708aca6c290914488edd832971d61
#3119
etan-status
merged 3 commits into
status-im:unstable
from
etan-status:merkle-multiproof
Jun 26, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Depends on: |
etan-status
force-pushed
the
merkle-multiproof
branch
4 times, most recently
from
November 24, 2021 16:00
2842be6
to
9e56b3c
Compare
etan-status
force-pushed
the
merkle-multiproof
branch
from
November 24, 2021 17:31
9e56b3c
to
e2a592a
Compare
etan-status
force-pushed
the
merkle-multiproof
branch
3 times, most recently
from
December 6, 2021 17:57
d176e3b
to
0c3f273
Compare
etan-status
force-pushed
the
merkle-multiproof
branch
from
December 9, 2021 10:19
0c3f273
to
b5ce16f
Compare
etan-status
force-pushed
the
merkle-multiproof
branch
from
January 3, 2022 12:38
b5ce16f
to
93d8af6
Compare
arnetheduck
force-pushed
the
unstable
branch
2 times, most recently
from
January 6, 2022 16:14
657f9d5
to
a4667d1
Compare
etan-status
changed the title
extend
bump nim-ssz-serialization to Jun 23, 2022
build_proof
for merkle multiproofs9e754ec08217fc4eb4837a226d18a4cca51e6e09
etan-status
force-pushed
the
merkle-multiproof
branch
from
June 24, 2022 00:07
93d8af6
to
b23ab41
Compare
This updates `nim-ssz-serialization` to `3db6cc0f282708aca6c290914488edd832971d61`. Notable changes: - Use `uint64` for `GeneralizedIndex` - Add support for building merkle multiproofs
etan-status
force-pushed
the
merkle-multiproof
branch
from
June 24, 2022 14:54
b23ab41
to
869fe74
Compare
etan-status
changed the title
bump nim-ssz-serialization to
bump nim-ssz-serialization to Jun 24, 2022
9e754ec08217fc4eb4837a226d18a4cca51e6e09
3db6cc0f282708aca6c290914488edd832971d61
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates
nim-ssz-serialization
to3db6cc0f282708aca6c290914488edd832971d61
.Notable changes:
uint64
forGeneralizedIndex