Releases: clearmatics/simple-safe
Releases · clearmatics/simple-safe
v0.3.0 - 2025-08-20
Changed
- Rename
build abi-calltobuild call(2f21855) - Print JSON without additional indentation by default (
c8ab382) - Rename command options in
deployandprecompute(50f3957) - Group
buildSafe transaction options consistently (28a3741) - Reduce default data truncation limit to 500 bytes (
3aef2b1)
Added
- Support building
--batchSafe transactions (#7) - Add
build deploycommand to deploy smart contracts (2656b7a) - Allow sending value in a Web3
execTransaction(217e1ad) - Add a
--quietoption to skip information panels (71e9c86) - Add a
--prettyoption to print JSON with indentation (c8ab382) - Add an
--expandoption to control data ellipsing (a1f127f) - Show Call Data Encoder for contract call SafeTxs (
3867f6e)
Removed
- Drop the
--valueoption frombuild erc20-call(823b6ad)
Fixed
v0.2.7 - 2025-08-12
Fixed
- Restore compatibility with Python 3.11 & 3.12 (
240ebf3)
v0.2.6 - 2025-08-12
Changed
- Reword warning when previewing or executing offline (
bc55c73)
v0.2.5 - 2025-08-10
Fixed
- Add missing operation validation in
build abi-call(863c7cf)
v0.2.4 - 2025-08-10
v0.2.3 - 2025-08-06
Fixed
- Prevent potential crash due to RPC node sync issues (#5)
v0.2.2 - 2025-08-05
Fixed
- Fix a regression when signing with a Trezor (
a422e49)
v0.2.1 - 2025-08-05
Fixed
- Fix wording of warning when gas limit is too low (
f9f6236)