EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

Changes to stay in sync with dawn3 (EOSIO/eos master) #46

Closed jcalfee closed 6 years ago

jcalfee commented 6 years ago

dependency, Docker is 4 days old: https://hub.docker.com/r/eosio/eos/tags/

jcalfee commented 6 years ago

work-around

echo 'EOSIO_IMAGE=eosio/eos:20180322' >> eosjs/docker/.env

chris-allnutt commented 6 years ago

We're currently using eosio/eos:20180328 The startup command in the container has changed, that may be the issue if you're trying to run the container directly, but the current config included should work without modification.

jcalfee commented 6 years ago

I just got blocks going in eosio/eos:20180405 but there is a vague Unknown struct error using the wallet command line to create an account.

I'll switch to eosio/eos:20180328 and see how that goes..

jcalfee commented 6 years ago

Published: eosjs@7.1.5 eosjs@dawn3