mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
64aa61d285
* fix cli tests - add pruning config - add the new build path * bump sdk version, make changes to get kvd running * add draft multi-tx test * add multiple txs per block test * remove unused file * sync VV account json format with sdk account types * add another jsons test * refactor coin creation in tests * add missed file * update changelog
18 lines
486 B
Modula-2
18 lines
486 B
Modula-2
module github.com/kava-labs/kava
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cosmos/cosmos-sdk v0.39.1
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.6.3
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tendermint/tendermint v0.33.7
|
|
github.com/tendermint/tm-db v0.5.1
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|
|
|
|
// patch bech32 decoding to enable larger string lengths
|
|
replace github.com/btcsuite/btcutil => github.com/kava-labs/btcutil v0.0.0-20200522184203-886d33430f06
|