Releases: algorand/go-algorand
Algorand v2.0.6
Changes
- 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
- Agreement
- Change Ensure digest to run asynchronously
- Security fix
- Catchup
- Move fetcher client into the catchup
- Goal
- Support older kernels for locking files
- tealsign allows you to easily sign data to be verified by the ed25519verify TEAL opcode
- Ledger
- Actively scan for ledger devices
- Normalize name across platforms
- Improved error handling
- Other
- Add configurable consensus protocol support
- Tunable upgrade window
- Bug fix - t.Parallel was getting called multiple times in the same test
- Add e2e test for upgrading from v21 to v22
- Fix TestStoppedCatchupOnUnsupported test bug
- Misc other bug fixes
Protocol Upgrade
This release contains a consensus protocol upgrade, which implements the following spec:
https://github.com/algorandfoundation/specs/tree/e5f565421d720c6f75cdd186f7098495caf9101f
Additional Resources
Algorand BetaNet v2.0.13
Changes
-
Other
- Add e2e test for upgrading from v21 to v22
- Fix TestStoppedCatchupOnUnsupported test bug
- Misc other bug fixes
Protocol Upgrade
This release contains a consensus protocol upgrade, which implements the following spec:
https://github.com/algorandfoundation/specs/tree/e5f565421d720c6f75cdd186f7098495caf9101f
Additional Resources
Additional Resources
Algorand BetaNet v2.0.12
Changes
- 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
- Agreement
- Change Ensure digest to run asynchronously
- Security fix
- Catchup
- Move fetcher client into the catchup
- Goal
- Support older kernels for locking files
- tealsign allows you to easily sign data to be verified by the ed25519verify TEAL opcode
- Ledger
- Actively scan for ledger devices
- Normalize name across platforms
- Improved error handling
- 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
Algorand v2.0.5
Changes
-
Performance
- Provide explicit msgpack encoder/decoders to improve overall performance
-
Misc
- Improve existing build automation and tooling
Protocol Upgrade
This release does not contain a consensus protocol upgrade.
Additional Resources
Algorand BetaNet v2.0.11
Changes
-
Performance
- Provide explicit msgpack encoder/decoders to improve overall performance
-
Misc
- Improve existing build automation and tooling
Protocol Upgrade
This release does not contain a consensus protocol upgrade.
Additional Resources
Algorand v2.0.4
Changes
-
Security
- Disable pprof endpoints by default
-
Rest API
- Make graceful exit of a node that is waiting for WaitForBlock call
- Avoid waiting for block that won't be reached due to unsupported protocol upgrade.
-
Goal
- Fix concurrent access to wallet handles cache in goal
- Improve lockFile error handling
- Updates to the goal node status to report unsupported protocol upgrade
- Interconnect relays on a locally deployed network
-
Catchup
- Avoid making catchup requests for expected unsupported protocol blocks
- Move EnsureDigest logic into the catchup service
-
Telemetry & Logging
- Optionally write telemetry as info log
- Avoid starting the Telemetry service when its not configured to run
- Use service-wide logger instead of logging.Base() in agreement
- Improve algons error logging - include request body
-
Testing
- Two fixes to basicCatchup_test: cloned node not stopped and env var conflict
- Add an e2e test for catchup service stop on unsupported protocol version
- Relax StartNetwork regex
- Execute e2e tests one at a time on arm64
- Fail e2e-go tests when node panics
- Run compiled binaries on various linux platforms after build
-
Platform
- Avoid upgrading boost on travis Mac builds
- Make ARM64 build mandatory
- Binaries compiled on Ubuntu 18.04 would statically link
-
Agreement
- Bugfix: Fix last relevant proposal period in agreement protocol
-
Misc
- Update copyright to use date range
- Goal docs tweaks
- Faster stringer implementation for Address
- Add support for automated build system
Protocol Upgrade
This release does not contain a consensus protocol upgrade.
Additional Resources
Algorand BetaNet v2.0.10
Changes
-
Security
- Disable pprof endpoints by default
-
Rest API
- Make graceful exit of a node that is waiting for WaitForBlock call
- Avoid waiting for block that won't be reached due to unsupported protocol upgrade.
-
Goal
- Fix concurrent access to wallet handles cache in goal
- Improve lockFile error handling
- Updates to the goal node status to report unsupported protocol upgrade
- Interconnect relays on a locally deployed network
-
Catchup
- Avoid making catchup requests for expected unsupported protocol blocks
- Move EnsureDigest logic into the catchup service
-
Telemetry & Logging
- Optionally write telemetry as info log
- Avoid starting the Telemetry service when its not configured to run
- Use service-wide logger instead of logging.Base() in agreement
- Improve algons error logging - include request body
-
Testing
- Two fixes to basicCatchup_test: cloned node not stopped and env var conflict
- Add an e2e test for catchup service stop on unsupported protocol version
- Relax StartNetwork regex
- Execute e2e tests one at a time on arm64
- Fail e2e-go tests when node panics
- Run compiled binaries on various linux platforms after build
-
Platform
- Avoid upgrading boost on travis Mac builds
- Make ARM64 build mandatory
- Binaries compiled on Ubuntu 18.04 would statically link
-
Agreement
- Bugfix: Fix last relevant proposal period in agreement protocol
-
Misc
- Update copyright to use date range
- Goal docs tweaks
- Faster stringer implementation for Address
- Add support for automated build system
Protocol Upgrade
This release does not contain a consensus protocol upgrade.
Additional Resources
Algorand v2.0.3
Changes
- Telemetry
- Use the tls bootstrap srv record to point to https servers
- Abort the algod during startup in case logging.config has permission issue
- Add logging to node.log of telemetry connectivity issues
- Add logging for the telemetry server connections
- Goal
- Add lease to asset commands
- Fix disassemble when multiple bnz have the same target label
- Fix asset unit name display in goal account list
- Add --no-sig flag to goal clerk multisig sign
- Improve missing msig preimage error message
- Fix goal from crashing during goal listpartkeys with expired keys
- Improve missing msig preimage error message
- Ledger
- Scan for ledger wallets more often
- Indexer
- Add support for indexing receiver on asset transfers
Protocol Upgrade
This release does not contain a consensus protocol upgrade.