Releases: NethermindEth/horus-compile
Releases · NethermindEth/horus-compile
v0.0.6.1
horus-compile
uses now cairo-lang==0.9.1
v0.0.6
- Add support for three syscall functions:
get_caller_address
,get_contract_address
,get_block_timestamp
v0.0.5
Fix of not opting unused functions out
v0.0.4
horus-compile
version is printed when-v
is invoked.- Storage variable annotations (for now felt-only arguments and return types are supported).
- New error messages.
- Storage variables in the JSON and clean-up of the JSON.
- New syntax for return variables in annotations.
v.0.0.3
- Return variables
- Compile-time simplification
v0.0.2
- Logical variables.
- Type checking in the assertions.
- Monkey patching StarkWare's starknet-compile.
- Moved to
&&
,||
and!