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
+25Lines changed: 25 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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ 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.9-3_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.10-1_amd64.deb>`_.
225
225
226
226
- SHA256 checksum of the download: |node-deb-package-checksum|
227
227
@@ -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.9-3.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.10-1.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.9-3.pkg>`_.
244
+
To run a node on macOS, `download a Mainnet macOS installer package <https://distribution.concordium.software/macos/concordium-node-10.0.10-1.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.9-3_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.10-1_amd64.deb>`_.
256
256
257
-
- SHA256 checksum of the download: ``1d9c155c8214163453a7366919448eaffbc996113b6dc3f1e6b25a1dc5c39ed7``
257
+
- SHA256 checksum of the download: ``64886cf8be1d2c87c63863f1e546b08d61e27509344815f9c6c72e34e3ecd658``
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.9-3.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.10-1.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.9-3.pkg>`_.
277
+
To run a node on macOS, `download a Testnet macOS installer package <https://distribution.concordium.software/macos/concordium-node-10.0.10-1.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
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1154,12 +1154,16 @@ Nodes
1154
1154
Mainnet
1155
1155
-------
1156
1156
1157
-
July 8, 2026
1157
+
July 27, 2026
1158
1158
1159
-
Concordium node version 10.0.9 changes the inner representation of finalizer sets in quorum messages to improve deserialization performance when the messages are relayed between peers.
1159
+
Concordium node version 10.0.10 fixes a bug where pending blocks with unknown parents got relayed to peers.
1160
1160
1161
1161
.. dropdown:: Previous releases
1162
1162
1163
+
.. dropdown:: 10.0.9 - July 8, 2026
1164
+
1165
+
Concordium node version 10.0.9 changes the inner representation of finalizer sets in quorum messages to improve deserialization performance when the messages are relayed between peers.
1166
+
1163
1167
.. dropdown:: 10.0.8 - May 7, 2026
1164
1168
1165
1169
Concordium node version 10.0.8 includes fixes for a number of security issues.
@@ -1695,12 +1699,16 @@ Mainnet
1695
1699
Testnet
1696
1700
-------
1697
1701
1698
-
July 8, 2026
1702
+
July 27, 2026
1699
1703
1700
-
Concordium node version 10.0.9 changes the inner representation of finalizer sets in quorum messages to improve deserialization performance when the messages are relayed between peers.
1704
+
Concordium node version 10.0.10 fixes a bug where pending blocks with unknown parents got relayed to peers.
1701
1705
1702
1706
.. dropdown:: Previous releases
1703
1707
1708
+
.. dropdown:: 10.0.9 - July 8, 2026
1709
+
1710
+
Concordium node version 10.0.9 changes the inner representation of finalizer sets in quorum messages to improve deserialization performance when the messages are relayed between peers.
1711
+
1704
1712
.. dropdown:: 10.0.8 - May 7, 2026
1705
1713
1706
1714
Concordium node version 10.0.8 includes fixes for a number of security issues.
0 commit comments