-
Notifications
You must be signed in to change notification settings - Fork 125
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: release v1.3.0 #295
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
…#290) * docs: update CONTRIBUTING guide, fix PR template, and clean up README * Update CONTRIBUTING.md Co-authored-by: Ajay Vasisht <[email protected]> * Update README.md Co-authored-by: Ajay Vasisht <[email protected]> * docs: make requested changes --------- Co-authored-by: Ajay Vasisht <[email protected]>
…matic fee options for userops (#276) * feat: aa-core smart account provider fee options to handle more systematic fee options for userops * feat: remove fee options middleware and expose fee options to middleware functions * feat: aa-alchemy ergonomic support for handling gas estimation (#243) * feat: support updated overrides for alchemy request gas and paymaster and data * feat: rebase parent where account middle func def is updated * Update site/packages/aa-alchemy/middleware/withAlchemyGasManager.md Co-authored-by: Ajay Vasisht <[email protected]> * Update packages/core/src/utils/index.ts Co-authored-by: Ajay Vasisht <[email protected]> * Update packages/core/src/utils/index.ts Co-authored-by: Ajay Vasisht <[email protected]> * Update packages/core/src/provider/base.ts Co-authored-by: Michael Moldoveanu <[email protected]> * fix: alchemy gas manager 0x check for user op overrides --------- Co-authored-by: Ajay Vasisht <[email protected]> Co-authored-by: Michael Moldoveanu <[email protected]>
* feat: support one-off percentage overrides for user operations * feat: apply user op override or fee option utils in aa-core
…errides (#277) * feat: support one-off percentage overrides for user operations * feat: apply user op override or fee option utils in aa-core * docs: add documentation for smart account provider fee options and overrides * docs: add glossary section and add general types doc in the section
moldy530
force-pushed
the
release/v1.3.0
branch
from
December 1, 2023 17:35
77ada09
to
4dce362
Compare
moldy530
requested review from
rthomare,
dancoombs,
mokok123,
avasisht23 and
denniswon
as code owners
December 1, 2023 17:35
avasisht23
approved these changes
Dec 1, 2023
8 tasks
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.
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:fix
)development
and notmain
?PR-Codex overview
Focus of this PR:
Update dependencies and add new exports for signers and providers.
Detailed summary:
"extends": "typescript-template/base.json"
topackages/signers/tsconfig.json
.export { MagicSigner } from "./signer.js"
topackages/signers/src/magic/index.ts
.export { Web3AuthSigner } from "./signer.js"
topackages/signers/src/web3auth/index.ts
.node-version
from"18.10"
to"18.16"
in.github/workflows/deploy-site.yml
.export { AlchemyProvider } from "./base.js"
topackages/alchemy/src/provider/index.ts
.node-version
from"18.10"
to"18.16"
in.github/workflows/publish-package.yml
.export { MagicSigner, type MagicAuthParams }
topackages/signers/src/index.ts
.export { Web3AuthSigner, type Web3AuthAuthenticationParams }
topackages/signers/src/index.ts
."extends": "typescript-template/build.json", "exclude": ["node_modules", "**/*/__tests__", "vitest.config.ts"], "include": ["src"], "compilerOptions": {"sourceMap": true}
topackages/signers/tsconfig.build.json
."@alchemy/aa-core"
from"^1.0.0"
to"^1.2.0"
inpackages/accounts/package.json
.packages/accounts/src/light-account/types.ts
.site/packages/aa-accounts/light-account/getOwnerAddress.md
.packages/signers/src/web3auth/types.ts
.export const LIGHT_ACCOUNT_OWNER_MNEMONIC
topackages/alchemy/e2e-tests/constants.ts
.site/packages/aa-accounts/light-account/signTypedData.md
.packages/accounts/src/light-account/account.ts
.node-version
from"18.10"
to"18.16"
in.github/workflows/on-pull-request.yml
.node-version
from"18.10"
to"18.16"
in.github/workflows/on-pull-request.yml
.examples/aa-simple-dapp/src/components/Footer.tsx
.packages/alchemy/src/index.ts
.import { configDefaults, defineProject }
andexport default defineProject
topackages/signers/vitest.config.ts
."@alchemy/aa-accounts"
,"@alchemy/aa-alchemy"
, and"@alchemy/aa-core"
inexamples/aa-simple-dapp/package.json
.import { configDefaults, defineProject }
andexport default defineProject
topackages/signers/vitest.config.e2e.ts
.site/snippets/account-alchemy.ts
."@alchemy/aa-accounts"
,"@alchemy/aa-alchemy"
, and"@alchemy/aa-core"
inexamples/alchemy-daapp/package.json
.packages/alchemy/src/middleware/simulate-uo.ts
.packages/signers/src/magic/types.ts
.packages/accounts/src/kernel-zerodev/types.ts
.site/snippets/account-core.ts
.site/packages/aa-accounts/light-account/transferOwnership.md
..github/ISSUE_TEMPLATE/bug_report.md
.site/snippets/light-account-alchemy-provider.ts
.site/smart-accounts/accounts/deployment-addresses.md
.site/packages/aa-core/client/actions/sendUserOperation.md
.site/snippets/light-account-provider.ts
."@alchemy/aa-core"
inpackages/alchemy/package.json
.site/packages/aa-core/provider/signMessageWith6492.md
.packages/accounts/src/accounts/required/getDummySignature.md
.site/packages/aa-core/provider/signTypedDataWith6492.md
.packages/accounts/src/index.ts
.