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

EVM: ReturnData is encoded in base64 in traces #21709

Closed
MariusVanDerWijden opened this issue Oct 15, 2020 · 0 comments · Fixed by #21715
Closed

EVM: ReturnData is encoded in base64 in traces #21709

MariusVanDerWijden opened this issue Oct 15, 2020 · 0 comments · Fixed by #21715

Comments

@MariusVanDerWijden
Copy link
Member

Currently the ReturnData is encoded in base64 when tracing. This is the default encoding for byte-slices from golangs json encoder. Since we want to keep the traces as compatible to other clients as possible, it makes more sense to encode the traces as hexutil.Bytes.

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 a pull request may close this issue.

1 participant