-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(katana): non-query-version fee estimates (#1610)
Katana incorrectly assumes that all `starknet_estimateFee` requests are query-versioned, and hence arrives at wrong transaction hashes when clients attempt to estimate with non-query transactions. As of this writing, both Argent X and Braavos use non-query requests for 'DEPLOY_ACCOUNT' fee estimation. This bug prevents these wallets from being used on Katana networks.
- Loading branch information
1 parent
9b2bf3e
commit 5991868
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters