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

README updates #357

Merged
merged 2 commits into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,19 @@ The focus of this milestone will be to support synchronization to other
instances to replicate the state. A synchronization library should also
be developed for this milestone.

- [ ] :runner: Add support for Ava Labs generic test tool via grpc client
- [x] Migrate to a fully async interface
richardpringle marked this conversation as resolved.
Show resolved Hide resolved
- [ ] :runner: Pluggable encoding for nodes, for optional compatibility with MerkleDB
- [ ] Support replicating the full state with corresponding range proofs that
- [ ] :runner: MerkleDB root hash in parity for seamless transition between MerkleDB
and Firewood.
- [ ] :runner: Support replicating the full state with corresponding range proofs that
verify the correctness of the data.
- [ ] Support replicating the delta state from the last sync point with
corresponding range proofs that verify the correctness of the data.
- [ ] Pluggable IO subsystem (tokio\_uring, monoio, etc)
- [ ] Add metric reporting
- [ ] Enforce limits on the size of the range proof as well as keys to make
synchronization easier for clients.
- [ ] MerkleDB root hash in parity for seamless transition between MerkleDB
and Firewood.
- [ ] Add metric reporting
- [ ] Migrate to a fully async interface, consider tokio_uring, monoio, etc
- [ ] Add support for Ava Labs generic test tool via grpc client
- [ ] Support replicating the delta state from the last sync point with
corresponding change proofs that verify the correctness of the data.
- [ ] Refactor `Shale` to be more idiomatic, consider rearchitecting it

## Build
Expand Down