Releases: openlawteam/openlaw-core
Releases · openlawteam/openlaw-core
v0.1.53
v0.1.52
Fix type resolution in sub execution (#209) * fixing variable type resolution if the definition is in a sub execution * fixing situation where a parameter is not known, instead of returning TextType, rather return ParameterType<Text> error message for EthereumAddress more useful * remove println
v0.1.51
v0.1.50
Fix clause regression (#202) * fix regression with clause now we only mark variables as executed if they were defined in the parent template TODO: check that it handles mapping as well * cleaning up executed variables from clause * only promote variables that might show in forms in the parent execution result while executing a clause
v0.1.49
v0.1.48
Changelog
- ci: fix inconsistency in variable name de54f77
- CI: activate automated releases (#201) 37b72ba
- Eth value (#196) b0381a0
- Openlaw app flow expressions (#198) c619c35
- variable execution leakage from clause is causing problems while validating smart contracts (#200) 251e560
- update slack invite URL (#199) c07503d
- CI: repair shell linter (#197) 1033319
- Migrate GH Actions (#193) 2721c56
- remove circleci (#190) 56c2b8f
- update scala build toolchain (#189) a8774fd
v0.1.48-rc1
CI: activate automated releases (#201) * remove semaphore CI this is a holdover from when we were running on all 3 CI platforms to compare them, but GitHub Actions is now sufficient for most uses, so remove semaphore (which costs us some minor money). * ci: activate release trigger and update docs * ci: fix to allow sbt-git to read version string