File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ * Apr 24, 2025*
4
+
5
+ ## v1.4.7
6
+
7
+ ### Bug Fixes
8
+
9
+ * [ #1796 ] ( https://github.com/crypto-org-chain/cronos/pull/1796 ) Upgrade cosmos sdk to latest to include bug fix
10
+
11
+
3
12
* Apr 9, 2025*
4
13
5
14
## v1.4.6
Original file line number Diff line number Diff line change 11
11
nativeByteOrder ? true , # nativeByteOrder mode will panic on big endian machines
12
12
} :
13
13
let
14
- version = "v1.4.6 " ;
14
+ version = "v1.4.7 " ;
15
15
pname = "cronosd" ;
16
16
tags = [
17
17
"ledger"
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ require (
253
253
replace (
254
254
cosmossdk.io/store => github.com/crypto-org-chain/cosmos-sdk/store v0.0.0-20241217090828-cfbca9fe8254
255
255
cosmossdk.io/x/tx => github.com/crypto-org-chain/cosmos-sdk/x/tx v0.0.0-20241217090828-cfbca9fe8254
256
- github.com/cosmos/cosmos-sdk => github.com/crypto-org-chain/cosmos-sdk v0.43.0-beta1.0.20250224030921-39d7b26bbb97
256
+ github.com/cosmos/cosmos-sdk => github.com/crypto-org-chain/cosmos-sdk v0.50.6-0.20250424063720-28ea58ae20d8
257
257
)
258
258
259
259
replace (
Original file line number Diff line number Diff line change @@ -422,8 +422,8 @@ github.com/crypto-org-chain/btree v0.0.0-20240406140148-2687063b042c h1:MOgfS4+F
422
422
github.com/crypto-org-chain/btree v0.0.0-20240406140148-2687063b042c /go.mod h1:twD9XRA5jj9VUQGELzDO4HPQTNJsoWWfYEL+EUQ2cKY =
423
423
github.com/crypto-org-chain/cometbft v0.0.0-20250203071505-1964da4a0cac h1:o09a/x43av8lYlJ0c8ChRU11iGYyqMvbeOz7skV6f6Y =
424
424
github.com/crypto-org-chain/cometbft v0.0.0-20250203071505-1964da4a0cac /go.mod h1:khbgmtxbgwJfMqDmnGY4rl2sQpTdzpPb1f9nqnfpy1o =
425
- github.com/crypto-org-chain/cosmos-sdk v0.43.0-beta1.0.20250224030921-39d7b26bbb97 h1:Aj5lZUTybx2x4fcHNYqWT4Ih8sql6qZkUFRytqwgcmo =
426
- github.com/crypto-org-chain/cosmos-sdk v0.43.0-beta1.0.20250224030921-39d7b26bbb97 /go.mod h1:JwwsMeZldLN20b72mmbWPY0EV9rs+v/12hRu1JFttvY =
425
+ github.com/crypto-org-chain/cosmos-sdk v0.50.6-0.20250424063720-28ea58ae20d8 h1:Sif0pGNc4C384OLucyQ7P/+KjYiJ6uDn8Cf8wR7MI+c =
426
+ github.com/crypto-org-chain/cosmos-sdk v0.50.6-0.20250424063720-28ea58ae20d8 /go.mod h1:JwwsMeZldLN20b72mmbWPY0EV9rs+v/12hRu1JFttvY =
427
427
github.com/crypto-org-chain/cosmos-sdk/store v0.0.0-20241217090828-cfbca9fe8254 h1:NEgy0r3otU/O+0OAjMdEhbn4VotQlg+98hHbD7M23wU =
428
428
github.com/crypto-org-chain/cosmos-sdk/store v0.0.0-20241217090828-cfbca9fe8254 /go.mod h1:8DwVTz83/2PSI366FERGbWSH7hL6sB7HbYp8bqksNwM =
429
429
github.com/crypto-org-chain/cosmos-sdk/x/tx v0.0.0-20241217090828-cfbca9fe8254 h1:JzLOFRiKsDtLJt5h0M0jkEIPDKvFFyja7VEp7gG6O9U =
Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ schema = 3
174
174
version = " v1.0.0-beta.5"
175
175
hash = " sha256-Fy/PbsOsd6iq0Njy3DVWK6HqWsogI+MkE8QslHGWyVg="
176
176
[mod ."github .com/cosmos/cosmos-sdk" ]
177
- version = " v0.43.0-beta1.0.20250224030921-39d7b26bbb97 "
178
- hash = " sha256-JVGXvBx9OXnki4fjio/iG1QdclifPxL+YXvaMdVPi5s ="
177
+ version = " v0.50.6-0.20250424063720-28ea58ae20d8 "
178
+ hash = " sha256-UCynFh2IangiNqQsgux4dKCk8wuF1vgoINQGA8N59QY ="
179
179
replaced = " github.com/crypto-org-chain/cosmos-sdk"
180
180
[mod ."github .com/cosmos/go-bip39" ]
181
181
version = " v1.0.0"
You can’t perform that action at this time.
0 commit comments