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: docs/src/release_notes.rst
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,29 @@
8
8
Release Notes
9
9
=============
10
10
11
-
Upcoming
12
-
--------
11
+
0.4.13
12
+
------
13
13
14
14
- Deployment
15
15
16
16
- SV
17
17
- Increase the CPU limits assigned to the sequencer from 4 CPUs to 8 CPUs. This should avoid any throttling during periods of high load and during catch-up after downtime.
18
18
19
19
- Cometbft
20
-
21
-
- State sync is disabled by default.
20
+
21
+
- State sync is disabled by default.
22
22
State sync introduces a dependency on the sponsoring node for fetching the state snapshot on
23
23
startup and therefore a single point of failure. It should only be enabled when joining a
24
-
new node to a chain that has already been running for a while. In all other cases including
24
+
new node to a chain that has already been running for a while. In all other cases, including
25
25
for a new node after it has completed initialization and after network resets, state sync
26
26
should be disabled.
27
27
28
+
- Observability
29
+
30
+
- Global Synchronizer Utilization dashboard now includes an average over an hour of the transaction rate.
31
+
- Canton/Sequencer Messages dashboard now includes hourly totals, and a pie chart of the
32
+
distribution of message types over the last 24 hours.
33
+
28
34
- Daml
29
35
30
36
- Fix a bug where activity record expiration had a reference to the ``AmuletRules`` contract which resulted in transactions
0 commit comments