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

Add SHAMap to libxrpl #5038

Open
cindyyan317 opened this issue Jun 4, 2024 · 0 comments
Open

Add SHAMap to libxrpl #5038

cindyyan317 opened this issue Jun 4, 2024 · 0 comments
Labels
Feature Request Used to indicate requests to add new features

Comments

@cindyyan317
Copy link
Collaborator

Summary

Data server like Clio stores XRP data in flattened format. It is convenient for querying, but lack of confidence of data integrity. Exposing SHAMap would allow us to verify the data accuracy, ensure that the data has not been altered or corrupted during transmission.

Motivation

Clio team has a tool to verity the data integrity by SHAMap. In this branch, we extract SHAMap from rippled's code. If libxrpl can provide the interface, we can integrate with SHAMap properly.

@cindyyan317 cindyyan317 added the Feature Request Used to indicate requests to add new features label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Used to indicate requests to add new features
Projects
None yet
Development

No branches or pull requests

1 participant