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

feat: Support for legacy transactions #38

Open
ermvrs opened this issue Jan 2, 2025 · 1 comment
Open

feat: Support for legacy transactions #38

ermvrs opened this issue Jan 2, 2025 · 1 comment
Assignees

Comments

@ermvrs
Copy link
Member

ermvrs commented Jan 2, 2025

Some web3 wallets uses legacy transactions to interact with Rosettanet.

We need legacy transaction support on contracts. We may also need Eip-2930 support as well.

I am planning to add a tx version at the beginning of RosettanetCall struct.

But then we cant deserialize call data into one struct directly. type can be dynamic and cairo doesn't supports optional parameters

@ermvrs ermvrs self-assigned this Jan 2, 2025
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

No branches or pull requests

2 participants
@ermvrs and others