tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

EOS Factory fails to start nodeos-1.6.0 due to obsoluted option in config file. #129

Closed rkintzi closed 5 years ago

rkintzi commented 5 years ago

Config file used by EOS Factory to start nodeos contains max-implicit-request option, which was removed in nodeos 1.6.0. This makes EOS Factory incompatible with the newest version of nodeos.

stefanzarembinski commented 5 years ago

I see, you use the contribution from ED Easy-D (Pull request: "Fix unrecognised option 'max-implicit-request' error on startup"). We will include it to the next distribution of EOSFactory.

rkintzi commented 5 years ago

Fixed with #125