-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proof: Add introspection into the ephemeral node (#15)
Examples of when information about the ephemeral node can be used: - Storage engines for Merkle trees that contains ephemeral nodes as well as immutable ones. In this case Ephem can be used to replace IDs[begin:end] before making a query, and then Rehash is not necessary. - Merkle tree drawing tools. The ephemeral node needs to be displayed, and sometimes with a style distinct from other nodes. - Code that needs to extract individual hashes from inclusion and consistency proofs. The Nodes type, with the introduction of Ephem method, provides a complete reflection of the proof.
- Loading branch information
Showing
2 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
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
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