-
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.
fix: non zero balance on non deployed cairo 0 account (#276)
* fix: non zero balance on non deployed cairo 0 account (dapp-ui flow) * feat: balance check in upgradecontract * chore: lint + prettier * feat: deploy / upgrade workflow separated * test: rollback upgradeAccContract testing * feat: finalized wallet-ui flow * feat: check for required deploy in executeTxn * test: check for required deploy in executeTxn * chore: lint + prettier * fix: review comment * feat: replace upgradeRequired by getCorrectContractAddress to handle deploy and upgrade required * fix: pr review comment * refactor: upgrade / deploy requirement in non get-starknet api * refactor: upgrade / deploy requirement in get-starknet api * chore: lint + prettier * refactor: added exceptions.ts file and utilities in snapUtils * fix: eip 6963 detection on wallet-ui * fix: ui workflow between deploy and upgrade * fix: sync the account from snap homepage with recover (#282) * fix: sync the address in snap homepage * chore: add unit test * fix: lower the test coverage * chore: update var position on snap homepage --------- Co-authored-by: khanti42 <[email protected]> * fix: missing yarn.lock + pr review (#280) * chore: add log level when building wallet ui (#284) Co-authored-by: stanleyyuen <[email protected]> --------- Co-authored-by: Stanley Yuen <[email protected]>
- Loading branch information
1 parent
fcb83e1
commit d9beafe
Showing
48 changed files
with
1,320 additions
and
348 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
Oops, something went wrong.