Skip to content

Releases: pimlicolabs/permissionless.js

[email protected]

30 Jan 15:03
f4e2b4b
Compare
Choose a tag to compare

Patch Changes

  • 76c4031: Remove imports from abitype and move them to viem, fixes: issue#105

@permissionless/[email protected]

30 Jan 18:03
12ac5b0
Compare
Choose a tag to compare

@permissionless/wagmi

0.0.1

Patch Changes

  • b9d43c1: First release with smartAccount connector

[email protected]

29 Jan 17:59
3a5f4ad
Compare
Choose a tag to compare

Patch Changes

  • 14e2fee: Renamed walletClientToCustomSigner to walletClientToSmartAccountSigner
  • 14e2fee: Added providerToSmartAccountSigner
  • 14e2fee: Use tsc-alias to resolve full paths

[email protected]

28 Jan 15:24
b09ddf5
Compare
Choose a tag to compare

Patch Changes

  • 57dd176: Added custom error types corresponding to AA errors

[email protected]

25 Jan 15:58
8b0b022
Compare
Choose a tag to compare

Patch Changes

  • 3917ad1: fix isSmartAccountDeployed

[email protected]

21 Jan 22:40
0b1cf00
Compare
Choose a tag to compare

Patch Changes

  • 1069679: Added support for sendCompressedUserOperation Pimlico bundler action

[email protected]

20 Jan 09:11
217776e
Compare
Choose a tag to compare

Patch Changes

  • 4de179a: Enable state overrides during estimation

[email protected]

18 Jan 05:13
1c54e60
Compare
Choose a tag to compare

Patch Changes

  • 341b594: Add ability to pass deployed account address to signer**Account actions

[email protected]

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

[email protected]

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

Patch Changes

  • e290cf7: Fix type for createSmartAccountClient