We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement a merkle tree of persisted events and send proofs to interested clients.
https://medium.com/ontologynetwork/everything-you-need-to-know-about-merkle-trees-82b47da0634a https://github.com/polynetwork/poly/blob/v1.8.3/merkle/merkle_tree.go https://github.com/polynetwork/poly/blob/a76693e9abd0d578e716b82ef1166adbb9453fb0/merkle/merkle_hasher.go
The text was updated successfully, but these errors were encountered:
cameri
Successfully merging a pull request may close this issue.
Implement a merkle tree of persisted events and send proofs to interested clients.
https://medium.com/ontologynetwork/everything-you-need-to-know-about-merkle-trees-82b47da0634a
https://github.com/polynetwork/poly/blob/v1.8.3/merkle/merkle_tree.go
https://github.com/polynetwork/poly/blob/a76693e9abd0d578e716b82ef1166adbb9453fb0/merkle/merkle_hasher.go
The text was updated successfully, but these errors were encountered: