Coda Daemon Beta 3
Installation
See Getting Started section of our docs for instructions!
Changelog
- Add graphql query to look up all blocks in RocksDB (#3178)
- Don't crash when block production takes longer than slot time (#3168)
- Produce a tarball when daemon crashes to more easily surface and send debug files (#3125)
- Make bootstrapping faster by requesting block from peer (#3112)
- Change CLI flag from with-balances to with-details (#3115)
- Add pvkeyhash and cibuild to deb version (#3113)
- Improve logging (log when snark-work reassigned, startup logging, error if bootstrapping fails) (#3082, #3121, #3080)
- Fix resource leak during bootstrap phase (#3099)
- Fix several daemon crashes (unregistered Merkle mask issue, Merkle transfer failure) (#3087, #3068)
- Stabilize SNARK circuit across builds by making verification keys more consistent across builds (#2916)
- Add ability to query graphql from native OCaml (using graphql_ppx) (#3091)
- Improvements to CLI client status command (#3006)
- Don't crash if services fail to find external IP address (#3072)
- Notify peers when they're banned (#3064)
- Kademlia stability improvements (connect to more peers, add more debug info) (#3074, #3081)
- Use more efficient Schnorr signatures (#2527)
- Add ability to snapshot ledger state to add to new genesis ledger (#3038)
- Refactor parallel scan infrastructure to maintain more consistent jobs (#2609, #3046, #3058)
Known Issues
Known issues are being tracked here.