Skip to content

Commit 91b0618

Browse files
Stavbeenitrat
authored andcommitted
use btreemap instead of hashmap for deterministic iteration order. (lambdaclass#2023)
1 parent 060b6cc commit 91b0618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Cairo-VM Changelog
22

33
#### Upcoming Changes
4+
* Refactor: Replaced HashMap with BTreeMap to guarantee deterministic ordering of the data [#2023] (https://github.com/lambdaclass/cairo-vm/pull/2023)
5+
46
* fix: Updated the logic for collecting builtin segment data for prover input info, removing dependency on the existence of stop pointers. [#2022](https://github.com/lambdaclass/cairo-vm/pull/2022)
57

68

0 commit comments

Comments
 (0)