tokenika / eosfactory

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

Adding the required command line option -contract for abigen eosio.cdt v.1.3.2 #96

Closed kozld closed 5 years ago

kozld commented 5 years ago

This request is bug fix that was seen when trying to generate an abi file during the build contract. In the current behavior, I received an error about the absence of the required option "-contract" for the name of the contract. In the new behavior, I added this option and as its argument I specify the name of the source file without an extension.

My environment: eosio v. 1.4.3 eosio.cdt v. 1.3.2 eosfactory v. 2.2

With best regards.

stefanzarembinski commented 5 years ago

Thank you for your contribution. We have corrected the error: it resulted from incompatibility between EOSIO and EOESIO.cdt conventions.

rkintzi commented 5 years ago

@stdi0 @stefanzarembinski Is this already fixed? Can we close this PR?

stefanzarembinski commented 5 years ago

Fixed