Skip to content

v0.11.0

Compare
Choose a tag to compare
@nguyer nguyer released this 22 Nov 16:03
· 3538 commits to main since this release
15e4a0c

Summary

This release brings a lot of fixes and some exciting new features. Here are some of the highlights:

  • Significantly hardened and enhanced token functionality
    • New, more flexible API structure (old APIs deprecated)
    • Coordination of token mint/burn/transfer events with attached messages and off-chain data
    • Proper handling for failed transfers and other error scenarios
  • Major web UI overhaul
    • New pluggable architecture, introducing modules
      • Existing FireFly UI is now the data module
      • Added two new modules, tokens and network-map
    • Reworked navigation
    • Updated dashboard
    • Enhanced filtering
  • Optimized database operations for increased transactional throughput
  • Fixed PostgreSQL database migrations

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.11.0