Skip to content

Commit

Permalink
Release: v0.6.2 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy authored Nov 19, 2021
1 parent 22211b5 commit 079f766
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Unreleased

*November 19, 2021*

## v0.6.2

### Bug Fixes
- [tharsis#720](https://github.com/tharsis/ethermint/pull/720) traceTransaction fails for succesful tx
- [tharsis#743](https://github.com/tharsis/ethermint/pull/743) missing debug_tranceBlockByHash RPC method and fix debug_traceBlock*
- [tharsis#746](https://github.com/tharsis/ethermint/pull/746) set debug based on tracer
- [tharsis#741](https://github.com/tharsis/ethermint/pull/741) filter non eth txs in block rpc response
- [crypto-org-chain/ethermint#12](https://github.com/crypto-org-chain/ethermint/pull/12) reject tx with too large gas limit


*October 26, 2021*

## v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func New(
app.EvmKeeper = evmkeeper.NewKeeper(
appCodec, keys[evmtypes.StoreKey], tkeys[evmtypes.TransientKey], app.GetSubspace(evmtypes.ModuleName),
app.AccountKeeper, app.BankKeeper, stakingKeeper,
tracer, bApp.Trace(), // debug EVM based on Baseapp options
tracer,
)

// this line is used by starport scaffolding # stargate/app/keeperDefinition
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ replace github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethere
// TODO: remove when ibc-go and ethermint upgrades cosmos-sdk
replace github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.44.2

replace github.com/tharsis/ethermint => github.com/crypto-org-chain/ethermint v0.7.2-cronos
replace github.com/tharsis/ethermint => github.com/crypto-org-chain/ethermint v0.7.2-cronos-2
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:ma
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/crypto-org-chain/ethermint v0.7.2-cronos h1:MPlXggDtDI6m5HA2h7EdUl0sOYGjyzpsZM212mffZuE=
github.com/crypto-org-chain/ethermint v0.7.2-cronos/go.mod h1:Dwqhtm/ktN/t/hfqVOtz7EWkLGelR1F0OxDs8cGmibY=
github.com/crypto-org-chain/ethermint v0.7.2-cronos-2 h1:09QSRP77/bvD2JG66J4+IF7AqvyrtD9kI37CNoaoFi0=
github.com/crypto-org-chain/ethermint v0.7.2-cronos-2/go.mod h1:J96LX4KvLyl+5jV6+mt/4l6srtGX/mdDTuqQQuYrdDk=
github.com/crypto-org-chain/go-ethereum v1.10.3-patched h1:kr6oQIYOi2VC8SZwkhlUDZE1Omit/YHVysKMgCB2nes=
github.com/crypto-org-chain/go-ethereum v1.10.3-patched/go.mod h1:99onQmSd1GRGOziyGldI41YQb7EESX3Q4H41IfJgIQQ=
github.com/crypto-org-chain/ibc-go v1.2.1-hooks h1:wuWaQqm/TFKJQwuFgjCPiPumQio+Yik5Z1DObDExrrU=
Expand Down
6 changes: 3 additions & 3 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4637,13 +4637,13 @@
sha256 = "1kmdk3v2a6ygcg2i8jfgz61yzxi4183xgzlaviq9jwsqwc2hj60w"

["github.com/tharsis/ethermint"]
sumVersion = "v0.7.2-cronos"
sumVersion = "v0.7.2-cronos-2"
vendorPath = "github.com/crypto-org-chain/ethermint"
["github.com/tharsis/ethermint".fetch]
type = "git"
url = "https://github.com/crypto-org-chain/ethermint"
rev = "fabf5d73a24fda0c04c41be091d2983a8fa86897"
sha256 = "09z5n78vjgq543bg43f22czgj8c0l61102q0lf498xsbfi4rk31w"
rev = "f2ad4af26597138b493a6ef7f06141b1659ce7c6"
sha256 = "02i42135kd4rjmawa139pprcnnl7rnkp0wrpv18czbk36d6lg8cc"

["github.com/tidwall/gjson"]
sumVersion = "v1.6.7"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/test_ibc.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_ibc_reverse(cronos, chainmain, hermes):

def test_contract(cronos, chainmain, hermes):
cronos_chainid = 777
cronos_gas = 3000000000
cronos_gas = 10000000
cronos_mnemonics = "night renew tonight dinner shaft scheme \
domain oppose echo summer broccoli agent face guitar surface \
belt veteran siren poem alcohol menu custom crunch index"
Expand Down

0 comments on commit 079f766

Please sign in to comment.