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

EIP-4881: Add merkle tree interface #11597

Merged
merged 4 commits into from
Nov 1, 2022

Conversation

saolyn
Copy link
Contributor

@saolyn saolyn commented Oct 31, 2022

What type of PR is this?

Feature

What does this PR do? Why is it needed?
Part 1 of the implementation of an optimized deposit tree as specified in eip-4881.
This PR contains the interface for a Merkle tree according to the spec.

Which issues(s) does this PR fix?

Part of #11256

Other notes for review

@saolyn saolyn requested a review from prestonvanloon October 31, 2022 18:20
@saolyn saolyn requested a review from a team as a code owner October 31, 2022 18:20
@saolyn saolyn requested review from potuz and james-prysm October 31, 2022 18:21
@saolyn saolyn changed the title Add merkle tree interface EIP-4881: Add merkle tree interface Oct 31, 2022
Copy link
Member

@terencechain terencechain left a comment

Choose a reason for hiding this comment

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

🎉

@rkapka
Copy link
Contributor

rkapka commented Nov 1, 2022

@saolyn I changed Fixes #... to Part of #... because having the former would close the issue after merging. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword

Copy link
Member

@nisdas nisdas left a comment

Choose a reason for hiding this comment

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

LGTM

@prylabs-bulldozer prylabs-bulldozer bot merged commit 001ae30 into develop Nov 1, 2022
@delete-merged-branch delete-merged-branch bot deleted the eip4881-merkle-tree-interface branch November 1, 2022 23:31
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.

4 participants