Commit Graph

3 Commits

Author SHA1 Message Date
Aaron Cox 4a92987ca3 Fixed includes 2024-01-12 15:20:25 -08:00
Vance Chi 6e2fcb91eb Fix variant type generation (#20)
* Fix variant type generation

* Fix format of generated contract code

* Add base eslint config

* Use optional eslintrc file
2023-12-06 15:25:02 -08:00
Daniel Fugere d91ee1965f Adding contract command (#1)
* chore: added contract command

* chore: added make check and make format

* chore: getting the generate command to work

* chore: added the --file option to the generate command

* fix: got tests passing

* chore: got rid of deprecation warnings

* chore: added ci check

* Bumping requirement to v18

* Use stdout instead of stderr

* Reworked shebang to disable experimental warnings

* Made logging less verbose

* Removed v16 testing

* Inverted logging logic to debug by default

---------

Co-authored-by: Aaron Cox <aaron@greymass.com>
2023-08-28 16:59:18 -07:00