Change Log
Apache ResilientDB v1.11.0 (2025-4-27)
- Support Combined Runtime for SmartContact and Key-value Service. (Junchao Chen)
Apache ResilientDB v1.10.1 (2024-4-16)
Apache ResilientDB v1.10.0 (2024-4-16)
Add the prototype of PoE. (Junchao Chen)
- Implement the base version of the Proof-of-Execution (PoE) Consensus Protocol [EDBT 2011].
Add ResView Data Collection and APIs (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
Support Multi-version Key-Value Interface. (Junchao Chen)
- Get and Set need to provide a version number to fetch the correct version of the data (if exists) or write to the correct version of data (if not overwritten already), respectively.
- Provide interfaces to obtain historical data with a specific version or a range of versions.
Implemented Enhancements: The view-change recovery protocol was extensively expanded to support the following Byzantine failures through primary/leader replacement and replica recovery. (Dakai Kang)
- Byzantine primary becomes non-responsive, stopping proposing any new Pre-Prepare messages.
- Byzantine primary equivocates, proposing two different client requests to two subsets of replicas.
- Byzantine replicas try to keep some non-faulty replicas in the dark.
- Byzantine new primary becomes non-responsive, refusing to broadcast New-View messages.
Implemented Enhancements: For each replica local recovery from durable storage upon system restart was added.(Junchao Chen)
Implemented Enhancements: Refactoring and enhancement of the codebase to highlight the entire software stack of ResilientDB consisting of the following layers (Junchao Chen)
- SDK Layer (C++, Python, Go, Solidity)
- Interface Layer (key-value, smart contract, UTXO)
- ResilientDB Database Connectivity (RDBC) API
- Platform Layer (consensus, chain, network, notary)
- Transaction Layer (execution runtime and in-memory chain state)
- Storage Layer (chain and chain state durability)
Implemented Enhancements:
- A complete refactoring of the codebase such that (1) the core engine code is now moved to the platform folder, including the formwork architectures and protocols implementations; (2) the API/interface-related code is moved to the service folder, including UTXO, smart contract, and key-value interface; (3) the python SDK code is moved to a different repository here (Junchao Chen).
Major Changes
Implemented Enhancements:
Fixed Bugs:
- Fixed KV service queries on all values retrieving empty placeholder values (Glenn Chen)
Implemented Enhancements:
- Support smart contract compiled from Solidity. (Junchao Chen)
- Use eEVM as a back-end service to execute the contract functions. (Junchao Chen)
Implemented Enhancements:
- Added Geo-Scale Byzantine Fault-tolerant consensus protocol, referred to as GeoBFT. It is designed for excellent scalability by using a topological-aware grouping of replicas in local clusters, giving rise to parallelization of consensus at the local level and by minimizing communication between clusters. (WayneWang)
ResilientDB: Global Scale Resilient Blockchain Fabric, VLDB 2020
Implemented Enhancements:
- Add node manager backend for resilientdb.com to launch NexRes locally. (Vishnu and Junchao Chen)
Implemented Enhancements:
- Release the next generation of RelisientDB referred to as NexRes. (Junchao Chen)
- NexRes supports PBFT as the default core protocol and provides a KV-Server as a service. (Junchao Chen)
- NexRes also supports LevelDB and RocksDB as the durable storage layer. (Junchao Chen)
- Add SDK endpoints. (Junchao Chen)
- Add implementation of Dashboard. (Jianxio)
- Add the recovery protocol and checkpoint on PBFT. (Junchao Chen and Vishnu)
NexRes v1.0.0-alpha (2022-09-22)
Implemented Enhancements:
- Release the next generation of RelisientDB, a complete rewrite and re-architecting, referred to as NexRes. (Junchao Chen)
- NexRes supports PBFT as the default core protocol and provides a KV-Server as a service. (Junchao Chen)
- NexRes also supports LevelDB and RocksDB as the durable storage layer. (Glenn Chen, Julieta Duarte, and Junchao Chen)
Implemented Enhancements:
Implemented Enhancements:
Fixed Bugs:
Implemented Enhancements:
Fixed Bugs:
Launched ResilientDB (Suyash Gupta and Sajjad Rahnama)