You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/mainnet/docs/installation/previous-node-downloads.rst
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Windows - Mainnet and Testnet
14
14
15
15
**Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
Copy file name to clipboardExpand all lines: source/mainnet/downloads.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,11 +221,11 @@ For the system requirements to run a node and installation instructions for each
221
221
222
222
.. dropdown:: Ubuntu |mainnet-node-version|
223
223
224
-
To run a node on a server with Ubuntu, `download a Mainnet Debian package <https://distribution.mainnet.concordium.software/deb/concordium-mainnet-node_10.0.5-0_amd64.deb>`_.
224
+
To run a node on a server with Ubuntu, `download a Mainnet Debian package <https://distribution.mainnet.concordium.software/deb/concordium-mainnet-node_10.0.8-2_amd64.deb>`_.
225
225
226
226
- SHA256 checksum of the download: |node-deb-package-checksum|
@@ -235,13 +235,13 @@ For the system requirements to run a node and installation instructions for each
235
235
236
236
.. dropdown:: Windows |mainnet-node-version|
237
237
238
-
To run a node on Windows, `download a Mainnet Windows Installer package <https://distribution.concordium.software/windows/Node-10.0.5-0.msi>`_. **Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
238
+
To run a node on Windows, `download a Mainnet Windows Installer package <https://distribution.concordium.software/windows/Node-10.0.8-2.msi>`_. **Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
239
239
240
240
To learn how to run a node on Windows, see :ref:`Run and manage a node on Windows <run-node-windows>`.
241
241
242
242
.. dropdown:: Mac |mainnet-node-version|
243
243
244
-
To run a node on macOS, `download a Mainnet macOS installer package <https://distribution.concordium.software/macos/concordium-node-10.0.5-0.pkg>`_.
244
+
To run a node on macOS, `download a Mainnet macOS installer package <https://distribution.concordium.software/macos/concordium-node-10.0.8-2.pkg>`_.
245
245
246
246
To learn how to run a node on Mac, see :ref:`Run and manage a node on macOS <run-node-macos>`.
247
247
@@ -252,9 +252,9 @@ For the system requirements to run a node and installation instructions for each
252
252
253
253
.. dropdown:: Ubuntu |testnet-node-version|
254
254
255
-
To run a node on a server with Ubuntu, `download a Testnet Debian package <https://distribution.testnet.concordium.com/deb/concordium-testnet-node_10.0.5-0_amd64.deb>`_.
255
+
To run a node on a server with Ubuntu, `download a Testnet Debian package <https://distribution.testnet.concordium.com/deb/concordium-testnet-node_10.0.8-2_amd64.deb>`_.
256
256
257
-
- SHA256 checksum of the download: ``edc73d3cb42e57191a894ac5989887ea0c809606f67aae14baaa8a8f0ec517ba``
257
+
- SHA256 checksum of the download: ``1aeb05a4cee2011d3e3ee1c3ad7d98ea78d8ea3fddb565c51dd908ca707b5d89``
258
258
259
259
To learn how to run a node with Ubuntu, see :ref:`Run a node on a server with Ubuntu <run-node-ubuntu>`.
260
260
@@ -268,13 +268,13 @@ For the system requirements to run a node and installation instructions for each
268
268
269
269
.. dropdown:: Windows |testnet-node-version|
270
270
271
-
To run a node on Windows, `download a Testnet Windows Installer package <https://distribution.concordium.software/windows/Node-10.0.5-0.msi>`_. **Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
271
+
To run a node on Windows, `download a Testnet Windows Installer package <https://distribution.concordium.software/windows/Node-10.0.8-2.msi>`_. **Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
272
272
273
273
To learn how to run a node on Windows, see :ref:`Run and manage a node on Windows <run-node-windows>`.
274
274
275
275
.. dropdown:: Mac |testnet-node-version|
276
276
277
-
To run a node on macOS, `download a Testnet macOS installer package <https://distribution.concordium.software/macos/concordium-node-10.0.5-0.pkg>`_.
277
+
To run a node on macOS, `download a Testnet macOS installer package <https://distribution.concordium.software/macos/concordium-node-10.0.8-2.pkg>`_.
278
278
279
279
To learn how to run a node on Mac, see :ref:`Run and manage a node on macOS <run-node-macos>`.
Copy file name to clipboardExpand all lines: source/mainnet/technical-reference/release-notes.rst
+31-17Lines changed: 31 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1140,29 +1140,36 @@ Nodes
1140
1140
Mainnet
1141
1141
-------
1142
1142
1143
-
February 16, 2026
1143
+
May 7, 2026
1144
1144
1145
-
Concordium node version 10.0.5 contains support for `protocol version 10 <https://proposals.concordium.software/updates/P10.html>`_. This protocol version introduces support for sponsored transactions.
1146
-
The new consensus protocol will take effect on the testnet on March 10, 2026.
1147
-
**Node runners should upgrade to version 10.0.4 before the protocol update to ensure that their nodes do not shut down.**
1145
+
Concordium node version 10.0.8 includes fixes for a number of security issues.
1146
+
In particular, it fixes an issue where a specially-crafted scheduled transfer transaction could result in corrupted account balances.
1147
+
It also improves the handling of network messages to protect against denial-of-service attacks.
1148
1148
1149
-
Support for protocol version 10:
1149
+
.. dropdown:: Previous releases
1150
1150
1151
-
- Send any account transaction as a sponsored transaction.
1151
+
.. dropdown:: 10.0.5 - February 16, 2026
1152
1152
1153
-
Additionally, the following changes are included in the release
1153
+
Concordium node version 10.0.5 contains support for `protocol version 10 <https://proposals.concordium.software/updates/P10.html>`_. This protocol version introduces support for sponsored transactions.
1154
+
The new consensus protocol will take effect on the testnet on March 10, 2026.
1155
+
**Node runners should upgrade to version 10.0.4 before the protocol update to ensure that their nodes do not shut down.**
1154
1156
1155
-
- Fix a bug (present in 8.1.0 - 10.0.1 versions) where a protocol update can be executed twice, resulting in a corrupted database. Means of recovery from the bug has also been added.
1157
+
Support for protocol version 10:
1156
1158
1157
-
- Fix a bug where transactions are not reported as committed when they appear in live blocks.
1159
+
- Send any account transaction as a sponsored transaction.
1158
1160
1159
-
- Fixed the ``build_catchup_url`` in the Ubuntu build release pipeline.
1161
+
Additionally, the following changes are included in the release
1160
1162
1161
-
- Disable administrative gRPC endpoints by default. These can be enabled by specifying a ``CONCORDIUM_NODE_GRPC2_ENDPOINT_CONFIG`` that enables them explicitly.
1163
+
- Fix a bug (present in 8.1.0 - 10.0.1 versions) where a protocol update can be executed twice, resulting in a corrupted database. Means of recovery from the bug has also been added.
1162
1164
1163
-
Note: **Ubuntu 20.04 LTS is no longer supported;** the minimum supported version for this release is 22.04 LTS.
1165
+
- Fix a bug where transactions are not reported as committed when they appear in live blocks.
1166
+
1167
+
- Fixed the ``build_catchup_url`` in the Ubuntu build release pipeline.
1168
+
1169
+
- Disable administrative gRPC endpoints by default. These can be enabled by specifying a ``CONCORDIUM_NODE_GRPC2_ENDPOINT_CONFIG`` that enables them explicitly.
1170
+
1171
+
Note: **Ubuntu 20.04 LTS is no longer supported;** the minimum supported version for this release is 22.04 LTS.
1164
1172
1165
-
.. dropdown:: Previous releases
1166
1173
1167
1174
.. dropdown:: 9.0.7 - September 1, 2025
1168
1175
@@ -1670,14 +1677,21 @@ Mainnet
1670
1677
Testnet
1671
1678
-------
1672
1679
1673
-
February 11, 2026
1674
-
1675
-
Concordium node version 10.0.5 includes fixes to improve the security of gRPC endpoints.
1680
+
May 7, 2026
1676
1681
1677
-
- Disable administrative gRPC endpoints by default. These can be enabled by specifying a ``CONCORDIUM_NODE_GRPC2_ENDPOINT_CONFIG`` that enables them explicitly.
1682
+
Concordium node version 10.0.8 includes fixes for a number of security issues.
1683
+
In particular, it fixes an issue where a specially-crafted scheduled transfer transaction could result in corrupted account balances.
1684
+
It also improves the handling of network messages to protect against denial-of-service attacks.
1678
1685
1679
1686
.. dropdown:: Previous releases
1680
1687
1688
+
.. dropdown:: 10.0.5 - February 11, 2026
1689
+
1690
+
Concordium node version 10.0.5 includes fixes to improve the security of gRPC endpoints.
1691
+
1692
+
- Disable administrative gRPC endpoints by default. These can be enabled by specifying a ``CONCORDIUM_NODE_GRPC2_ENDPOINT_CONFIG`` that enables them explicitly.
1693
+
1694
+
1681
1695
.. dropdown:: 10.0.4 - February 4, 2026
1682
1696
1683
1697
Concordium node version 10.0.4 contains support for `protocol version 10 <https://proposals.concordium.software/updates/P10.html>`_. This protocol version introduces support for sponsored transactions.
0 commit comments