Skip to content

Releases: zellular-xyz/zsequencer

v0.0.10

18 Sep 06:05
2131ced
Compare
Choose a tag to compare
  • Enables apps to read data required to verify consensus on batches
  • Improves docs
  • Fixes minor issues.

v0.0.9

09 Sep 10:22
Compare
Choose a tag to compare
  • 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

03 Sep 11:16
45809ef
Compare
Choose a tag to compare
  • Improve dispute procedure
  • Minor fixes

v0.0.7

30 Aug 19:10
7d620df
Compare
Choose a tag to compare
  • enables loading archived snapshots
  • prevents connecting nodes and sequencers with different versions

v0.0.6

16 Aug 14:37
Compare
Choose a tag to compare
  • Lower the chunk border for saving snapshot of finalized indexes
  • Add some logs
  • Minor fixes

v0.0.5

08 Aug 08:02
c7fa0ac
Compare
Choose a tag to compare
  • 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

05 Aug 22:08
472bf9e
Compare
Choose a tag to compare
  • 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

30 Jul 14:54
0f9f9d7
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

PoC implementation of the Zellular BFT protocol in Python

v0.0.3

04 Aug 18:39
0f9f9d7
Compare
Choose a tag to compare
  • 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