Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add signature function to TxDeposit (#174)
<!-- 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 `optimism_deposit_tx_signature` function in `reth` should be moved to `op-alloy` as part of an [issue](paradigmxyz/reth#11781). paradigmxyz/reth#11781 <!-- 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 An associated function `signature` is added to the `TxDeposit` struct. <!-- Summarize the solution and provide any necessary context needed to understand the code change. --> ## PR Checklist - [ ] Added Tests - [ ] Added Documentation - [ ] Breaking changes
- Loading branch information