Skip to content

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

Merged
yash-atreya merged 7 commits intomasterfrom
yash/op-alloy
Oct 9, 2024
Merged

chore(anvil): use op-alloy types#9047
yash-atreya merged 7 commits intomasterfrom
yash/op-alloy

Conversation

@yash-atreya
Copy link
Copy Markdown
Contributor

@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
Copy Markdown
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
@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
docker-dragonmj9ol added a commit to docker-dragonmj9ol/op-alloy that referenced this pull request Nov 6, 2025
<!--
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>
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 21, 2026
…oy#152)

<!--
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>
refcell pushed a commit to base/base that referenced this pull request Feb 18, 2026
<!--
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>
refcell pushed a commit to base/base that referenced this pull request Feb 18, 2026
<!--
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>
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