-
Notifications
You must be signed in to change notification settings - Fork 72
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
Use borrowed Arena in GethTraceBuilder #65
Comments
May I take this? |
mattsse
added a commit
that referenced
this issue
Aug 30, 2024
Closes #65 --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
I believe this also applies to the other builders? @mattsse |
lwedge99
pushed a commit
to sentioxyz/revm-inspectors
that referenced
this issue
Oct 8, 2024
Closes paradigmxyz#65 --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be a cow instead:
https://github.com/paradigmxyz/evm-inspectors/blob/846dec1db14ac42067e7a4bb6a973091cd7eb808/src/tracing/builder/geth.rs#L18-L20
together with:
#63
this would allows us to use an inspector across multiple transact calls, reusing allocated memory
The text was updated successfully, but these errors were encountered: