-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [UI] support tx v3 in wallet-ui (#271)
* chore: revamp estimate fee and removed unused rpc calls * fix: verify if account need upgrade or deploy does not always throw * fix: address comments * refactor: revamp sign delcare transaction * feat: match starknet.js signature in estimate fee * feat: createStructWithAdditionalProperties superstruct factory * fix: improve error message in rpc input validation * refactor: add universal details and invocations in superstruct util * refactor: add universal details and invocations in superstruct util * feat: revamped execute txn * chore: lint + prettier * fix: confirm dialog * feat: save transaction in state after execute txn * feat: txv3 in execute txn and send transaction ui * chore: lint + prettier * chore: lint + prettier * chore: add superstruct test * chore: update get-starknet interface * fix: address comments * chore: restrict tx version to v3 and v2 * fix: address further comments * fix: address further comments * refactor: rpc estimatefee test ts * chore: lint + prettier * feat: use define superstruct instead of union * fix: use row components * fix: wip * fix: getEstimatedFees * test: fixing * fix: finalized txv3, and fix circular dependencies in testing * ci: log level set to ALL in dev * chore: refine estimate fee (#337) * fix: address comments * feat: conform execute input params to starknet * refactor: unit tests * fix: address comments * chore: refine execute txn (#339) * chore: refine execute txn * fix: lint error * fix: transaction version v2 does not apply (#340) * fix: transaction version v2 does not apply * chore: lint + prettier * chore: fix default version * fix: disable state changes in account creation --------- Co-authored-by: stanleyyuen <[email protected]> * fix: txn error * fix: tx default version should be set by starknet.js * chore: update updateAccountAsDeploy --------- Co-authored-by: khanti42 <[email protected]> * fix: address comments * fix: rollback snap utils * fix: allow create account to use txv3 * chore: lint + prettier * fix: address comments * fix: address comments, rollback --------- Co-authored-by: stanleyyuen <[email protected]>
- Loading branch information
1 parent
9452f91
commit 8f50a33
Showing
14 changed files
with
119 additions
and
59 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
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
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
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
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
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
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