Skip to content

Commit 5b8b066

Browse files
committed
release v1.4.9
1 parent 02378a3 commit 5b8b066

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## UNRELEASED
66

7+
## v1.4.9
8+
79
### Bug Fixes
810

911
* [#1830](https://github.com/crypto-org-chain/cronos/pull/1830) Add sanity check for rpc call Trace_Tx and Trace_call.

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
nativeByteOrder ? true, # nativeByteOrder mode will panic on big endian machines
1212
}:
1313
let
14-
version = "v1.4.8";
14+
version = "v1.4.9";
1515
pname = "cronosd";
1616
tags = [
1717
"ledger"

gomod2nix.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ schema = 3
263263
hash = "sha256-ozwVS2BhAoz+OOisAyMhgg+lq8FdQjf90xoOq9cxtGw="
264264
replaced = "github.com/crypto-org-chain/go-ethereum"
265265
[mod."github.com/evmos/ethermint"]
266-
version = "v0.6.1-0.20250618065241-823fc683e6f0"
267-
hash = "sha256-y6acm2oaz6NujNAnKYyhPriXUX+zF6SRWZEUsYrn+/0="
266+
version = "v0.6.1-0.20250707061639-56b3129b0d95"
267+
hash = "sha256-sNYlX5AXKG4wHC5ldVQojSOcv8V92LDoF4oc6F4zmLU="
268268
replaced = "github.com/crypto-org-chain/ethermint"
269269
[mod."github.com/fatih/color"]
270270
version = "v1.16.0"

0 commit comments

Comments
 (0)