Skip to content

Conversation

@MozirDmitriy
Copy link
Contributor

Replaced the outdated link to the Ethereum Patricia Tree (Merkle Tree) specification with the current official documentation on ethereum.org. This ensures that readers have access to up-to-date and authoritative information about the Merkle Patricia Trie data structure used in Ethereum. No other content was changed.

@MozirDmitriy MozirDmitriy requested a review from eth-bot as a code owner June 10, 2025 19:20
@github-actions github-actions bot added c-update Modifies an existing proposal s-stagnant This EIP is Stagnant t-interface labels Jun 10, 2025
@eth-bot
Copy link
Collaborator

eth-bot commented Jun 10, 2025

✅ All reviewers have approved.

@eth-bot eth-bot added the e-review Waiting on editor to review label Jun 10, 2025
@github-actions github-actions bot added the w-ci Waiting on CI to pass label Jun 10, 2025
@g11tech g11tech closed this Jun 23, 2025
@g11tech g11tech reopened this Jun 23, 2025
@eth-bot eth-bot enabled auto-merge (squash) June 23, 2025 08:42
Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

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

All Reviewers Have Approved; Performing Automatic Merge...

Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

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

All Reviewers Have Approved; Performing Automatic Merge...

@github-actions
Copy link

The commit 37bcce0 (as a parent of 2f324a6) contains errors.
Please inspect the Run Summary for details.

## Abstract

Ethereum uses a [Merkle Tree](https://github.com/ethereum/wiki/wiki/Patricia-Tree) to store the state of accounts and their storage. This allows verification of each value by simply creating a Merkle Proof. But currently, the standard RPC-Interface does not give you access to these proofs. This EIP suggests an additional RPC-Method, which creates Merkle Proofs for Accounts and Storage Values.
Ethereum uses a [Merkle Tree](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) to store the state of accounts and their storage. This allows verification of each value by simply creating a Merkle Proof. But currently, the standard RPC-Interface does not give you access to these proofs. This EIP suggests an additional RPC-Method, which creates Merkle Proofs for Accounts and Storage Values.
Copy link

Choose a reason for hiding this comment

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

Give access to me

@g11tech g11tech closed this Jun 24, 2025
auto-merge was automatically disabled June 24, 2025 16:23

Pull request was closed

@g11tech g11tech reopened this Jun 24, 2025
@eth-bot eth-bot enabled auto-merge (squash) June 24, 2025 16:24
Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

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

All Reviewers Have Approved; Performing Automatic Merge...

@MozirDmitriy
Copy link
Contributor Author

@g11tech this link was already fixed by another pull request yesterday

auto-merge was automatically disabled July 8, 2025 17:57

Pull request was closed

@MozirDmitriy MozirDmitriy deleted the brokenlink branch July 8, 2025 18:03
Copy link

@Dhy2928 Dhy2928 left a comment

Choose a reason for hiding this comment

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

Aprobé

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c-update Modifies an existing proposal e-review Waiting on editor to review s-stagnant This EIP is Stagnant t-interface w-ci Waiting on CI to pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants