Releases: Galactica-corp/merkle-proof-service
Releases · Galactica-corp/merkle-proof-service
v0.2.7
What's Changed
- chore: Add zk certificate registry in merkle.yaml by @jilio in #14
- chore: Add zk certificate registry in merkle.yaml by @jilio in #15
- chore: Remove redundant contracts from watchlist by @jilio in #16
- chore: Add zk certificate registry in merkle.yaml by @jilio in #17
- chore: Add zk certificate registry in merkle.yaml by @jilio in #18
- chore: Change default config filename "merkle.yaml" to "merkle-41238.yaml" by @yakud
Full Changelog: v0.2.6...v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
What's Changed
- Add worfklow to build and update service by @boogeroccam in #5
- chore: Add new zkRegistry contract address to config by @jilio in #6
- fix: Use uint64 in maxLeaves function to prevent from overflow by @jilio in #7
- Restart indexer service after fail by @yakud in #8
New Contributors
- @boogeroccam made their first contribution in #5
- @jilio made their first contribution in #6
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
v0.1.0
Key Updates
- Implemented a persistent sparse merkle tree and EVM logs indexer. See #1 for details.
- Refactored the indexer for batch data writing and buffered leaves writing.
- Finalized interface names and implemented leaf index storage.
- Introduced a gRPC and gateway API server generated from protobuf, along with an application structure for managing service dependencies.
- Enhanced log syncing by retrieving the latest block after subscription starts.
- Integrated Swagger UI at /docs and /swagger.json for API documentation.
- Updated contract ABIs and job parameters, including the addition of ZkCertificateRegistry.
- Added Dockerfile, Makefile, and README.md, and provided support for building binaries with different k/v database backends such as goleveldb, pebbledb, etc.
New Contributors
Full Changelog: https://github.com/Galactica-corp/merkle-proof-service/commits/v0.1.0