Skip to content

Releases: pimlicolabs/permissionless.js

permissionless@0.0.27

15 Jan 14:21
7dcd7c8
Compare
Choose a tag to compare

Patch Changes

  • ee5e795: 1. Account type for smartAccountCLient will be inferred automatically, so you will not have to pass account everywhere in functions like sendTransaction 2. Switching tests to vitest to enable type testing for better types in future 3. Better types for all the actions, we prettify all the args & return types

permissionless@0.0.26

13 Jan 17:25
4f49845
Compare
Choose a tag to compare

Patch Changes

  • e290cf7: Fix type for createSmartAccountClient

permissionless@0.0.25

12 Jan 07:47
a773e97
Compare
Choose a tag to compare

Patch Changes

  • fd1292a: Send delegatecall to multisend safe

permissionless@0.0.24

11 Jan 19:04
3b3a03e
Compare
Choose a tag to compare

Patch Changes

permissionless@0.0.23

11 Jan 18:23
b97dfa5
Compare
Choose a tag to compare

Patch Changes

  • 9c28e23: clear interval and unobserve on timeout in waitForUserOperationReceipt

permissionless@0.0.22

11 Jan 10:38
8ec7615
Compare
Choose a tag to compare

Patch Changes

  • 975b1f5: Fix potential memoryLeak in waitForUserOperationReceipt
  • 6799f81: Add sponsorship to prepareUserOperation

permissionless@0.0.21

08 Jan 05:04
b2e00a7
Compare
Choose a tag to compare

Patch Changes

permissionless@0.0.20

31 Dec 04:44
ab0f5cd
Compare
Choose a tag to compare

Patch Changes

  • c404bb0: Export sendUserOperation from smartAccountClient

permissionless@0.0.19

27 Dec 14:17
e395d7f
Compare
Choose a tag to compare

Patch Changes

  • 7c68b39: Export all actions, sponsorUserOperation now returns complete UserOperation, we pass userOperation to getDummySignature

permissionless@0.0.18

26 Dec 14:11
af6160f
Compare
Choose a tag to compare

Patch Changes

  • 1371eb5: Added walletClientToCustomSigner