Skip to content

Commit af09d15

Browse files
committed
Add node release 10.0.10
1 parent 4413548 commit af09d15

4 files changed

Lines changed: 48 additions & 15 deletions

File tree

source/mainnet/docs/installation/previous-node-downloads.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Windows - Mainnet and Testnet
1414

1515
**Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
1616

17+
`Windows 10.0.9 <https://distribution.concordium.software/windows/Node-10.0.9-3.msi>`_
18+
1719
`Windows 10.0.8 <https://distribution.concordium.software/windows/Node-10.0.8-2.msi>`_
1820

1921
`Windows 10.0.5 <https://distribution.concordium.software/windows/Node-10.0.5-0.msi>`_
@@ -67,6 +69,8 @@ Windows - Mainnet and Testnet
6769
macOS - Mainnet and Testnet
6870
===========================
6971

72+
`macOS 10.0.9 <https://distribution.concordium.software/macos/concordium-node-10.0.9-3.pkg>`_
73+
7074
`macOS 10.0.8 <https://distribution.concordium.software/macos/concordium-node-10.0.8-2.pkg>`_
7175

7276
`macOS 10.0.5 <https://distribution.concordium.software/macos/concordium-node-10.0.5-0.pkg>`_
@@ -122,6 +126,16 @@ Default GRPC port is set to ``20000``
122126

123127
Default listen port is set to ``8888``
124128

129+
`10.0.9 <https://distribution.mainnet.concordium.software/deb/concordium-mainnet-node_10.0.9-3_amd64.deb>`__
130+
131+
- Verification instructions
132+
133+
In a terminal:
134+
135+
#. Navigate to the download.
136+
#. Paste the following into the terminal: $sha256sum concordium-mainnet-node_10.0.9-3_amd64.deb
137+
#. Verify that the output matches the SHA256 checksum ``9c1281120a38f4bedbfca92ab3d6262004130662c86bb5a0262e95502b6cadce``
138+
125139
`10.0.8 <https://distribution.mainnet.concordium.software/deb/concordium-mainnet-node_10.0.8-2_amd64.deb>`__
126140

127141
- Verification instructions
@@ -334,6 +348,17 @@ Default GRPC port is set to ``20001``
334348

335349
Default listen port is set to ``8889``
336350

351+
`10.0.9 <https://distribution.testnet.concordium.com/deb/concordium-testnet-node_10.0.9-3_amd64.deb>`_
352+
353+
- Verification instructions
354+
355+
In a terminal:
356+
357+
#. Navigate to the download.
358+
#. Paste the following into the terminal: $sha256sum concordium-testnet-node_10.0.9-3_amd64.deb
359+
#. Verify that the output matches the SHA256 checksum ``1d9c155c8214163453a7366919448eaffbc996113b6dc3f1e6b25a1dc5c39ed7``
360+
361+
337362
`10.0.8 <https://distribution.testnet.concordium.com/deb/concordium-testnet-node_10.0.8-2_amd64.deb>`_
338363

339364
- Verification instructions

source/mainnet/downloads.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ For the system requirements to run a node and installation instructions for each
221221

222222
.. dropdown:: Ubuntu |mainnet-node-version|
223223

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>`_.
225225

226226
- SHA256 checksum of the download: |node-deb-package-checksum|
227227

@@ -235,13 +235,13 @@ For the system requirements to run a node and installation instructions for each
235235

236236
.. dropdown:: Windows |mainnet-node-version|
237237

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.**
239239

240240
To learn how to run a node on Windows, see :ref:`Run and manage a node on Windows <run-node-windows>`.
241241

242242
.. dropdown:: Mac |mainnet-node-version|
243243

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>`_.
245245

246246
To learn how to run a node on Mac, see :ref:`Run and manage a node on macOS <run-node-macos>`.
247247

@@ -252,9 +252,9 @@ For the system requirements to run a node and installation instructions for each
252252

253253
.. dropdown:: Ubuntu |testnet-node-version|
254254

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>`_.
256256

257-
- SHA256 checksum of the download: ``1d9c155c8214163453a7366919448eaffbc996113b6dc3f1e6b25a1dc5c39ed7``
257+
- SHA256 checksum of the download: ``64886cf8be1d2c87c63863f1e546b08d61e27509344815f9c6c72e34e3ecd658``
258258

259259
To learn how to run a node with Ubuntu, see :ref:`Run a node on a server with Ubuntu <run-node-ubuntu>`.
260260

@@ -268,13 +268,13 @@ For the system requirements to run a node and installation instructions for each
268268

269269
.. dropdown:: Windows |testnet-node-version|
270270

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.**
272272

273273
To learn how to run a node on Windows, see :ref:`Run and manage a node on Windows <run-node-windows>`.
274274

275275
.. dropdown:: Mac |testnet-node-version|
276276

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>`_.
278278

279279
To learn how to run a node on Mac, see :ref:`Run and manage a node on macOS <run-node-macos>`.
280280

source/mainnet/technical-reference/release-notes.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,12 +1154,16 @@ Nodes
11541154
Mainnet
11551155
-------
11561156

1157-
July 8, 2026
1157+
July 27, 2026
11581158

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.
11601160

11611161
.. dropdown:: Previous releases
11621162

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+
11631167
.. dropdown:: 10.0.8 - May 7, 2026
11641168

11651169
Concordium node version 10.0.8 includes fixes for a number of security issues.
@@ -1695,12 +1699,16 @@ Mainnet
16951699
Testnet
16961700
-------
16971701

1698-
July 8, 2026
1702+
July 27, 2026
16991703

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.
17011705

17021706
.. dropdown:: Previous releases
17031707

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+
17041712
.. dropdown:: 10.0.8 - May 7, 2026
17051713

17061714
Concordium node version 10.0.8 includes fixes for a number of security issues.

source/mainnet/variables.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
.. |cargo-linux-checksum| replace:: ea3f603e2a921181cdf323604066444378a955c55e82b206a7d169bf636fa75d
3131

3232
.. Node version variables
33-
.. |mainnet-node-version| replace:: 10.0.9
34-
.. |testnet-node-version| replace:: 10.0.9
33+
.. |mainnet-node-version| replace:: 10.0.10
34+
.. |testnet-node-version| replace:: 10.0.10
3535

3636
.. Node debian package verification variables
37-
.. |node-deb-package| replace:: concordium-mainnet-node_10.0.9-3_amd64.deb
38-
.. |node-deb-package-checksum| replace:: 9c1281120a38f4bedbfca92ab3d6262004130662c86bb5a0262e95502b6cadce
37+
.. |node-deb-package| replace:: concordium-mainnet-node_10.0.10-1_amd64.deb
38+
.. |node-deb-package-checksum| replace:: 49da763cd4a7069b0ff84e0a37608620c434d32d36b31a44942794e7d95ca3a5
3939

4040
.. Mainnet genesis block verification variables
4141
.. |mainnet-genesis-block| replace:: genesis.dat

0 commit comments

Comments
 (0)