safe-global / safe-core-sdk

The Safe{Core} SDK allows builders to add account abstraction functionality into their apps.
https://docs.safe.global/sdk/overview
MIT License
243 stars 178 forks source link

Playground-create-execute-transaction #771

Closed tmjssz closed 2 months ago

tmjssz commented 2 months ago

What it solves

Adds a playground script to create, sign and execute a transaction with an existing 1/1 Safe.

The script was used to verify the behavior of createTransaction (#110) when being called with a non-executable transaction (insufficient funds in the Safe):

Safe version Behavior of createTransaction for non-executable Tx
v1.0.0 Throws: "insufficient funds"
v1.1.1 Throws: "insufficient funds"
v1.2.0 Throws: "insufficient funds"
v1.3.0 Succeeds
v1.4.1 Succeeds
coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8662660164

Details


Totals Coverage Status
Change from base Build 8602392289: 0.0%
Covered Lines: 476
Relevant Lines: 597

💛 - Coveralls