-
Notifications
You must be signed in to change notification settings - Fork 138
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
docs: add uo sim docs #254
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
avasisht23
requested review from
moldy530,
rthomare,
dancoombs,
mokok123 and
denniswon
as code owners
November 15, 2023 19:20
This was referenced Nov 15, 2023
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
avasisht23
force-pushed
the
11-13-feat_add_useroperation_simulation
branch
from
November 15, 2023 19:23
6a047ab
to
bd3250a
Compare
avasisht23
force-pushed
the
11-15-docs_add_uo_sim_docs
branch
2 times, most recently
from
November 15, 2023 19:39
728c1eb
to
39d947f
Compare
avasisht23
force-pushed
the
11-13-feat_add_useroperation_simulation
branch
from
November 15, 2023 20:16
ad0e4c4
to
38f9d40
Compare
avasisht23
force-pushed
the
11-15-docs_add_uo_sim_docs
branch
from
November 15, 2023 20:16
1070225
to
bb47770
Compare
This was referenced Nov 15, 2023
moldy530
approved these changes
Nov 15, 2023
avasisht23
force-pushed
the
11-13-feat_add_useroperation_simulation
branch
from
November 17, 2023 00:44
38f9d40
to
f9bb661
Compare
avasisht23
force-pushed
the
11-15-docs_add_uo_sim_docs
branch
from
November 17, 2023 00:44
bb47770
to
f96620c
Compare
avasisht23
force-pushed
the
11-13-feat_add_useroperation_simulation
branch
from
November 17, 2023 00:45
f9bb661
to
a435f08
Compare
avasisht23
force-pushed
the
11-15-docs_add_uo_sim_docs
branch
3 times, most recently
from
November 17, 2023 00:50
0be12bb
to
1eaf0cc
Compare
Merge activity
|
Base automatically changed from
11-13-feat_add_useroperation_simulation
to
development
November 17, 2023 02:59
avasisht23
force-pushed
the
11-15-docs_add_uo_sim_docs
branch
from
November 17, 2023 02:59
1eaf0cc
to
c5fd729
Compare
7 tasks
moldy530
pushed a commit
that referenced
this pull request
Nov 17, 2023
# Pull Request Checklist - [ ] Did you add new tests and confirm existing tests pass? (`yarn test`) - [ ] Did you update relevant docs? (docs are found in the `site` folder, see guidleines below) - [ ] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples? (e.g. `feat!: breaking change`) - [ ] Did you run lint (`yarn lint:check`) and fix any issues? (`yarn lint:fix`) - [ ] Is the base branch you're merging into `development` and not `main`? <!-- start pr-codex --> --- ## PR-Codex overview ### Detailed summary - Added a new method `withAlchemyUserOpSimulation()` to the `AlchemyProvider` class that adds the Alchemy UserOperation Simulation middleware. - Added a new middleware method `withAlchemyUserOpSimulation()` to the `aa-alchemy` package for simulating asset changes resulting from user operation. - Added documentation for `withAlchemyUserOpSimulation()` method in the `aa-alchemy` package. - Added documentation for `simulateUserOperationAssetChanges()` method in the `aa-alchemy` package. - Added documentation for `withUOSimulationMiddleware()` method in the `aa-core` package. - Added a new guide on how to simulate a User Operation using Alchemy's Account Kit. > The following files were skipped due to too many changes: `site/guides/sim-user-operation.md` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
moldy530
pushed a commit
that referenced
this pull request
Nov 17, 2023
# Pull Request Checklist - [ ] Did you add new tests and confirm existing tests pass? (`yarn test`) - [ ] Did you update relevant docs? (docs are found in the `site` folder, see guidleines below) - [ ] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples? (e.g. `feat!: breaking change`) - [ ] Did you run lint (`yarn lint:check`) and fix any issues? (`yarn lint:fix`) - [ ] Is the base branch you're merging into `development` and not `main`? <!-- start pr-codex --> --- ## PR-Codex overview ### Detailed summary - Added a new method `withAlchemyUserOpSimulation()` to the `AlchemyProvider` class that adds the Alchemy UserOperation Simulation middleware. - Added a new middleware method `withAlchemyUserOpSimulation()` to the `aa-alchemy` package for simulating asset changes resulting from user operation. - Added documentation for `withAlchemyUserOpSimulation()` method in the `aa-alchemy` package. - Added documentation for `simulateUserOperationAssetChanges()` method in the `aa-alchemy` package. - Added documentation for `withUOSimulationMiddleware()` method in the `aa-core` package. - Added a new guide on how to simulate a User Operation using Alchemy's Account Kit. > The following files were skipped due to too many changes: `site/guides/sim-user-operation.md` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
avasisht23
added a commit
that referenced
this pull request
Dec 3, 2023
- [ ] Did you add new tests and confirm existing tests pass? (`yarn test`) - [ ] Did you update relevant docs? (docs are found in the `site` folder, see guidleines below) - [ ] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples? (e.g. `feat!: breaking change`) - [ ] Did you run lint (`yarn lint:check`) and fix any issues? (`yarn lint:fix`) - [ ] Is the base branch you're merging into `development` and not `main`? <!-- start pr-codex --> --- - Added a new method `withAlchemyUserOpSimulation()` to the `AlchemyProvider` class that adds the Alchemy UserOperation Simulation middleware. - Added a new middleware method `withAlchemyUserOpSimulation()` to the `aa-alchemy` package for simulating asset changes resulting from user operation. - Added documentation for `withAlchemyUserOpSimulation()` method in the `aa-alchemy` package. - Added documentation for `simulateUserOperationAssetChanges()` method in the `aa-alchemy` package. - Added documentation for `withUOSimulationMiddleware()` method in the `aa-core` package. - Added a new guide on how to simulate a User Operation using Alchemy's Account Kit. > The following files were skipped due to too many changes: `site/guides/sim-user-operation.md` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
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, see guidleines below)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:fix
)development
and notmain
?PR-Codex overview
Detailed summary
withAlchemyUserOpSimulation()
to theprovider.ts
file in thealchemy
package.