This repository was archived by the owner on May 20, 2025. It is now read-only.
Releases: iotaledger/chronicle.rs
Releases · iotaledger/chronicle.rs
v0.3.0
v0.3.0-alpha
0.3.0-alpha - 2021-05-05
Added
- Chrysalis pt 2 support.
- Solidification.
- Collector(s) cache layer.
- Syncer with filling gaps feature.
- Archiver (write ahead log)
- Importer
- Sync and service info api.
- CLI management tool.
Removed
- Removed legacy network support.
Changed
- Moved API engine to Rocket instead of hyper at the moment.
- Renamed chronicle actor framework to backstage.
v0.2.1-alpha
0.2.1-alpha - 2020-08-17
Fixed
- Storage receiver padding bug.
Added
- Configurable MQTT stream capacity.
- Added
mqtt.iota.orgas default MQTT peers. - Retry mechanism for schema_cql worker.
Changed
- Increased max_retries for schema_cql.
v0.2.0-alpha
0.2.0-alpha - 2020-08-13
Added
- Extended paging support to everything.
- IRI API compatibility.
- MQTT support.
- Support all IOTA networks (
mainnet,devnet,comnet) using shared Scylla cluster.
Changed
- Improved Data model.
- Simplified hints design.
- Enhanced
findTransactionsresponse designed specifically to enable seamless explorer service, which will returnvalues/milestones/timestampsbesidehashes.
Removed
- Removed ZMQ support.