Skip to content

Algorand v2.0.9

Latest
Compare
Choose a tag to compare
@tsachiherman tsachiherman released this 06 Jan 16:15

GitHub Logo

This release is focused around fixing few small issues that have been reported.
If you're coming from 2.0.8, this change would not require a protocol upgrade.

Changes

  • Telemetry
    1. Use the tls bootstrap srv record to point to https servers
    2. Abort the algod during startup in case logging.config has permission issue
    3. Add logging to node.log of telemetry connectivity issues
    4. Add logging for the telemetry server connections
  • Goal
    1. Add lease to asset commands
    2. Fix disassemble when multiple bnz have the same target label
    3. Fix asset unit name display in goal account list
    4. Add --no-sig flag to goal clerk multisig sign
    5. Improve missing msig preimage error message
    6. Fix goal from crashing during goal listpartkeys with expired keys
    7. Improve missing msig preimage error message
  • Ledger
    1. Scan for ledger wallets more often
  • Indexer
    1. Add support for indexing receiver on asset transfers

Additional Resources