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 Eth legacy transactions #927

Closed
maciejwitowski opened this issue May 13, 2024 · 1 comment · Fixed by #1235
Closed

Support Eth legacy transactions #927

maciejwitowski opened this issue May 13, 2024 · 1 comment · Fixed by #1235
Assignees
Labels
epic feature New feature or request

Comments

@maciejwitowski
Copy link
Contributor

No description provided.

@maciejwitowski maciejwitowski added the feature New feature or request label May 13, 2024
@raulk raulk changed the title Eth legacy transactions Support Eth legacy transactions May 16, 2024
@raulk
Copy link
Contributor

raulk commented Dec 10, 2024


We only support legacy transactions partially for estimation purposes:

// legacy transactions are only accepted for gas estimation purposes


This is how Filecoin bolted on Eth legacy tx support recently:

https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0091.md


This is needed to deploy things like Gnosis Safe on IPC subnets; unfortunately legacy transactions are quite ossified in some libraries / tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic feature New feature or request
Projects
Archived in project
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants