Skip to content

v0.7.0 Release Note

Choose a tag to compare

@minsulee2 minsulee2 released this 21 Apr 08:14
· 3909 commits to master since this release
90072d7

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