Skip to content

Releases: NethermindEth/horus-compile

v0.0.6.1

23 Nov 12:37
087066b
Compare
Choose a tag to compare

horus-compile uses now cairo-lang==0.9.1

v0.0.6

08 Nov 23:43
f7c55ad
Compare
Choose a tag to compare
  • Add support for three syscall functions: get_caller_address, get_contract_address, get_block_timestamp

v0.0.5

17 Oct 23:02
29a6caf
Compare
Choose a tag to compare

Fix of not opting unused functions out

v0.0.4

05 Sep 06:44
a33e022
Compare
Choose a tag to compare
  1. horus-compile version is printed when -v is invoked.
  2. Storage variable annotations (for now felt-only arguments and return types are supported).
  3. New error messages.
  4. Storage variables in the JSON and clean-up of the JSON.
  5. New syntax for return variables in annotations.

v.0.0.3

14 Jul 15:10
Compare
Choose a tag to compare
  1. Return variables
  2. Compile-time simplification

v0.0.2

22 Jun 13:12
Compare
Choose a tag to compare
  1. Logical variables.
  2. Type checking in the assertions.
  3. Monkey patching StarkWare's starknet-compile.
  4. Moved to &&, || and !