-
Notifications
You must be signed in to change notification settings - Fork 36
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
Upstream main #7
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: `ISmartAccountProvider` accepts `BaseSmartContractAccount` as generic * fix: fixed type export for `SmartAccountSinger`
* feat: validator implementations for kernel account * feat: smart account signer interface * feat: hd account signer implementation * fix: getNonce not returning correct nonce * fix: replaced `0x<string>` with Hex * feat: kernel account implementation * feat: kernel provider implementation * feat: added test cases for kernel account abi * Update packages/core/src/account/base.ts Co-authored-by: Michael Moldoveanu <[email protected]> * Update packages/core/src/account/base.ts Co-authored-by: Michael Moldoveanu <[email protected]> * chore: code improvements and refactoring * chore: migrated simple signer to types.ts * chore: migrated kernel implementation to account package * chore: migrated kernel to accounts package * chore: reverted changes to simple account type * chore: reverted changes to simple account type * chore: reverted changes to simple account * chore: reverted changes to simple account * chore: added export for defineReadOnly * chore: reverted base account changes * chore: reverted base account changes * feat: deleted redundant ecdsa validator * feat: kernel account updates * feat: renamed validator to kernel validator * chore: temporary disabling the provider implementation * chore: updated test cases * feat: test cases for kernel account and validator * feat: updated aa-core version in aa-accounts * fix: signMessage to only convert string message to bytes * feat: added exports for `KernelAccountProvider` in index.ts * feat: removed unused methods from `KernelAccountProvider` * feat: exported `ValidatorMode` & `KernelBaseValidatorParams` in index.ts * feat: added Readme.md for kernel implementation * feat: fixed ts errors related to kernel implementations * fix: fixed lint errors * fix: fixed lint errors * fix: removed usused imports * fix: applied eslint prettier code style * fix: applied eslint prettier code style * fix: applied eslint prettier code style * fix: updated base validator tests --------- Co-authored-by: Michael Moldoveanu <[email protected]>
Quick type fixes
* feat: `ISmartAccountProvider` accepts `BaseSmartContractAccount` as generic * fix: fixed type export for `SmartAccountSinger` * feat: added signMessage method in `SmartAccountProvider` * feat: fixed lint errors * feat: exported `alchemyPaymasterAndDataMiddleware` in alchemy package * feat: fixed core package build issues
* chore: add publish package CI action * chore: add PR title commitlint for squash and merge * chore: limit workflow dispatch to main branch * fix: undo the workflow dispatch restriction
* fix: local account signers were not correctly handling hex inputs * docs: update the readme to reflect the latest changes
* feat: `ISmartAccountProvider` accepts `BaseSmartContractAccount` as generic * fix: fixed type export for `SmartAccountSinger` * feat: added signMessage method in `SmartAccountProvider` * feat: fixed lint errors * feat: exported `alchemyPaymasterAndDataMiddleware` in alchemy package * feat: fixed core package build issues * feat: fixed estimation mismatch and implemented signMessage method for `KernelSmartAccountProvider` * feat: fixed estimation mismatch and implemented signMessage method for `KernelSmartAccountProvider` * feat: added support for batch transfers * feat: added support for batch transfers * feat: added support for batch transfers * fix: lint errors fixes * fix: lint errors fixes * fix: minor code enhancements * fix: few cleanup items and nits * fix: few cleanup items and nits * fix: few cleanup items and nits * fix: few cleanup items and nits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.