Skip to content

Version 0.37

Compare
Choose a tag to compare
@mebsout mebsout released this 05 Oct 13:42
· 492 commits to next since this release

NEW FEATURES

  • Compatibility with Tezos's Mainnet/Zeronet/Alphanet
  • Support bytes constants for key, key_hash, address, contract and signature
  • Attribute [@@inlining] to force inlining when not dangerous
  • Command --init-storage (Pierre Michard)
  • Command --inject to inject signed operation

IMPROVEMENTS

  • Client: Show failing calls and deployments
  • Inline bodies of lambdas
  • Sphinx documentation
  • Easier build with make build-deps
  • More optimizations on Michelson code

BUG FIXES

  • Fix issue with printing of signatures
  • Missing decompilation for LSL, LSR
  • Fix inlining bug in decompilation
  • Code elimination after FAILWITH in code generation
  • Fix erroneous pretty-printing of tez values
  • Forbid source, sender in initializer