tests: add testutils for integration testing (#132)

* tests: add testutils for integration testing

* update util

* fix config

* more updates

* rand chain-id

* add rpc client integration test example

* makefile

* rename

* updates to makefile
This commit is contained in:
Federico Kunze
2021-06-25 05:18:37 -04:00
committed by GitHub
parent 61260dfda8
commit 459a290951
21 changed files with 1726 additions and 2216 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
evmtypes "github.com/tharsis/ethermint/x/evm/types"
)
// MakeEncodingConfig creates an EncodingConfig for testing
// MakeConfig creates an EncodingConfig for testing
func MakeConfig(mb module.BasicManager) params.EncodingConfig {
cdc := amino.NewLegacyAmino()
interfaceRegistry := types.NewInterfaceRegistry()