enledger / EnergyChain_old

A blockchain platform to tokenize and track energy-grid-attached appliance production, usage, availablity, share ownership, dividend and profit-sharing payouts, and renewable resource credits generation.
Mozilla Public License 2.0
2 stars 1 forks source link

make install fails #1

Open soelu opened 6 years ago

soelu commented 6 years ago
$ make install
go install ./cmd/...
# github.com/enledger/energychain/cmd/energychain
cmd/energychain/main.go:24:46: cannot use func literal (type func() "github.com/enledger/energychain/vendor/github.com/tendermint/cosmos-sdk/types".Plugin) as type func() "github.com/enledger/energychain/vendor/github.com/tendermint/basecoin/types".Plugin in argument to commands.RegisterStartPlugin
make: *** [install] Error 2

How can I resolve this issue? I followed the instructions in the readme.

go version go1.9.1 darwin/amd64

Tectract commented 6 years ago

We're waiting on upstream library to do stable release, basecoin lib has changed to Cosmos SDK. Testing rebuilds and re-init docs coming in Jan/Feb. Happy Holidays!

soelu commented 6 years ago

Any news on this issue?

Tectract commented 6 years ago

Working with a new dev to rebuild EnergyChain on new SDK release in March :) Major web updates will explain what we've been doing, in the next week or so.