Skip to content

Coda Daemon Beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@o1pranay o1pranay released this 27 Aug 20:37

Installation

See Getting Started section of our docs for instructions!

Changelog

Protocol

  • Use workaround for Kademlia to not fail if peer is not in peers_by_ip list (#3268)
  • Refactor block data structure to enable easier development (#3190)
  • Add Memory profiling support in daemon (#3247)
  • Fix race conditions in bootstrap controller (#3248)
  • Fix transaction pool daemon bug (#3199)
  • Gate admission into the peer list by "chain id" so peer is on same network (#3096)
  • Resolve off-by-one snark work bug (#3195)
  • Speed up bootstrap and catchup processes (#3060, #3251)

Logging

  • Add better logging for snark work (#3223)
  • Use gzip to build crash report (#3221)
  • Fix crashes in crash reporting process (#3241)
  • Improve logging for empty epoch (#3218)
  • Fix double-logging issue on coda daemons running in background (#3243)

Crypto

  • Rationalized coda_numbers interface (#3131)
  • Serialize non-zero curve points using the compressed representation (#3145)

Frontend

  • Update Wallet: Fix pagination and date parsing (#3204)
  • Add Reason framework for Coda bot development (#3175)
  • Add new leaderboard (#3198, #3245)
  • Update docs glossary (#3211)
  • Update website to JSX3 (#3258)

CLI

  • Add set_snark_work commands (#3192)
  • Create set-snark-work-fee for graphql and cli (#3207)
  • add command to view snark pool (#3252)

GraphQL

  • Add snarkJobs to the graphql block query (#3253)
  • Add GraphQL command to query all blocks in database (#3178)

Known Issues

Known issues are being tracked here.