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

Support for evm tx custom fields #4257

Closed
sirpy opened this issue Jul 19, 2023 · 2 comments
Closed

Support for evm tx custom fields #4257

sirpy opened this issue Jul 19, 2023 · 2 comments
Labels
enhancement New feature or improvement.

Comments

@sirpy
Copy link

sirpy commented Jul 19, 2023

Describe the Feature

Some blockchains can support extra fields in the tx request like on Celo "feeCurrency".
In #1761 this was partially addressed but it was assumed the evm would parse the 'customData' field.
It makes more sense that customData would be flattened as part of the final tx before being encoded.

Code Example

sendTransaction({to:...,feeCurrency:'0x....333'})
@arthurgousset
Copy link

This issue is probably a duplicate of this initiative:

If that issue is closed, your specific need should be satisfied @sirpy.
Do chime in on the other issue, we'd love to hear your use case and opinion :)

@sirpy
Copy link
Author

sirpy commented Feb 18, 2024

@arthurgousset thanks closing as dup of #3747

@sirpy sirpy closed this as completed Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants