261f86fdf2
* bump sdk version to v0.39.0 candidate * updates * update evm * bump commit * more changes * build * genesis * fix tests * fix tests * bump commit * bump commit * bump commit * add keygen func * bump version to 0.39.0-rc0 * update AnteHandler * fix TxDecoder * lint * fix test * update statedb * changelog * fixes * remove extra files * update make test-import * rename test * bump SDK version to final release * update to 0.39.1-rc1 * fix evm tests * update RPC * minor fixes * update to rc2 * bump to v0.39.1 * fix personal API * fix string type cast ambiguity (#449) * init * fix estimate gas test * minor genesis change * remove comments from unstable commit (stargate release) Co-authored-by: Alessio Treglia <quadrispro@ubuntu.com>
32 lines
1.2 KiB
Modula-2
32 lines
1.2 KiB
Modula-2
module github.com/cosmos/ethermint
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/allegro/bigcache v1.2.1 // indirect
|
|
github.com/aristanetworks/goarista v0.0.0-20200331225509-2cc472e8fbd6 // indirect
|
|
github.com/cespare/cp v1.1.1 // indirect
|
|
github.com/cosmos/cosmos-sdk v0.39.1
|
|
github.com/deckarep/golang-set v1.7.1 // indirect
|
|
github.com/ethereum/go-ethereum v1.9.18
|
|
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/onsi/ginkgo v1.11.0 // indirect
|
|
github.com/onsi/gomega v1.8.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/tsdb v0.9.1 // indirect
|
|
github.com/rjeczalik/notify v0.9.2 // indirect
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tendermint/tendermint v0.33.7
|
|
github.com/tendermint/tm-db v0.5.1
|
|
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|