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
- `Download the Mainnet Concordium Client for macOS <https://distribution.concordium.software/tools/macos/signed/concordium-client-6.3.0-1.pkg>`_
205
+
- `Download the Mainnet Concordium Client for macOS <https://distribution.concordium.software/tools/macos/signed/concordium-client-7.0.1-0.pkg>`_
206
206
207
207
- The macOS distribution is an installer that places an alias to the binary
208
208
into the folder ``/usr/local/bin``. So after installing, you should have
209
209
``concordium-client`` on your path.
210
210
211
-
- `Download the Mainnet Concordium Client for Windows <https://distribution.concordium.software/tools/windows/signed/concordium-client_6.3.0-1.zip>`_
211
+
- `Download the Mainnet Concordium Client for Windows <https://distribution.concordium.software/tools/windows/signed/concordium-client_7.0.1-0.zip>`_
212
212
213
213
- The Windows distribution is a zip file that must be extracted before use.
214
214
To do this, in Windows Explorer, right-click the downloaded file and select
@@ -283,9 +283,9 @@ For the system requirements to run a node, see :ref:`System requirements to run
283
283
284
284
.. dropdown:: Ubuntu |testnet-node-version|
285
285
286
-
To run a node on a server with Ubuntu, `download a Testnet Debian package <https://distribution.testnet.concordium.com/deb/concordium-testnet-node_6.3.1-0_amd64.deb>`_.
286
+
To run a node on a server with Ubuntu, `download a Testnet Debian package <https://distribution.testnet.concordium.com/deb/concordium-testnet-node_7.0.4-0_amd64.deb>`_.
287
287
288
-
- SHA256 checksum of the download: ``5f94ad2515bace92d020d3ed9958688f7c449ff278d5574fea12f45b5ec1861e``
288
+
- SHA256 checksum of the download: ``e1e3aa28327463fb40e777af7676a9c42a36b8594ffb8967cd549fffd8941601``
289
289
290
290
To learn how to run a node with Ubuntu, see :ref:`Run a node on a server with Ubuntu <run-node-ubuntu>`.
291
291
@@ -299,13 +299,13 @@ For the system requirements to run a node, see :ref:`System requirements to run
299
299
300
300
.. dropdown:: Windows |testnet-node-version|
301
301
302
-
To run a node on Windows, `download a Testnet Windows Installer package <https://distribution.concordium.software/windows/Signed/Node-6.3.1-0.msi>`_. **Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
302
+
To run a node on Windows, `download a Testnet Windows Installer package <https://distribution.concordium.software/windows/Signed/Node-7.0.4-0.msi>`_. **Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
303
303
304
304
To learn how to run a node on Windows, see :ref:`Run and manage a node on Windows <run-node-windows>`.
305
305
306
306
.. dropdown:: Mac |testnet-node-version|
307
307
308
-
To run a node on macOS, `download a Testnet macOS installer package <https://distribution.concordium.software/macos/signed/concordium-node-6.3.1.pkg>`_.
308
+
To run a node on macOS, `download a Testnet macOS installer package <https://distribution.concordium.software/macos/signed/concordium-node-7.0.4-0.pkg>`_.
309
309
310
310
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/net/installation/previous-node-downloads.rst
+15-1
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/net/release-notes/release-notes-lp.rst
+66-10
Original file line number
Diff line number
Diff line change
@@ -1302,12 +1302,49 @@ Mainnet
1302
1302
Testnet
1303
1303
-------
1304
1304
1305
-
June 20, 2024
1305
+
September 23, 2024
1306
1306
1307
-
Concordium node version 6.3.1 fixes a bug where a node may fail to produce a timeout certificate due to incorrectly computing the total weight of finalizers that have signed timeout messages.
1307
+
Concordium node version 7.0.4 contains support for `protocol version 7 <https://github.com/Concordium/concordium-update-proposals/blob/main/updates/P7.txt>`_.
1308
+
The new consensus protocol will take effect on the testnet on September 30, 2024.
1309
+
**Node runners should upgrade to version 7.0.4 before the protocol update to ensure that their nodes do not shut down.**
1310
+
1311
+
Protocol version 7 introduces the following changes:
1312
+
1313
+
- The cool-down behavior when the stake of a validator or delegator is reduced or removed is changed:
1314
+
1315
+
- When stake is reduced, the reduction is immediately effective for future stake calculations, and the amount of the reduction is locked for a cool-down period.
1316
+
(Previously, the reduction was only effective after the cool-down period.)
1317
+
1318
+
- Validators and delegators can make further changes to their stake while they already have stake in cooldown.
1319
+
This includes registering as a validator when the account was previously a delegator, or vice versa.
1320
+
(Previously, the account had to wait for the cool-down period to end before making further changes.)
1321
+
1322
+
- Shielded transfers are no longer supported in the protocol.
1323
+
It is still possible to unshield a previously shielded balance.
1324
+
1325
+
- Smart contract execution costs are reduced.
1326
+
This reflects a more efficient implementation of the smart contract execution engine introduced in this release.
1327
+
1328
+
- Smart contracts can now query the module reference and contract name of a smart contract instance.
1329
+
1330
+
- The block hashing scheme is redefined to better support light clients.
1331
+
1332
+
Additionaly, the node release includes a number of fixes and improvements:
1333
+
1334
+
- Logging around protocol updates is improved.
1335
+
- Failed gRPC requests are now logged at ``DEBUG`` level.
1336
+
- Fixed a bug where ``GetBakersRewardPeriod`` returns incorrect data.
1337
+
- Fixed a bug where ``GetPoolInfo`` returns incorrect data.
1338
+
- Fixed a bug where a configure-validator transaction that is rejected for having a duplicate aggregation key reports the old key of the validator, rather than the new (duplicative) key.
1339
+
- Improved the behavior of the node in the event of an unrecoverable error in consensus.
1308
1340
1309
1341
.. dropdown:: Previous releases
1310
1342
1343
+
.. dropdown:: 6.3.1 - June 20, 2024
1344
+
1345
+
Concordium node version 6.3.1 fixes a bug where a node may fail to produce a timeout certificate due to incorrectly computing the total weight of finalizers that have signed timeout messages.
1346
+
1347
+
1311
1348
.. dropdown:: 6.3.0 - February 20, 2024
1312
1349
1313
1350
Version 6.3.0 contains the following fixes and improvements:
@@ -1795,25 +1832,44 @@ Tools
1795
1832
Concordium Client
1796
1833
-----------------
1797
1834
1798
-
June 07, 2024
1835
+
September 23, 2024
1836
+
1837
+
Concordium Client 7.0.1 includes the following features and bug fixes:
1799
1838
1800
-
Concordium Client 6.3.0 includes support for the following:
1839
+
- Support node version 7 and protocol version 7.
1801
1840
1802
-
- Breaking change: Change command ``transaction submit`` to submit already-signed transactions to the chain (transactions must now already be signed, e.g. with ``transaction add-signature``).
1841
+
- Display the "at disposal" balance in the account info output, which indicates the amount of CCD that can be spent or transferred, accounting for any lock-up from staking or scheduled transfers.
1803
1842
1804
-
- Remove command ``raw SendTransaction``.
1843
+
- From protocol version 7, list the stake cooldowns that are effective on an account in the account info output.
1805
1844
1806
-
- Remove command ``transaction send-shielded`` to disable the transfer of CCD from the shielded balance of the account to the shielded balance of another account.
1845
+
- Improved checks when configuring a validator or delegator.
1807
1846
1808
-
- Remove command ``account shield`` to disable the transfer of CCD from the public balance to the shielded balance of an account.
1847
+
- Fix the display of the expected expiry of pending changes to an account's stake.
1809
1848
1810
-
- Add command ``transaction add-signature`` to add a signature to a partially-signed transaction.
1849
+
- Fix a bug in correctly accounting for parsed events.
1811
1850
1812
-
- Add optional ``--out`` flag to all transaction-creating commands to output a partially-signed transaction to a file.
1851
+
- Rename the ``--out`` flag for ``validator add`` to ``--validator-credentials-out`` to fix the conflict with the ``--out`` flag used to write a partially-signed transaction to a file.
1813
1852
1814
1853
1815
1854
.. dropdown:: Previous releases
1816
1855
1856
+
.. dropdown:: 6.3.0 - June 07, 2024
1857
+
1858
+
Concordium Client 6.3.0 includes support for the following:
1859
+
1860
+
- Breaking change: Change command ``transaction submit`` to submit already-signed transactions to the chain (transactions must now already be signed, e.g. with ``transaction add-signature``).
1861
+
1862
+
- Remove command ``raw SendTransaction``.
1863
+
1864
+
- Remove command ``transaction send-shielded`` to disable the transfer of CCD from the shielded balance of the account to the shielded balance of another account.
1865
+
1866
+
- Remove command ``account shield`` to disable the transfer of CCD from the public balance to the shielded balance of an account.
1867
+
1868
+
- Add command ``transaction add-signature`` to add a signature to a partially-signed transaction.
1869
+
1870
+
- Add optional ``--out`` flag to all transaction-creating commands to output a partially-signed transaction to a file.
1871
+
1872
+
1817
1873
.. dropdown:: 6.2.1 - November 28, 2023
1818
1874
1819
1875
Concordium Client 6.2.1 includes support for the following:
0 commit comments