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: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,22 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
7
7
8
8
## Unreleased
9
9
10
+
### Added
11
+
12
+
- When determining a global transaction replay set, the state evaluator now uses a longest-common-prefix algorithm to find a replay set in the case where a single replay set has less than 70% of signer weight.
13
+
14
+
### Changed
15
+
16
+
- Clarity errors pertaining to syntax binding errors have been made more
17
+
expressive (#6337)
18
+
19
+
20
+
## [3.2.0.0.1]
21
+
22
+
### Added
23
+
24
+
- Adds node-config-docsgen to automatically create config documentation (#6227)
25
+
10
26
### Fixed
11
27
12
28
- Fixed a typo in the metrics_identifier route from `/v2/stackedb/:principal/:contract_name/replicas` to `/v2/stackerdb/:principal/:contract_name/replicas`. Note: This may be a breaking change for systems relying on the incorrect route. Please update any metrics tools accordingly.
0 commit comments