This is an automated email from the ASF dual-hosted git repository.
saipranav pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new 3037f80e Update CHANGELOG.md (#141)
3037f80e is described below
commit 3037f80e82cc7a64f5385c7f6e9fc695419788cf
Author: Saipranav-Kotamreddy
<[email protected]>
AuthorDate: Tue Apr 16 15:43:07 2024 -0700
Update CHANGELOG.md (#141)
---
CHANGELOG.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3cbaaa6..2b19049d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,11 @@ Add the prototype of PoE. ([Junchao
Chen](https://github.com/cjcchen))
* Implement the base version of Proof-of-Execution (PoE) Consensus Protocol
[EDBT 2011].
-Add
[ResView](https://github.com/apache/incubator-resilientdb/commit/69ef58307738cc2922ae4b80b686171fcee49d54)
([Saipranav-Kotamreddy](https://github.com/Saipranav-Kotamreddy))
+Add ResView Data Collection and APIs
([Saipranav-Kotamreddy](https://github.com/Saipranav-Kotamreddy))
+
+* Consensus data such as PBFT messages and states is now collected and stored
+* Added APIs to query consensus data and progress of replicas
+* Added APIs to trigger faultiness and test view change
### NexRes v1.9.0
([2023-11-29](https://github.com/resilientdb/resilientdb/releases/tag/nexres-v1.9.0))