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: version mismatch happen occasionally (#1759)
* Problem: version mismatch happen occationally
Solution:
- make sure don't load iavl version ahead of versiondb
* changelog
* Update app/app.go
Signed-off-by: yihuang <[email protected]>
* memiavl support write old version idopodently
* add unit test
* fix upgrade store loader
* reproduce in integration test
* fix memiavl
* better test
* fix lint
---------
Signed-off-by: yihuang <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
*[#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.
11
11
* (versiondb) [#1751](https://github.com/crypto-org-chain/cronos/pull/1751) Add missing Destroy for read options to properly hold and release options reference.
12
12
* (versiondb) [#1758](https://github.com/crypto-org-chain/cronos/pull/1758) Avoid ReadOptions mutated by reference release in iterator.
13
+
*[#1759](https://github.com/crypto-org-chain/cronos/pull/1759) Fix version mismatch happen occasionally.
0 commit comments