File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
## UNRELEASED
4
4
5
5
* [ #1869 ] ( https://github.com/crypto-org-chain/cronos/pull/1869 ) Add missing tx context during vm initialisation
6
+ * [ #1872 ] ( https://github.com/crypto-org-chain/cronos/pull/1872 ) fix(evm): support 4byteTracer for tracer
6
7
7
8
* Sep 4, 2025*
8
9
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ replace (
306
306
// release/v1.15
307
307
github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.20-0.20250815065500-a4fbafcae0dd
308
308
// release/v0.22.x
309
- github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.22.1-0.20250916025604-a85d8890cd52
309
+ github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.22.1-0.20250917021453-86f043d7a76a
310
310
// Fix upstream GHSA-h395-qcrw-5vmq and GHSA-3vp4-m3rf-835h vulnerabilities.
311
311
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
312
312
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0
Original file line number Diff line number Diff line change @@ -912,8 +912,8 @@ github.com/crypto-org-chain/cosmos-sdk/store v0.0.0-20241217090828-cfbca9fe8254
912
912
github.com/crypto-org-chain/cosmos-sdk/store v0.0.0-20241217090828-cfbca9fe8254 /go.mod h1:8DwVTz83/2PSI366FERGbWSH7hL6sB7HbYp8bqksNwM =
913
913
github.com/crypto-org-chain/cosmos-sdk/x/tx v0.0.0-20241217090828-cfbca9fe8254 h1:JzLOFRiKsDtLJt5h0M0jkEIPDKvFFyja7VEp7gG6O9U =
914
914
github.com/crypto-org-chain/cosmos-sdk/x/tx v0.0.0-20241217090828-cfbca9fe8254 /go.mod h1:V6DImnwJMTq5qFjeGWpXNiT/fjgE4HtmclRmTqRVM3w =
915
- github.com/crypto-org-chain/ethermint v0.22.1-0.20250916025604-a85d8890cd52 h1:jmP2dBG1FRNd+GW61zJiy8O4pYGjBCMbPtDZffZ7LBs =
916
- github.com/crypto-org-chain/ethermint v0.22.1-0.20250916025604-a85d8890cd52 /go.mod h1:StA36YNgLruMKlg6FG+fUie0+k3hQS8dapZJzl+CPI4 =
915
+ github.com/crypto-org-chain/ethermint v0.22.1-0.20250917021453-86f043d7a76a h1:+V9tvG/IcHcGg6JSMLRJy10TFwgeor4xpvtb35OotOY =
916
+ github.com/crypto-org-chain/ethermint v0.22.1-0.20250917021453-86f043d7a76a /go.mod h1:StA36YNgLruMKlg6FG+fUie0+k3hQS8dapZJzl+CPI4 =
917
917
github.com/crypto-org-chain/go-block-stm v0.0.0-20241213061541-7afe924fb4a6 h1:6KPEi8dWkDSBddQb4NAvEXmNnTXymF3yVeTaT4Hz1iU =
918
918
github.com/crypto-org-chain/go-block-stm v0.0.0-20241213061541-7afe924fb4a6 /go.mod h1:iwQTX9xMX8NV9k3o2BiWXA0SswpsZrDk5q3gA7nWYiE =
919
919
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20250815065500-a4fbafcae0dd h1:ebSnzvM9yKVGFjvoGly7LFQQCS2HuOWMCvQyByJ52Gs =
Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ schema = 3
315
315
version = " v0.2.2"
316
316
hash = " sha256-0MLfSJKdeK3Z7tWAXTdzwB4091dmyxIX38S5SKH5QAw="
317
317
[mod ."github .com/evmos/ethermint" ]
318
- version = " v0.22.1-0.20250916025604-a85d8890cd52 "
319
- hash = " sha256-UbnRRrKkc6nVOEErYg+JKQl9VqoQX2/CWejlGrwrJgI ="
318
+ version = " v0.22.1-0.20250917021453-86f043d7a76a "
319
+ hash = " sha256-5XfweV94HN5qlf1/SNta/aMMhLd750/3GStrAeMzjbM ="
320
320
replaced = " github.com/crypto-org-chain/ethermint"
321
321
[mod ."github .com/fatih/color" ]
322
322
version = " v1.17.0"
You can’t perform that action at this time.
0 commit comments