Skip to content

issues Search Results · repo:zerodevapp/sdk language:TypeScript

Filter by

36 results
 (80 ms)

36 results

inzerodevapp/sdk (press backspace or delete to remove)

Hi, after updating sdk to version 5.4 and running the code from docs I got error: Error: undefined Unable to resolve module ./kernel/createKernelAccount.js None of these files exist: node_modules/@zerodev/sdk/accounts/kernel/createKernelAccount.js(.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.mjs|.native.mjs|.mjs|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.cjs|.native.cjs|.cjs|.ios.scss|.native.scss|.scss|.ios.sass|.native.sass|.sass|.ios.css|.native.css|.css) ...
  • ankerx
  • Opened 
    on Jan 24
  • #205

We have implemented the createKernelAccount process as per the documentation but are receiving the following error when trying to build the release. We have tried explicitly setting abiItem as per below ...
  • dawb
  • Opened 
    on Nov 19, 2024
  • #198

I would like to try use zerodev solution without paymaster, by paying directly by native tokens. Is there an example how I can do it and where the transaction pay is coming from for the bundler?
  • nickz-t3
  • Opened 
    on Nov 7, 2024
  • #195

I can t update Viem permissionless to the latest version, since it s not supported by the Zerodev SDK. Here s the migration guide: https://docs.pimlico.io/permissionless/how-to/migration-guide Thanks! ...
  • johanneskares
  • 2
  • Opened 
    on Oct 11, 2024
  • #191

I tried with multiple intervals here, it takes the count as total limit instead of limit per interval. In the example below, it will only allow the first transaction, and post that you can t perform any ...
  • Vidhan123
  • Opened 
    on Sep 13, 2024
  • #186

I ve created this small project to let you reproduce the compilation errors: https://github.com/yaniferhaoui/viem-permissionless-zerodev-bug/ Running nest start --watch fail because of some compilation ...
  • yaniferhaoui
  • 1
  • Opened 
    on Sep 12, 2024
  • #184

Steps to reproduce: 1. Set up a TypeScript project with the latest @zerodev/sdk (just the package, no client-side required). 2. Write code to verify a signature with verifyEIP6492Signature (example ...
  • freeatnet
  • Opened 
    on Aug 26, 2024
  • #181

The use of retryCount: 0^1 in bundler and paymaster transports in @zerodev/sdk results in increased user-facing errors. Steps to reproduce: 1. Prepare a dev machine with a network throttler (e.g., Network ...
  • freeatnet
  • Opened 
    on Aug 26, 2024
  • #180

This doesn t compile. Shouldn t this be compatible? import { Client } from viem ; import { createKernelAccountClient } from @zerodev/sdk ; const client: Client = createKernelAccountClient({...});
  • johanneskares
  • 2
  • Opened 
    on Aug 16, 2024
  • #177

for kernal v2 there is a wrapping of the signature with eip6492 for signMessage method https://github.com/zerodevapp/sdk/blob/3b9ced3c41a4ef6a68b4909e2a395a921f492431/packages/core/accounts/kernel/v2/createKernelAccountV0_2.ts#L215 ...
  • ieow
  • Opened 
    on Jul 26, 2024
  • #173
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub