Skip to content

Releases: openlawteam/openlaw-core

v0.1.53

21 Jan 20:55
904be2e
Compare
Choose a tag to compare

Changelog

v0.1.52...v0.1.53

v0.1.52

20 Jan 16:40
20cd570
Compare
Choose a tag to compare
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

13 Jan 20:37
d2acb78
Compare
Choose a tag to compare

Changelog

  • update Metals specific gitignore (#208) d2acb78
  • Adding Function type & mechanisms to transform collections (.map(...)) (#204) 2b8a943
  • fix signature verification link (#205) ff19d57
  • added operator predecence for expressions (#206) 2eb0c4b

v0.1.50...v0.1.51

v0.1.50

19 Dec 04:56
Compare
Choose a tag to compare
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

17 Dec 00:55
c084fb7
Compare
Choose a tag to compare

Changelog

  • add bintrayVcsUrl setting for automated release c084fb7

v0.1.48...v0.1.49

v0.1.48

17 Dec 00:05
Compare
Choose a tag to compare

Changelog

v0.1.47...v0.1.48

v0.1.48-rc1

16 Dec 18:47
37b72ba
Compare
Choose a tag to compare
v0.1.48-rc1 Pre-release
Pre-release
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

v0.1.47

12 Sep 14:59
c6122ec
Compare
Choose a tag to compare

Changelog

  • Type plus validation (#186)
  • EthereumSignature and EthereumData as OpenlawNativeValue (#187)
  • Verify signature of external events (#188)

v0.1.46

22 Aug 22:41
Compare
Choose a tag to compare
fix link type (#185)

* fix link type

* ooops forgot to remove the println

v0.1.45

22 Aug 18:15
Compare
Choose a tag to compare
adding wart remover rules (#184)

* adding wart remover rules
cleaning up code
update dependencies

* cleanup code