Skip to content

Algorand BetaNet v2.0.12

Compare
Choose a tag to compare
@onetechnical onetechnical released this 31 Mar 14:41
· 3971 commits to rel/beta since this release
da0f0c8

GitHub Logo

Changes

  1. Network
    • Phonebook refactoring
    • Support DNSSEC for SRV records lookup
    • Add Message Of Interest support for network library
    • Active node disconnection
    • Add rate limited transport for all the outgoing connections
    • Add support for multiple network protocols
  2. Agreement
    • Change Ensure digest to run asynchronously
    • Security fix
  3. Catchup
    • Move fetcher client into the catchup
  4. Goal
    • Support older kernels for locking files
    • tealsign allows you to easily sign data to be verified by the ed25519verify TEAL opcode
  5. Ledger
    • Actively scan for ledger devices
    • Normalize name across platforms
    • Improved error handling
  6. Other
    • Add configurable consensus protocol support
    • Tunable upgrade window
    • Bug fix - t.Parallel was getting called multiple times in the same test

Protocol Upgrade

This release contains a consensus protocol upgrade, which implements the following spec:
https://github.com/algorandfoundation/specs/tree/57016b942f6d97e6d4c0688b373bb0a2fc85a1a2

Additional Resources