Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Braavos fix #1356

Merged
merged 20 commits into from
Jan 10, 2024
Merged

Conversation

apoorvsadana
Copy link
Collaborator

Right now is_query is overloaded where if is_query is true it means

=> the transaction version is SIMULATION_OFFSET + VERSION
=> the transaction is an estimate_fee transaction

However, Starknet supports estimate fee without simulation offset which is what braavos has been doing. So this PR decouples the too and creates

  1. offset_version => use simulation offset
  2. is_query => is estimate_fee

@d-roak d-roak closed this Jan 8, 2024
@d-roak d-roak reopened this Jan 8, 2024
Copy link
Contributor

@lana-shanghai lana-shanghai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lana-shanghai lana-shanghai merged commit 933d5e3 into keep-starknet-strange:main Jan 10, 2024
12 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants