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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,16 @@ This project adheres to
33
33
- Now only a single method is analyzed at a time.
34
34
35
35
### Changed
36
-
-`IndexedMerkleMap` has been promoted from the `Experimental` namespace and is now part of the public API. https://github.com/o1-labs/o1js/pull/2114
37
-
-
36
+
37
+
-`IndexedMerkleMap` has been promoted from the `Experimental` namespace and is
38
+
now part of the public API. https://github.com/o1-labs/o1js/pull/2114
39
+
38
40
### Fixed
39
-
- The `IndexedMerkleMap` root now includes the tree length in its root(commitment), addressing a vulnerability where a malicious user could insert a larger leaf and render the tree unreconstructable by others.
40
-
41
+
42
+
- The `IndexedMerkleMap` root now includes the tree length in its
43
+
root(commitment), addressing a vulnerability where a malicious user could
44
+
insert a larger leaf and render the tree unreconstructable by others.
0 commit comments