Releases: zellular-xyz/zsequencer
Releases · zellular-xyz/zsequencer
v0.0.12
v0.0.10
- Enables apps to read data required to verify consensus on batches
- Improves docs
- Fixes minor issues.
v0.0.9
- Fixes issues when getting batches from the file-based database.
- Adds document for Zellular SDK.
- Adds version check to node endpoints.
- Adds syncing mode when a node starts.
- Redirects to state route when / of a node is queried
v0.0.8
- Improve dispute procedure
- Minor fixes
v0.0.7
- enables loading archived snapshots
- prevents connecting nodes and sequencers with different versions
v0.0.6
- Lower the chunk border for saving snapshot of finalized indexes
- Add some logs
- Minor fixes
v0.0.5
- Sequences batches instead of transactions
- Runs tests with multiple threads
- Sets an upper bound on EigenLayer nodes stakes
- Fixes a bug related to access index on not sequenced transactions
v0.0.4
- Fixes a bug nonsigner listing
- Improves logging
- Fixes a bug in reading public keys from EigenLayer contract
- Checks BLS key when selecting the node
- Ignores not required locking and finalizing signatures
- Fixes a bug in loading apps.json
- Fixes a bug in general test
- Enables joining new nodes
First Release
PoC implementation of the Zellular BFT protocol in Python
v0.0.3
- Uses BLS & ECDSA encrypted files instead of raw private keys
- Enables loading nodes info from EigenLayer contracts
- Resolves bugs related to making multiple zconfig and zdb
- Dockerize zsequencer
- Improves dispute process