Juno is now compiled with Go 1.26 which brings new benefits by default. Check the release notes for info!
Added
Support for RPC v0.10.0-rc.2
- New flags and capabilities for proof submissions when invoking a transactions.
- Event filtering using multiple contract addresses
- Full change log here
Consensus
- Juno is now be able to participate and communicate with itself when executing consensus. Still experimental!!
- Not compatible with latest specs released from SW which now require a different message protocol ("propeller" instead of gossipsub)
New tuning option
--db-memtable-countdetermines the number of memory tables (memtable) the database can queue before stalling writes.
Changed
- Change all Juno logging instances for a more performant one reducing memory allocations.
- Make contract compilation start on a separate process instead of a thread of Juno
- Add extra validation to incoming RPC request fields.
Full Changelog: v0.15.18...v0.15.19-rc.0