v0.7.0 Release Note
It's been ages! We are happy to announce v0.7.0 has just been released!
What newly released features are:
- Transaction refactoring (nonce, timestamp, extra fields)
- /status, /metrics for Prometheus / Grafana
- Fix bugs (restart, nonce, proof hash, p2p connection)
- Service account / payment
- Cleanup after block finalization
- Chained function calls
- Payment extension
- P2P heartbeat
- Escrow service
- Block optimization
- No circular function calls / onlyOwner bit
- Reduce function logging
- Fix destroyDB() in consensus
- Tx tracker update while block loading
- P2P message signing
- Block storage optimization
- Nonce tracking in DB states
- Database backup & restore
- Node cloning bug fix
- Deposit/withdraw revamping
- Service integrity (_createApp)
- Tx result & gas amount
- Tx result path bug fix
- Tree height limit
- Batch transaction list size limit
- Tree size limit
- Data compatibility placeholders
- ENABLE_DEV_CLIENT_API / forceDevClientApi
- Account registration gas amount
- minor bug fixes