Skip to content

Releases: tsachiherman/netdiscovery

Algorand v2.0.9

06 Jan 16:15
Compare
Choose a tag to compare

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

Algorand v2.0.10

07 Jan 18:59
Compare
Choose a tag to compare

GitHub Logo

Changes

Protocol Upgrade

This release changes the default consensus protocol from https://github.com/algorandfoundation/specs/tree/0e196e82bfd6e327994bec373c4cc81bc878ef5c to https://github.com/algorandfoundation/specs/tree/4a9db6a25595c6fd097cf9cc137cc83027787eaa

Additional Resources