Closed Nayir closed 5 years ago
Thanks for reporting this.
This is a double problem. First, the coinmarketcap API will change soon. The free version will disappear very soon.
I will refactor in the following way:
If you provide an api_key
for the config, then I will use it to talk to the PRO version of the coinmarketcap API.
If the api_key
is missing, I won't call the coinmarketcap API.
I admit this is a bit hokey, but I have to get this done soon. And release a new build.
I think I've made it better now... I tested via go get -v github.com/immutability-io/vault-ethereum
and things don't bork.
I am not super happy with the way I am baking exchange rates into the various APIs at the moment - that is a bad design. I will be changing that later this week/weekend.
But for now, you should be good. Please let me know if your docker build succeeds.
Detailed Description
I've got an issu with my docker installation. This is my DockerFile
Then, i've got an error with
go-coinmarketcap
package github.com/miguelmota/go-coinmarketcap: no Go files in /root/go/src/github.com/miguelmota/go-coinmarketcap
There is some breaking change since the last update ? There is any way to avoid this error during the build of vault-ethereum-plugin on Docker ?
Thanks a lot
Your Environment