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

chore: merge the latest changes back into main #128

Merged
merged 205 commits into from
Oct 11, 2023
Merged

chore: merge the latest changes back into main #128

merged 205 commits into from
Oct 11, 2023

Conversation

moldy530
Copy link
Collaborator

@moldy530 moldy530 commented Oct 11, 2023

PR-Codex overview

Detailed summary

  • Deleted site/erc-6900.mdsite/packages/overview.md
  • Deleted examples/alchemy-daapp/public/favicon.ico
  • Deleted examples/aa-simple-dapp/src/app/favicon.ico
  • Updated .eslintignore
  • Updated examples/aa-simple-dapp/src/app/globals.css
  • Added Tailwind CSS configuration in examples/aa-simple-dapp/postcss.config.js
  • Added site/smart-accounts/sponsoring-gas.md with content and link changes
  • Updated examples/aa-simple-dapp/.eslintrc.json with new rules
  • Updated examples/alchemy-daapp/src/configs/clientConfigs.ts with new import statement
  • Updated examples/aa-simple-dapp/next.config.js with new configuration options
  • Added examples/aa-simple-dapp/src/config/rpc.ts with new function
  • Added examples/aa-simple-dapp/src/app/page.tsx with new component and imports
  • Updated package.json with new build script
  • Updated examples/contracts/README.md with new item
  • Updated examples/aa-simple-dapp/.env.example with new environment variables
  • Updated examples/contracts/AccountKitToken/migrations.md with new content
  • Updated examples/contracts/AccountKitToken/foundry.toml with new remappings
  • Updated examples/contracts/AccountKitToken/src/Contract.sol with new contract code
  • Updated examples/aa-simple-dapp/src/components/Root.tsx with new component and imports
  • Added examples/aa-simple-dapp/src/env/server.mjs with new environment variables
  • Added examples/aa-simple-dapp/src/app/api/rpc/route.ts with new API route function
  • Added examples/aa-simple-dapp/.gitignore with new rules
  • Updated examples/aa-simple-dapp/tsconfig.json with new compiler options
  • Updated site/smart-accounts/signers/overview.md with content and link changes
  • Added examples/aa-simple-dapp/src/env/client.mjs with new environment variables
  • Added examples/contracts/AccountKitToken/test/Contract.t.sol with new test contract
  • Updated examples/aa-simple-dapp/src/config/client.ts with new configuration variables
  • Added examples/aa-simple-dapp/src/hooks/useMagicSigner.ts with new hook and imports
  • Updated examples/aa-simple-dapp/package.json with new scripts and dependencies

The following files were skipped due to too many changes: examples/aa-simple-dapp/package.json, site/getting-started.md, site/index.md, examples/aa-simple-dapp/README.md, examples/aa-simple-dapp/src/components/Footer.tsx, examples/aa-simple-dapp/src/hooks/useAlchemyProvider.ts, site/smart-accounts/overview.md, examples/aa-simple-dapp/public/alchemy.svg, site/packages/aa-core/provider/withGasEstimator.md, site/smart-accounts/signers/dynamic.md, examples/aa-simple-dapp/public/kit-logo.svg, examples/aa-simple-dapp/src/components/Navbar.tsx, examples/aa-simple-dapp/src/components/Hero.tsx, examples/aa-simple-dapp/src/context/wallet/index.tsx, site/.vitepress/config.ts, examples/aa-simple-dapp/src/config/token-contract.ts, site/smart-accounts/accounts/modular-account.md, site/packages/aa-core/provider/withPaymasterMiddleware.md, yarn.lock

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

moldy530 and others added 30 commits September 19, 2023 12:27
* docs: add docs for batching transactions

* docs: fix a typo

Co-authored-by: Ajay Vasisht <[email protected]>

---------

Co-authored-by: Ajay Vasisht <[email protected]>
moldy530 and others added 21 commits October 9, 2023 20:50
* 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 moldy530 merged commit 4ca168c into alchemyplatform:main Oct 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.