Skip to content

Releases: eosnewyork/EOSEasyContract

EOS Version 1.6.2 and CDT 1.8.2

30 Aug 13:24
13eef87
Compare
Choose a tag to compare

Template updates
EOS Version 1.6.2 and CDT 1.8.2

EOS Version 1.5.1 and CDT 1.4.1

18 Dec 19:23
Compare
Choose a tag to compare

Upgrade to EOS Version 1.5.1 and CDT 1.4.1

EOS Version 1.4.2 and CDT 1.3.2

05 Nov 03:36
Compare
Choose a tag to compare

EOS Version 1.4.2 and CDT 1.3.2

Fix for Issue 2 init include

01 Nov 21:41
Compare
Choose a tag to compare

The "init include" command contained a logic problem which was causing an early exit due to a false positive.

#2

Added gitignore and impoved error handle

23 Oct 18:25
Compare
Choose a tag to compare

Added .gitignore
Added better error handle when container does not exists on init include

Updated Docker image using EOS 1.4.1

19 Oct 12:42
Compare
Choose a tag to compare

Updated Docker image using EOS 1.4.1 and matching cleos

Include files moved to appdata

18 Oct 18:52
Compare
Choose a tag to compare
  • Include files moved to AppData folder
  • Warning added to docker init
  • Delay after folder creation

Support for CDT 1.3.1

16 Oct 23:21
Compare
Choose a tag to compare
  • 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

15 Oct 13:17
Compare
Choose a tag to compare

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

13 Oct 17:13
Compare
Choose a tag to compare

Fix for #1 as well as fix for initial container checks.