From 035d9ed9699af31fd0c0d05bb9730a344674e7d3 Mon Sep 17 00:00:00 2001 From: xinifinity <113067541+xinifinity@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:59:15 -0700 Subject: [PATCH] Update README.md about milestone changes (#259) Signed-off-by: xinifinity <113067541+xinifinity@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b079e520..cfd8abd77 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ version. propose a batch against any existing proposed revision. - [x] Commit a batch that has been proposed will invalidate all other proposals that are not children of the committed proposed batch. -- [ ] Be able to quickly commit a batch that has been proposed. +- [x] Be able to quickly commit a batch that has been proposed. ### Dried milestone The focus of this milestone will be to support synchronization to other @@ -121,6 +121,8 @@ verify the correctness of the data. corresponding range proofs that verify the correctness of the data. - [ ] 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 - [ ] Refactor `Shale` to be more idiomatic