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

Fix invalid account signature #132

Merged
merged 4 commits into from
Jan 24, 2025
Merged

Conversation

JulianGCalderon
Copy link
Contributor

@JulianGCalderon JulianGCalderon commented Jan 23, 2025

Depends on lambdaclass/sequencer#44

Some transactions reverted due to invalid account signature, both in Native and VM.

This PR changes two things that fixed the issue:

  • Using sequencer's ChainId, rather than our RpcChain
  • Using the appropiate versioned contants, according to the transactions starknet version, rather than using always the latest ones.

@JulianGCalderon JulianGCalderon force-pushed the reuse-sequencer-elements branch from 9a4e049 to e4999bf Compare January 23, 2025 21:23
@JulianGCalderon JulianGCalderon force-pushed the reuse-sequencer-elements branch from fc51e77 to 6050e4c Compare January 24, 2025 13:41
@JulianGCalderon JulianGCalderon marked this pull request as ready for review January 24, 2025 14:43
@JulianGCalderon JulianGCalderon added this pull request to the merge queue Jan 24, 2025
Merged via the queue into main with commit 8f3d534 Jan 24, 2025
5 checks passed
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 this pull request may close these issues.

3 participants