Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 32c905a

Browse files
fedekunzehanchoncrypto-facs
authored
tests: integration tests with JSON-RPC client (#704)
* tests: integration tests with JSON-RPC client * fix package * tests: networking configuration fixed (#706) * update testnet hdPath, fixes #688 * lint * header * e2e wip * fix getBlock response * enable personal API * changelog Co-authored-by: Guillermo Paoletti <[email protected]> Co-authored-by: Freddy Caceres <[email protected]>
1 parent 481e3b8 commit 32c905a

File tree

19 files changed

+793
-655
lines changed

19 files changed

+793
-655
lines changed

.golangci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@ linters:
1515
- gocritic
1616
- gofmt
1717
- goimports
18-
- golint
18+
- revive
1919
- gosec
2020
- gosimple
2121
- govet
2222
- ineffassign
2323
# - lll TODO: enable
2424
- misspell
25-
- maligned
2625
- nakedret
2726
- prealloc
28-
- scopelint
27+
- exportloopref
2928
- staticcheck
3029
- structcheck
3130
- stylecheck

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ Ref: https://keepachangelog.com/en/1.0.0/
6060
* (rpc) [tharsis#661](https://github.com/tharsis/ethermint/pull/661) Fix OOM bug when creating too many filters using JSON-RPC.
6161
* (evm) [tharsis#660](https://github.com/tharsis/ethermint/pull/660) Fix `nil` pointer panic in `ApplyNativeMessage`.
6262
* (evm, test) [tharsis#649](https://github.com/tharsis/ethermint/pull/649) Test DynamicFeeTx.
63-
* (evm) [tharsis#702](https://github.com/tharsis/ethermint/pull/702) Fix panic in web3 RPC handlers
63+
* (evm) [tharsis#702](https://github.com/tharsis/ethermint/pull/702) Fix panic in web3 RPC handlers
6464
* (rpc) [tharsis#720](https://github.com/tharsis/ethermint/pull/720) Fix `debug_traceTransaction` failure
6565
* (rpc) [tharsis#743](https://github.com/tharsis/ethermint/pull/743) Fix debug JSON RPC handler crash on non-existing block
6666

6767
### Improvements
6868

69+
* (tests) [tharsis#704](https://github.com/tharsis/ethermint/pull/704) Introduce E2E testing framework for clients
6970
* (deps) [tharsis#737](https://github.com/tharsis/ethermint/pull/737) Bump ibc-go to [`v2.0.0`](https://github.com/cosmos/ibc-go/releases/tag/v2.0.0)
7071
* (rpc) [tharsis#671](https://github.com/tharsis/ethermint/pull/671) Don't pass base fee externally for `EthCall`/`EthEstimateGas` apis.
7172
* (evm) [tharsis#674](https://github.com/tharsis/ethermint/pull/674) Refactor `ApplyMessage`, remove

0 commit comments

Comments
 (0)