Skip to content

v0.3.0 - 2025-08-20

Latest

Choose a tag to compare

@aiman aiman released this 20 Aug 11:17
· 7 commits to master since this release
2f6de5c

Changed

  • Rename build abi-call to build call (2f21855)
  • Print JSON without additional indentation by default (c8ab382)
  • Rename command options in deploy and precompute (50f3957)
  • Group build Safe transaction options consistently (28a3741)
  • Reduce default data truncation limit to 500 bytes (3aef2b1)

Added

  • Support building --batch Safe transactions (#7)
  • Add build deploy command to deploy smart contracts (2656b7a)
  • Allow sending value in a Web3 execTransaction (217e1ad)
  • Add a --quiet option to skip information panels (71e9c86)
  • Add a --pretty option to print JSON with indentation (c8ab382)
  • Add an --expand option to control data ellipsing (a1f127f)
  • Show Call Data Encoder for contract call SafeTxs (3867f6e)

Removed

  • Drop the --value option from build erc20-call (823b6ad)

Fixed

  • Fix a UI issue where prompt was cleared on backspace (0855916)
  • Fix an error when parsing ABI call string arguments (0683f70)