All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Type of changes
- Added: for new features.
- Changed: for changes in existing functionality.
- Deprecated: for soon-to-be removed features.
- Removed: for now removed features.
- Fixed: for any bug fixes.
- Security: in case of vulnerabilities.
This project adheres to Semantic Versioning.
Given a version number MAJOR.MINOR.PATCH
- MAJOR incremented for incompatible API changes
- MINOR incremented for new functionalities
- PATCH incremented for bug fixes
Additional labels for pre-release metadata:
- alpha.x: internal development stage.
- beta.x: shipped version under testing.
- rc.x: stable release candidate.
Added
- Autoreplicant modules
- Kafka features
Added
- readonly-exec feature Fixed
- drand
Changed
- Bulk transaction is paid by the signer
Fixed
- Block time fixed (before was always zero) ### Breaking Change
- Call to Service
contract_updatable
- NFA Non-Fungible Account
- Fixed Drand method
- Monitor does not send data if offline mode is active
Changed
- BlockchainSettings structure
test-mode
flag renamed inoffline
Changed
- removed wasm loader from closure
Added
- test mode to p2p module (prevent it from start)
- ip address from command line
Changed
- new monitor architecture