File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
only blockstate usable.
9
9
- Fix a memory leak that could occur in certain usage scenarios involving smart
10
10
contracts.
11
- - Implementation of the the V2 GRPC API. This adds a number of new configuration
12
- options for the node. These are detailed in [ grpc2.md] ( https://github.com/Concordium/concordium-node/blob/main/docs/grpc2.md )
11
+ - Support for a new GRPC API which uses typed proto definitions. This adds a
12
+ number of new configuration options for the node. These are detailed in
13
+ [ grpc2.md] ( https://github.com/Concordium/concordium-node/blob/main/docs/grpc2.md )
13
14
14
15
## 4.4.4
15
16
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ If these are enabled then the following options become available
31
31
- ` --grpc2-enable-grpc-web ` (` CONCORDIUM_NODE_GRPC2_ENABLE_GRPC_WEB ` ) if set,
32
32
enables the server support for [ grpc-web] ( https://github.com/grpc/grpc-web )
33
33
over HTTP 1.1. This allows the node's API to be used directly from a browser.
34
- - ` --grpc2-health-max-finalized-delay `
34
+ - ` --grpc2-health-max-finalized-delay ` (default is 5min)
35
35
(` CONCORDIUM_NODE_GRPC2_HEALTH_MAX_FINALIZED_DELAY ` ) is a configuration for the
36
36
` GetNodeHealth ` endpoint. It specifies (in seconds) the maximum delay in last
37
37
finalized block time before the health check fails.
You can’t perform that action at this time.
0 commit comments