-
Notifications
You must be signed in to change notification settings - Fork 133
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
chore: merge the latest changes back into main #128
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
* docs: add docs for batching transactions * docs: fix a typo Co-authored-by: Ajay Vasisht <[email protected]> --------- Co-authored-by: Ajay Vasisht <[email protected]>
* docs: aa-core accounts * docs: erc-6900 update * Update site/packages/aa-core/accounts/simple-smart-contract-account.md Co-authored-by: Ajay Vasisht <[email protected]> * Update site/packages/aa-core/accounts/base-smart-contract-account.md Co-authored-by: Ajay Vasisht <[email protected]> * Update site/packages/aa-core/accounts/base-smart-contract-account.md Co-authored-by: Ajay Vasisht <[email protected]> * Update site/packages/aa-core/accounts/base-smart-contract-account.md Co-authored-by: Ajay Vasisht <[email protected]> * Update site/packages/aa-core/accounts/base-smart-contract-account.md Co-authored-by: Ajay Vasisht <[email protected]> * Update site/packages/aa-core/accounts/base-smart-contract-account.md Co-authored-by: Ajay Vasisht <[email protected]> * docs: base smart account and simple account doc section complete * Update site/packages/aa-core/accounts/required/getDummySignature.md Co-authored-by: Michael Moldoveanu <[email protected]> * Update site/.vitepress/config.ts Co-authored-by: Michael Moldoveanu <[email protected]> * Update site/.vitepress/config.ts Co-authored-by: Michael Moldoveanu <[email protected]> --------- Co-authored-by: Ajay Vasisht <[email protected]> Co-authored-by: Michael Moldoveanu <[email protected]>
* docs: add intro doc * remove the confusing diagram * fix image sizing
* docs: sidebar-refactor * refactor(sidebar): update sidebar structure * fix(site): fix dead links and merge erc-6900 into modular account
* docs: aa-core withGasEstimator * Update site/packages/aa-core/provider/withGasEstimator.md Co-authored-by: Jong Hyuck Won <[email protected]> * docs: Update site/packages/aa-core/provider/withGasEstimator.md Co-authored-by: Ajay Vasisht <[email protected]> * docs: Update site/packages/aa-core/provider/withGasEstimator.md Co-authored-by: Ajay Vasisht <[email protected]> * docs: adding more detailed examples and read only field --------- Co-authored-by: Jong Hyuck Won <[email protected]> Co-authored-by: Ajay Vasisht <[email protected]>
moldy530
requested review from
rthomare,
dancoombs,
mokok123,
avasisht23 and
denniswon
as code owners
October 11, 2023 00:48
* chore: capitalize names in aa-simple-example * chore: capitalize name for aa-simple-dapp
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.
PR-Codex overview
Detailed summary
site/erc-6900.mdsite/packages/overview.md
examples/alchemy-daapp/public/favicon.ico
examples/aa-simple-dapp/src/app/favicon.ico
.eslintignore
examples/aa-simple-dapp/src/app/globals.css
examples/aa-simple-dapp/postcss.config.js
site/smart-accounts/sponsoring-gas.md
with content and link changesexamples/aa-simple-dapp/.eslintrc.json
with new rulesexamples/alchemy-daapp/src/configs/clientConfigs.ts
with new import statementexamples/aa-simple-dapp/next.config.js
with new configuration optionsexamples/aa-simple-dapp/src/config/rpc.ts
with new functionexamples/aa-simple-dapp/src/app/page.tsx
with new component and importspackage.json
with new build scriptexamples/contracts/README.md
with new itemexamples/aa-simple-dapp/.env.example
with new environment variablesexamples/contracts/AccountKitToken/migrations.md
with new contentexamples/contracts/AccountKitToken/foundry.toml
with new remappingsexamples/contracts/AccountKitToken/src/Contract.sol
with new contract codeexamples/aa-simple-dapp/src/components/Root.tsx
with new component and importsexamples/aa-simple-dapp/src/env/server.mjs
with new environment variablesexamples/aa-simple-dapp/src/app/api/rpc/route.ts
with new API route functionexamples/aa-simple-dapp/.gitignore
with new rulesexamples/aa-simple-dapp/tsconfig.json
with new compiler optionssite/smart-accounts/signers/overview.md
with content and link changesexamples/aa-simple-dapp/src/env/client.mjs
with new environment variablesexamples/contracts/AccountKitToken/test/Contract.t.sol
with new test contractexamples/aa-simple-dapp/src/config/client.ts
with new configuration variablesexamples/aa-simple-dapp/src/hooks/useMagicSigner.ts
with new hook and importsexamples/aa-simple-dapp/package.json
with new scripts and dependencies