You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why should this feature exist?
When using RPC call in debug namespace like trace_call, a tracer could be given to customize debug behave. But only JS script is supported to be given, which run under JSVM env. It may lead to additional performance cost. Maybe native tracer should be supported.
What are the use-cases?
Write tracer in native language, which compile with geth, to improve tracer running performance.
Implementation
Do you have ideas regarding the implementation of this feature?
Yes. The origin repository go-ethereum have supported it in here.
Are you willing to implement this feature?
Any plan to merge go-ethereum has been scheduled? If not, I could have a try by refering the existing implementation in go-ethereum.
The text was updated successfully, but these errors were encountered:
Rationale
Why should this feature exist?
When using RPC call in debug namespace like trace_call, a tracer could be given to customize debug behave. But only JS script is supported to be given, which run under JSVM env. It may lead to additional performance cost. Maybe native tracer should be supported.
What are the use-cases?
Write tracer in native language, which compile with geth, to improve tracer running performance.
Implementation
Do you have ideas regarding the implementation of this feature?
Yes. The origin repository go-ethereum have supported it in here.
Are you willing to implement this feature?
Any plan to merge go-ethereum has been scheduled? If not, I could have a try by refering the existing implementation in go-ethereum.
The text was updated successfully, but these errors were encountered: