Radixdlt Versions Save

Radix monorepo

1.0.6

2 years ago

This release contains a fix for Apache Log4j security vulnerability CVE-2021-45105. This is a recommended release for node runners

NOTE IF YOU ARE AN ACTIVE VALIDATOR YOU WILL STILL PARTICIPATE IN CONSENSUS UNTIL THE NEXT EPOCH

If you're a top 100 validator and you wish to follow a path of unregistering, upgrading, and re-registering, be sure to wait out the current epoch before shutting down after you unregister! You will still be called upon to make proposals during the epoch you unregister within.

1.1.0-rc.1

2 years ago

This is only intended for current Archive Node runners who wish to experiment with the new Core/Gateway API and node structure before release.

Validator node runners should not update validator nodes not even in Stokenet

We do not recommend updating mainnet nodes with RC versions

1.0.5

2 years ago

This release contains a fix for Apache Log4j security vulnerability CVE-2021-45046. This is a recommended release for node runners

NOTE IF YOU ARE AN ACTIVE VALIDATOR YOU WILL STILL PARTICIPATE IN CONSENSUS UNTIL THE NEXT EPOCH

If you're a top 100 validator and you wish to follow a path of unregistering, upgrading, and re-registering, be sure to wait out the current epoch before shutting down after you unregister! You will still be called upon to make proposals during the epoch you unregister within.

1.0.4

2 years ago

This release contains a fix for Apache Log4j RCE 0-day exploit CVE-2021-44228.

This is a recommended release for node runners

NOTE IF YOU ARE AN ACTIVE VALIDATOR YOU WILL STILL PARTICIPATE IN CONSENSUS UNTIL NEXT EPOCH

If you're a top 100 validator and you wish to follow a path of unregistering, upgrading, and re-registering, be sure to wait out the current epoch before shutting down after you unregister! You will still be called upon to make proposals during the epoch you unregister within.

1.0.3

2 years ago

The most important change is a fix (0182af1) for a memory leak when handling connections. This leak could lead to memory spikes and cause validators to miss proposals.

This is a recommended release for node runners

NOTE IF YOU ARE AN ACTIVE VALIDATOR YOU WILL STILL PARTICIPATE IN CONSENSUS UNTIL NEXT EPOCH

If you're a top 100 validator and you wish to follow a path of unregistering, upgrading, and re-registering, be sure to wait out the current epoch before shutting down after you unregister! You will still be called upon to make proposals during the epoch you unregister within.

1.0.3-rc.1

2 years ago

This is a release candidate release for 1.0.3.

We do not recommend updating mainnet nodes with RC versions

The most important change is a fix (https://github.com/radixdlt/radixdlt/commit/0182af17f70a9d79e53169b20ed34d08f2e85f3b) for a memory leak when handling connections. This leak could lead to memory spikes and cause validators to miss proposals.

1.0.2

2 years ago

This is a release for archive nodes, ignore if you are running a validator or fullnode.

  • Fix underflows occurring in owner stake computation.

This bug was affecting mostly the Radix Explorer, as it was showing an incorrect owner stake amount in some cases. In case you are running an archive node, this is not a required update.

1.0.1

2 years ago

This release only affects archive nodes. If you are running a validator node it's not necessary to upgrade.

Changes

  • Set maximum concurrent requests and queue size for Undertow by @LukasGasior1 (#482 )
  • Add cache for retrieving validator info by @talekhinezh (#481 )

1.0.0

2 years ago

Release 1.0.0!

1.0-beta.40

2 years ago

Changes

  • Update network configurations @talekhinezh (#462)
  • Update license @russellharvey (#461)
  • Fix bft sync @talekhinezh (#460)
  • Don't emit handshake failed event in channelInactive while in AUTH_HA… @LukasGasior1 (#456)
  • License as Radix Publishing @radixfoundation (#459)
  • Remove premainnet genesis @talekhinezh (#457)
  • Hotfix/fix epoch logging @talekhinezh (#453)
  • Feature/update mainnet config @talekhinezh (#452)
  • Add more logging to BFTSync issue @talekhinezh (#451)
  • Remove underflow when computing unstaked amount @talekhinezh (#450)
  • Feature/token def into genesis builder @talekhinezh (#446)
  • Add support for HTTP basic authentication @siy (#448)
  • Filter spendables with zero balance @siy (#449)
  • Fix client lib @siy (#447)