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
Problem: recent bug fixes are not included (#1754)
* Problem: unable to resolve octokit action v2.0.0 (#1750)
for more info, https://github.com/crypto-org-chain/cronos/actions/runs/13386690642
* Problem: conflict of index uniqueness constrain violation on trace api (#1753)
* Problem: conflict of index uniqueness constrain violation on trace api
* test
* update deps
* bump go
* Problem: slices in ReadOptions is freed by gc while referenced in rocksdb (#1751)
* Problem: no deallocate read options
* doc
* sync deps
* add doc
* Problem: ReadOptions mutated by reference release in iterator fix is not included
* deps
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@
5
5
### Bug Fixes
6
6
7
7
*[#1748](https://github.com/crypto-org-chain/cronos/pull/1748) Query with GetCFWithTS to compare both timestamp and key to avoid run fixdata multiple times.
8
+
* (versiondb) [#1751](https://github.com/crypto-org-chain/cronos/pull/1751) Add missing Destroy for read options to properly hold and release options reference.
9
+
*[#1753](https://github.com/crypto-org-chain/cronos/pull/1753) Support legacy global AccountNumber.
10
+
* (versiondb) [#1758](https://github.com/crypto-org-chain/cronos/pull/1758) Avoid ReadOptions mutated by reference release in iterator.
0 commit comments