Skip to content

Commit 5dc06cd

Browse files
committed
Improve readme and changelog.
1 parent e58fab4 commit 5dc06cd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
only blockstate usable.
99
- Fix a memory leak that could occur in certain usage scenarios involving smart
1010
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)
1314

1415
## 4.4.4
1516

docs/grpc2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If these are enabled then the following options become available
3131
- `--grpc2-enable-grpc-web` (`CONCORDIUM_NODE_GRPC2_ENABLE_GRPC_WEB`) if set,
3232
enables the server support for [grpc-web](https://github.com/grpc/grpc-web)
3333
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)
3535
(`CONCORDIUM_NODE_GRPC2_HEALTH_MAX_FINALIZED_DELAY`) is a configuration for the
3636
`GetNodeHealth` endpoint. It specifies (in seconds) the maximum delay in last
3737
finalized block time before the health check fails.

0 commit comments

Comments
 (0)