File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
13
* [ #1759 ] ( https://github.com/crypto-org-chain/cronos/pull/1759 ) Fix version mismatch happen occasionally.
14
+ * [ #1766 ] ( https://github.com/crypto-org-chain/cronos/pull/1766 ) Include a security patch from ibc-go ` v8.7.0 ` .
14
15
15
16
### Improvements
16
17
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ require (
22
22
github.com/cosmos/cosmos-proto v1.0.0-beta.5
23
23
github.com/cosmos/cosmos-sdk v0.50.9
24
24
github.com/cosmos/gogoproto v1.7.0
25
- github.com/cosmos/ibc-go/modules/apps/callbacks v0.0.0-20240913130017-6b2554360c0e // v8.5.1
25
+ github.com/cosmos/ibc-go/modules/apps/callbacks v0.0.0-20250312150146-53eaba19375d // v8.7.0
26
26
github.com/cosmos/ibc-go/modules/capability v1.0.1
27
- github.com/cosmos/ibc-go/v8 v8.6.1
27
+ github.com/cosmos/ibc-go/v8 v8.7.0
28
28
github.com/cosmos/rosetta v0.50.3-1
29
29
github.com/crypto-org-chain/cronos/store v0.0.4
30
30
github.com/crypto-org-chain/cronos/versiondb v0.0.0-00010101000000-000000000000
Original file line number Diff line number Diff line change @@ -395,12 +395,12 @@ github.com/cosmos/gogoproto v1.7.0 h1:79USr0oyXAbxg3rspGh/m4SWNyoz/GLaAh0QlCe2fr
395
395
github.com/cosmos/gogoproto v1.7.0 /go.mod h1:yWChEv5IUEYURQasfyBW5ffkMHR/90hiHgbNgrtp4j0 =
396
396
github.com/cosmos/iavl v1.2.4-0.20241218014611-3b0ad9922f9f h1:ex8R1/5/ghhCBEwSWr2L2+OSnWU0A6Pe68cROdGiVX4 =
397
397
github.com/cosmos/iavl v1.2.4-0.20241218014611-3b0ad9922f9f /go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw =
398
- github.com/cosmos/ibc-go/modules/apps/callbacks v0.0.0-20240913130017-6b2554360c0e h1:jMqihcJRBdpRrKGOMS1bDyyoo2JoQxv4QmMCwK3HSvI =
399
- github.com/cosmos/ibc-go/modules/apps/callbacks v0.0.0-20240913130017-6b2554360c0e /go.mod h1:akR14gsU5YD5S1G5I6lOI7z51OjR1vJko06Rs/3/Ym0 =
398
+ github.com/cosmos/ibc-go/modules/apps/callbacks v0.0.0-20250312150146-53eaba19375d h1:QOEFyekL1u4FvZTLTQDvrnUYfhaiwhVs79acM2B8Zfk =
399
+ github.com/cosmos/ibc-go/modules/apps/callbacks v0.0.0-20250312150146-53eaba19375d /go.mod h1:akR14gsU5YD5S1G5I6lOI7z51OjR1vJko06Rs/3/Ym0 =
400
400
github.com/cosmos/ibc-go/modules/capability v1.0.1 h1:ibwhrpJ3SftEEZRxCRkH0fQZ9svjthrX2+oXdZvzgGI =
401
401
github.com/cosmos/ibc-go/modules/capability v1.0.1 /go.mod h1:rquyOV262nGJplkumH+/LeYs04P3eV8oB7ZM4Ygqk4E =
402
- github.com/cosmos/ibc-go/v8 v8.6.1 h1:35JQ9HttSDNLjy4J/ZxmmFbzw0cRVjoCRKkc3ngDZms =
403
- github.com/cosmos/ibc-go/v8 v8.6.1 /go.mod h1:Hd3kDFNOhQ/EnYt8qb84/r78tA/lOYC3IkLMbpurs3I =
402
+ github.com/cosmos/ibc-go/v8 v8.7.0 h1:HqhVOkO8bDpClXE81DFQgFjroQcTvtpm0tCS7SQVKVY =
403
+ github.com/cosmos/ibc-go/v8 v8.7.0 /go.mod h1:G2z+Q6ZQSMcyHI2+BVcJdvfOupb09M2h/tgpXOEdY6k =
404
404
github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU =
405
405
github.com/cosmos/ics23/go v0.11.0 /go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0 =
406
406
github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo =
Original file line number Diff line number Diff line change @@ -190,14 +190,14 @@ schema = 3
190
190
version = " v1.2.4-0.20241218014611-3b0ad9922f9f"
191
191
hash = " sha256-WbNyKZmKBr2R1YaVfGVdSH9dX6AqFynOwd2dmpTX3ZI="
192
192
[mod ."github .com/cosmos/ibc-go/modules/apps/callbacks" ]
193
- version = " v0.0.0-20240913130017-6b2554360c0e "
193
+ version = " v0.0.0-20250312150146-53eaba19375d "
194
194
hash = " sha256-mL+g8WB+fLUlTKMnrdn8rTgw2gqXsHlky3/BTsyfek0="
195
195
[mod ."github .com/cosmos/ibc-go/modules/capability" ]
196
196
version = " v1.0.1"
197
197
hash = " sha256-iRhj2WTr99DgAl80h25pxtkO6iHYjyHflwpxKKG5b6E="
198
198
[mod ."github .com/cosmos/ibc-go/v8" ]
199
- version = " v8.6.1 "
200
- hash = " sha256-1xeBTIN68uoRCyohelTfnMql2ijRxktUoZ9ra/0mMQk ="
199
+ version = " v8.7.0 "
200
+ hash = " sha256-axMi6WoRyrtIGpZ24XQ1N0e2gUQ4ZbqnPVpYsqwmUmU ="
201
201
[mod ."github .com/cosmos/ics23/go" ]
202
202
version = " v0.11.0"
203
203
hash = " sha256-mgU/pqp4kASmW/bP0z6PzssfjRp7GU9ioyvNlDdGC+E="
You can’t perform that action at this time.
0 commit comments