Releases: eosnewyork/EOSEasyContract
Releases · eosnewyork/EOSEasyContract
EOS Version 1.6.2 and CDT 1.8.2
Template updates
EOS Version 1.6.2 and CDT 1.8.2
EOS Version 1.5.1 and CDT 1.4.1
Upgrade to EOS Version 1.5.1 and CDT 1.4.1
EOS Version 1.4.2 and CDT 1.3.2
EOS Version 1.4.2 and CDT 1.3.2
Fix for Issue 2 init include
The "init include" command contained a logic problem which was causing an early exit due to a false positive.
Added gitignore and impoved error handle
Added .gitignore
Added better error handle when container does not exists on init include
Updated Docker image using EOS 1.4.1
Updated Docker image using EOS 1.4.1 and matching cleos
Include files moved to appdata
- Include files moved to AppData folder
- Warning added to docker init
- Delay after folder creation
Support for CDT 1.3.1
- Link to new Docker image
- Support for CDT 1.3.1
- New Template format to match CDT 1.3.1
New function to export include files
By executing the following, the header files in the docker container are copied to the local machine (C:\eosincludes folder) and will be referenced in the generated templates. This allows Visual studio code code completion and other functions to act correctly in context.
EOSEasyContract.exe init include
Fix initial container checks and template paths
Fix for #1 as well as fix for initial container checks.