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
252 stars 196 forks source link

feat(api-kit): 4337 API functions #777

Closed tmjssz closed 4 months ago

tmjssz commented 5 months ago

What it solves

Resolves #775

Adding support for the following 4337 API endpoints:

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 9082904763

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/api-kit/src/SafeApiKit.ts 18 28 64.29%
<!-- Total: 22 32 68.75% -->
Files with Coverage Reduction New Missed Lines %
packages/relay-kit/src/packs/safe-4337/Safe4337Pack.ts 8 90.22%
packages/api-kit/src/SafeApiKit.ts 40 62.75%
<!-- Total: 48 -->
Totals Coverage Status
Change from base Build 8739921359: -1.1%
Covered Lines: 731
Relevant Lines: 875

💛 - Coveralls