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

[Bug] debug_trace_call and debug_trace_call_many invalid parameter #579

Closed
koinov opened this issue Apr 19, 2024 · 1 comment · Fixed by #585
Closed

[Bug] debug_trace_call and debug_trace_call_many invalid parameter #579

koinov opened this issue Apr 19, 2024 · 1 comment · Fixed by #585
Labels
bug Something isn't working

Comments

@koinov
Copy link

koinov commented Apr 19, 2024

Component

provider, pubsub

What version of Alloy are you on?

https://github.com/alloy-rs/alloy?rev=188c4f8#188c4f8f

Operating System

None

Describe the bug

In alloy-provider crate I believe debug_trace_call and debug_trace_call_many functions should have GethDebugTracingCallOptions instead of GethDebugTracingOptions

trace_options: GethDebugTracingOptions,

trace_options: GethDebugTracingOptions,

Thank you for your attention.

@koinov koinov added the bug Something isn't working label Apr 19, 2024
@mattsse
Copy link
Member

mattsse commented Apr 19, 2024

yeah these should indeed be GethDebugTracingCallOptions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants