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(anvil): use op-alloy types #9047

Merged
merged 7 commits into from
Oct 9, 2024
Merged

chore(anvil): use op-alloy types #9047

merged 7 commits into from
Oct 9, 2024

Conversation

yash-atreya
Copy link
Member

@yash-atreya yash-atreya commented Oct 7, 2024

Motivation

Replaces the DepositTransactionRequest with op-alloy-consensus::TxDeposit.

Solution

Replaces DepositTransactionRequest type with TxDeposit from op-alloy

@yash-atreya yash-atreya marked this pull request as draft October 7, 2024 05:56
@yash-atreya yash-atreya self-assigned this Oct 7, 2024
github-merge-queue bot pushed a commit to alloy-rs/op-alloy that referenced this pull request Oct 7, 2024
<!--
Thank you for your Pull Request. Please provide a description above and
review
the requirements below.

Bug fixes and new features should include tests.

Contributors guide:
https://github.com/alloy-rs/core/blob/main/CONTRIBUTING.md

The contributors guide includes instructions for running rustfmt and
building the
documentation.
-->

<!-- ** Please select "Allow edits from maintainers" in the PR Options
** -->

## Motivation

Ref: foundry-rs/foundry#9047 

<!--
Explain the context and why you're making that change. What is the
problem
you're trying to solve? In some cases there is not a problem and this
can be
thought of as being the motivation for your change.
-->

## Solution

impl `SignableTransaction<alloy_primitives::Signature>` for `TxDeposit`


<!--
Summarize the solution and provide any necessary context needed to
understand
the code change.
-->

## PR Checklist

- [ ] Added Tests
- [ ] Added Documentation
- [ ] Breaking changes

---------

Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
@DaniPopes
Copy link
Member

Needs #9045

@yash-atreya yash-atreya marked this pull request as ready for review October 9, 2024 09:22
@yash-atreya yash-atreya merged commit 97ce8c3 into master Oct 9, 2024
22 checks passed
@yash-atreya yash-atreya deleted the yash/op-alloy branch October 9, 2024 13:00
@yash-atreya yash-atreya linked an issue Oct 9, 2024 that may be closed by this pull request
rplusq pushed a commit to rplusq/foundry that referenced this pull request Nov 29, 2024
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.

replace anvil OP types with op-alloy
3 participants