Uml2solidity Versions Save

A uml profile and a set of acceleo code generators to model smart contracts in uml and generate solidity code.

1.1.2

6 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/
  • update the generated java code to the eth-propeller-core project
  • added feature to install the uml2 dependencies thanks to @Swarmxcy

1.1.1

7 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/
  • added generated code for =>0.4.10 compiler
  • fix some minor generation issues

1.1.0

7 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/
  • Added an extension point to provide your own M2T transformations
  • Added a simple use case to markdown M2T transformation as example
  • Added the compiler errors/warnings as markers to the solidity files when compiling with the solidity builder

1.0.10

7 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/

This is mainly a maintain release addressing these issues: https://github.com/UrsZeidler/uml2solidity/milestone/7?closed=1. Also get rid of some strings in favor of constance in the generated code.

1.0.9

7 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/
  • added java deployer and update the generated java code to match the 0.16 release of eth-contract-api
  • added solidity builder to compile the solidity code in eclipse

1.0.8

7 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/
  • added generator for java interfaces and junit test code see testing contracts with java for details
  • some error fixing in the abi
  • some js code enhancements

1.0.7

7 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/

some minor updates:

  • start the generation process via launch config see launch config
  • add features for solidity>0.4.0

1.0.6

7 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/

some minor updates:

  • Generate standalone JSON ABI file (thx )
  • update the js contract tests
  • added the constructors in the js deployer

1.0.5

7 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/

This release is compatible with eclipse neo.

  • added a lot generated js scripts, see generated JSCode
  • added a constructor stereotype for operations
  • fixed some issues with eclipse neo
  • changed the name of the protected code areas to be not ambiguous
  • added some test JsCode
  • added some generation preferences

1.0.4

7 years ago

update site:

  http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/
  • added a key mapping stereotype
  • added indexed stereotype for event parameter
  • added optional modifier to getter and setter
  • some update on the generated java script
  • some minor update on the generated html