Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type for dkgClient in types.ts and use it in graphSearch.ts and dkgInsert.ts #3

Open
brkagithub opened this issue Jan 14, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@brkagithub
Copy link
Collaborator

Would be great if we add a TypeScript type which will allow us to use auto-complete and type inferencing for the main DKG operations (create, get, query). No need to cover every single operation from the client IMO

@brkagithub brkagithub added the enhancement New feature or request label Jan 14, 2025
brkagithub pushed a commit that referenced this issue Jan 23, 2025
feat: rename plugin from EVM to Arthera and update README

feat: remove bridge and swap actions from Arthera plugin

feat: update transfer examples and templates to use AA instead of ETH

feat: update viem dependency to version 2.21.58 and adjust pnpm-lock.yaml

feat: remove unused LiFi dependencies and clean up type definitions in Arthera plugin

feat: remove bridge actions and templates from Arthera plugin

feat: remove swap actions and templates from Arthera plugin

feat: update EVM naming to Arthera

feat: update README and types for Arthera mainnet integration

feat: update plugin to use Arthera instead of mainnet

fix: add required devDependencies

fix: remove switchChain

fix: update _options type to Record<string, unknown> in transferAction

fix: correct log message format in transfer action to include wallet client address

test: enhance transfer tests with additional wallet provider and address validation

Plugin arthera merge (#3)

* feat: added arthera to default character and agent

* feat: renamed EVM_PRIVATE_KEY by ARTHERA_PRIVATE_KEY

* fix: roll back core package

* fix: workspace: version

---------

Co-authored-by: Arthera Node <[email protected]>

fix: run transfer test only if private key provided

fix: add missing newline at end of package.json and tsconfig.json files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant