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/net/installation/downloads.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ For the system requirements to run a node, see :ref:`System requirements to run
213
213
214
214
.. dropdown:: Ubuntu |mainnet-node-version|
215
215
216
-
To run a node on a server with Ubuntu, `download a Mainnet Debian package <https://distribution.mainnet.concordium.software/deb/concordium-mainnet-node_6.2.3-0_amd64.deb>`_.
216
+
To run a node on a server with Ubuntu, `download a Mainnet Debian package <https://distribution.mainnet.concordium.software/deb/concordium-mainnet-node_6.3.0-0_amd64.deb>`_.
217
217
218
218
- SHA256 checksum of the download: |node-deb-package-checksum|
219
219
@@ -225,13 +225,13 @@ For the system requirements to run a node, see :ref:`System requirements to run
225
225
226
226
.. dropdown:: Windows |mainnet-node-version|
227
227
228
-
To run a node on Windows, `download a Mainnet Windows Installer package <https://distribution.concordium.software/windows/Signed/Node-6.2.3-0.msi>`_. **Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
228
+
To run a node on Windows, `download a Mainnet Windows Installer package <https://distribution.concordium.software/windows/Signed/Node-6.3.0-0.msi>`_. **Please be aware that you should backup your configuration, as the installer will overwrite the current configuration with a standard configuration.**
229
229
230
230
To learn how to run a node on Windows, see :ref:`Run and manage a node on Windows <run-node-windows>`.
231
231
232
232
.. dropdown:: Mac |mainnet-node-version|
233
233
234
-
To run a node on macOS, `download a Mainnet macOS installer package <https://distribution.concordium.software/macos/signed/concordium-node-6.2.3-0.pkg>`_.
234
+
To run a node on macOS, `download a Mainnet macOS installer package <https://distribution.concordium.software/macos/signed/concordium-node-6.3.0.pkg>`_.
235
235
236
236
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/release-notes/release-notes-lp.rst
+15-6
Original file line number
Diff line number
Diff line change
@@ -649,17 +649,26 @@ Nodes
649
649
Mainnet
650
650
-------
651
651
652
-
November 28, 2023
652
+
February 27, 2024
653
+
654
+
The 6.3.0 release contains the following fixes and improvements:
655
+
656
+
- Fixed a bug where ``GetBlockPendingUpdates`` fails to report pending updates to the finalization committee parameters.
657
+
- GRPC queries are now run in dedicated threads. This improves node resource management and increases responsiveness of the GRPC server in cases of high number of concurrent queries. To support this a new option ``--grpc2-max-threads`` (environment variable ``CONCORDIUM_NODE_GRPC2_MAX_THREADS``) has been added, which specifies the number of threads that the node should use for processing gRPC requests. If not set this defaults to the number of (logical) CPUs.
658
+
- The option ``--grpc2-max-concurrent-streams`` now defaults to 200 from the previous unbounded value. This makes the node defaults safer.
659
+
- Startup time of the node has improved on all supported distributions.
660
+
661
+
.. dropdown:: Previous releases
653
662
654
-
Version 6.2.3 removes the V1 gRPC API. This removes the configuration options ``CONCORDIUM_NODE_RPC_SERVER_PORT``, ``CONCORDIUM_NODE_RPC_SERVER_ADDRESS``, ``CONCORDIUM_NODE_RPC_SERVER_TOKEN``, ``CONCORDIUM_NODE_DISABLE_RPC_SERVER_NODE_ENDPOINTS`` and their command line equivalents. An additional health-check service was also added to the V2 GRPC API. This service conforms to the `standard GRPC health service API <https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto>`__.
663
+
.. dropdown:: 6.2.3 - November 28, 2023
655
664
656
-
As part of the tokenomics changes the node has new configuration options that use the new terminology. The existing options using the legacy terminology are still supported, however they are hidden.
665
+
Version 6.2.3 removes the V1 gRPC API. This removes the configuration options ``CONCORDIUM_NODE_RPC_SERVER_PORT``, ``CONCORDIUM_NODE_RPC_SERVER_ADDRESS``, ``CONCORDIUM_NODE_RPC_SERVER_TOKEN``, ``CONCORDIUM_NODE_DISABLE_RPC_SERVER_NODE_ENDPOINTS`` and their command line equivalents. An additional health-check service was also added to the V2 GRPC API. This service conforms to the `standard GRPC health service API <https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto>`__.
657
666
658
-
A ``DryRun`` endpoint has also been that allows simulating the execution of transactions.
667
+
As part of the tokenomics changes the node has new configuration options that use the new terminology. The existing options using the legacy terminology are still supported, however they are hidden.
659
668
660
-
The account map is now kept solely on disk in a separate LMDB database and it is no longer part of the internal block state database. This change results in significantly reduced resource usage for the node.
669
+
A ``DryRun`` endpoint has also been that allows simulating the execution of transactions.
661
670
662
-
.. dropdown:: Previous releases
671
+
The account map is now kept solely on disk in a separate LMDB database and it is no longer part of the internal block state database. This change results in significantly reduced resource usage for the node.
0 commit comments