Results 36 comments of cwbhhjl

@dandavid3000 Can you provide a few lines of the node log for the latest height?

When you execute 'make', you will see output like this: ``` go install -v -ldflags '-X github.com/okex/exchain/libs/cosmos-sdk/version.Version=v1.6.8.5 -X github.com/okex/exchain/libs/cosmos-sdk/version.Name=exchain -X github.com/okex/exchain/libs/cosmos-sdk/version.ServerName=exchaind -X github.com/okex/exchain/libs/cosmos-sdk/version.ClientName=exchaincli -X github.com/okex/exchain/libs/cosmos-sdk/version.Commit=71582060ed0ee1602b78bdce7c183c4ec4144456 -X github.com/okex/exchain/libs/cosmos-sdk/version.CosmosSDK=v0.39.2 -X github.com/okex/exchain/libs/cosmos-sdk/version.Tendermint=v0.33.9 -X...

By the way, may I ask if you intend to run a testnet node or just need to start some test nodes locally without joining the testnet?

If you run "exchaind init", will it still report the previous error? If you want to deploy a contract on the testnet, use https://exchaintestrpc.okex.org/ with chainid 65. Then you can...

The "1.17" in go.mod is the minimum required version for compilation. You can use the latest version of Go to compile, and we will also update go.mod later.

We will also update related parts in the future, such as Dockerfile, CI.