MrToph / generator-eos

Yeoman generator template for EOS blockchain smart contracts wrapped in Node.js utilities
MIT License
16 stars 2 forks source link

abi bug fix + getTable function #4

Closed Velua closed 5 years ago

Velua commented 5 years ago

Actions yarn run table and yarn run create_actions reference the ABI in the contractDir instead of the buildDir which I believe the ABI is now meant to hang out.

I added a getTable function for use in tests folder along side sendTransaction Also added some validation for the contract name.

MrToph commented 5 years ago

Thanks for fixing that, looks good to me :)