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

refactor: use EC-recovered tx in builder #21

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

jacobkaufmann
Copy link
Owner

use TransactionSignedEcRecovered in the builder so that signer recovery is not necessary internally.

in the future there will be some conversion from some RPC representation of a bundle, and at that point, or some intermediate step before the builder sees it, we should perform the signer recovery for each transaction within the bundle.

@jacobkaufmann
Copy link
Owner Author

if we decide against this and continue to do signer recovery within the builder, then it should be done at the top level, so that each build job does not need to repeat the work

@jacobkaufmann jacobkaufmann merged commit 696559c into master Aug 8, 2023
1 check passed
@jacobkaufmann jacobkaufmann deleted the refactor-ec-recov-tx branch August 12, 2023 20:42
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.

1 participant