Skip to content

Releases: randlabs/algorand-windows-node

v3.15.0

31 Mar 14:08
Compare
Choose a tag to compare

⚠️ Please read the official Algorand notes for detailed information about this release.
https://github.com/algorand/go-algorand/releases/tag/v3.15.0-stable


Highlights

This release includes the new simulate endpoint for evaluating transactions, networking optimizations, and lays the groundwork for better configuration management and conduit support.

  • Connection deduplication: improved networking code:
  • Relay Runners -- enable this feature by setting the node PublicAddress config.json value to its public endpoint address (eq. to SRV address including port number) to optimize its bandwidth usage
  • Simulate endpoint: local evaluation of transactions
  • Profiles for algocfg: a set of profiles for configuration defaults
  • Algod follower mode: a new operation mode for use with upcoming conduit release
  • New private network default template and automatic start

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.15.0

v3.14.2

09 Feb 13:45
Compare
Choose a tag to compare

New

⚠️ Please read the official Algorand notes for detailed information about this release.
https://github.com/algorand/go-algorand/releases/tag/v3.14.2-stable


Highlights

  • Batch verify transactions for more efficient signature verification
  • Introduce elastic rate limiter to manage congestion from noisy peers
  • Increase max incoming connections limit
  • Decrease max connections per IP
  • Increase default gossip fanout for relays
  • goal node status now additionally reports consensus voting progress

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.14.2

v3.13.2

02 Jan 14:40
Compare
Choose a tag to compare

New

⚠️ Please read the official Algorand notes for detailed information about this release.
https://github.com/algorand/go-algorand/releases/tag/v3.13.2-stable


Enhancements

  • Security-enhanced build with proper gcc FORTIFY_SOURCE option

Highlights

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.13.2

v3.12.2

07 Dec 02:13
Compare
Choose a tag to compare

New

⚠️ Please read the official Algorand notes for detailed information about this release.
https://github.com/algorand/go-algorand/releases/tag/v3.12.2-stable


IMPORTANT
This release requires a protocol upgrade.
This release contains a consensus protocol upgrade, which implements the following spec: https://github.com/algorandfoundation/specs/tree/44fa607d6051730f5264526bf3c108d51f0eadb6


Highlights

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.12.2

v3.10.0

05 Oct 21:49
Compare
Choose a tag to compare

New

⚠️ Please read the official Algorand notes for detailed information about this release.
https://github.com/algorand/go-algorand/releases/tag/v3.10.0-stable

Highlights

  • Fix for excess warning logging related to fetching stateproof secrets
  • REST API changes:
    o Add GetBlockHash API to algod v2
    o Return a 404 instead of a 500 when /v2/blocks/{round} fails due to a missing block
  • Miscellaneous other small fixes
  • Test improvements

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.10.0

v3.9.4

12 Sep 17:33
Compare
Choose a tag to compare

New

⚠️ Please read the official Algorand notes for detailed information about this release.
https://github.com/algorand/go-algorand/releases/tag/v3.9.4-stable

Highlights

  • Fix for node_exporter and added timeout to stateproof API.

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.9.4

v3.9.2

06 Sep 17:12
Compare
Choose a tag to compare

New

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

⚠️ Please read the official Algorand notes for detailed information about this release.
https://github.com/algorand/go-algorand/releases/tag/v3.9.2-stable

Highlights

  • State Proofs: lightweight, cryptographically provable, portable proofs of Algorand state that let dapps on other blockchains trustlessly verify Algorand transactions, making it safer and easier to develop and use cross-chain products and services.
  • Max TPS of 6k
    • Larger blocks: ~5x increase in max-block size (from 1MB to 5MiB), allowing up to ~25k transactions per block.
    • Shorter round times: ~0.5s reduction in average round times (approaching ~3.9s).
  • AVM v7
    • On-chain randomness beacons and oracles can now be built by taking advantage the new block and vrf_verify opcodes.
    • Unfunded accounts (with 0 microalgo) can now issue transactions as long as their fees are covered by fee pooling in the transaction group.
    • App calls are now implicitly given access to the app accounts for the apps specified in the foreign apps array.

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.9.2

v3.8.0

06 Jul 20:14
Compare
Choose a tag to compare

New

⚠️ Please read the official Algorand notes for detailed information about this release.
https://github.com/algorand/go-algorand/releases/tag/v3.8.0-stable

Highlights

  • Participation Key Interface cleanup
  • Adding support for m1 builds to pipeline
  • Other miscellaneous bug fixes and enhancements

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.8.0

v3.7.2

14 Jun 18:11
Compare
Choose a tag to compare

New

⚠️ Please read the official Algorand notes for detailed information about this release.
https://github.com/algorand/go-algorand/releases/tag/v3.7.2-stable

Highlights

Bandwidth optimization for non-participating nodes and golang 1.17 upgrade.

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.7.2

v3.6.2

21 May 16:47
Compare
Choose a tag to compare

New

⚠️ Please read the official Algorand notes for important information about this release..

Highlights

Maintenance release of incremental enhancements and fixes.

Known Bugs

  • Coexisting installations may show only one set of shortcuts.
  • The Node Watch Status window displays ANSI escape codes instead of interpreting them properly. This does not interfere with its functionality.
  • Using the Maintenance or Repair Dialog from the installation MSI does not work. Please use the Add/Remove Programs entry in the System Settings panel.

ℹ️ This release is feature-aligned with official Algorand Release 3.6.2