Skip to content

Releases: clearmatics/simple-safe

v0.3.1 - 2026-03-20

Choose a tag to compare

@aiman aiman released this 20 Mar 16:28

Added

  • Support JSON output for safe inspect (698f17e)
  • Support --quiet option for safe inspect (c4964ae)

Fixed

  • Fix issue with incompatible dependencies (3ea2027)

v0.3.0 - 2025-08-20

Choose a tag to compare

@aiman aiman released this 20 Aug 11:17
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)

v0.2.7 - 2025-08-12

Choose a tag to compare

@aiman aiman released this 12 Aug 11:51
f8f0a27

Fixed

  • Restore compatibility with Python 3.11 & 3.12 (240ebf3)

v0.2.6 - 2025-08-12

Choose a tag to compare

@aiman aiman released this 11 Aug 21:03
b871dbf

Changed

  • Reword warning when previewing or executing offline (bc55c73)

v0.2.5 - 2025-08-10

Choose a tag to compare

@aiman aiman released this 09 Aug 21:43
226caca

Fixed

  • Add missing operation validation in build abi-call (863c7cf)

v0.2.4 - 2025-08-10

Choose a tag to compare

@aiman aiman released this 09 Aug 21:35
04ffa37

Changed

  • Ellipsize printed call data above 1 kilobyte (555de3e)

Added

  • Support DELEGATECALL Safe transactions (34c0666)
  • Perform additional validation on TX --value (77499af)

Fixed

  • Restore more helpful Click error messages (6e697ed)

v0.2.3 - 2025-08-06

Choose a tag to compare

@aiman aiman released this 06 Aug 20:38
0d1c143

Fixed

  • Prevent potential crash due to RPC node sync issues (#5)

v0.2.2 - 2025-08-05

Choose a tag to compare

@aiman aiman released this 05 Aug 15:27
da3d320

Fixed

  • Fix a regression when signing with a Trezor (a422e49)

v0.2.1 - 2025-08-05

Choose a tag to compare

@aiman aiman released this 04 Aug 21:56
4720c95

Fixed

  • Fix wording of warning when gas limit is too low (f9f6236)

v0.2.0 - 2025-08-05

Choose a tag to compare

@aiman aiman released this 04 Aug 21:37
7e195e1

Added

  • Support signing a Web3 TX offline without broadcasting (#3)
  • Support passing custom Web3 transaction parameters (#2)
  • Perform more extensive validation for TXFILEs (b3a35dc)
  • Add an integrated help documentation facility (#4)
  • Show recent Safe versions in --safe-version help (5ada7f8)

Fixed

  • Rename Click FUNCTION argument name to match metavar (f9e395b)
  • Fix incorrect derivation path in README example (b9df872)