-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make SignButton manage TezosToolkit build process
This way one a user hits the sign button we have a TezosToolkit ready to sign and there is no need to repeat the same process down the line in operations.ts. Also, to prepare the codebase for multisig batch estimations I pass both the sender and the signer. Alongside that useApproveOrExecute is not needed anymore because it's functionality is covered by the SignButton. The Address & Account types are used instead of RawPkh where possible so that we don't need to keep pulling it from the state.
- Loading branch information
1 parent
d76c59f
commit aca651a
Showing
45 changed files
with
671 additions
and
773 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
src/components/AccountCard/ApproveExecuteForm/useApproveOrExecuteModal.tsx
This file was deleted.
Oops, something went wrong.
46 changes: 25 additions & 21 deletions
46
...omponents/AccountCard/AssetsPannel/MultisigPendingAccordion/MultisigActionButton.test.tsx
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.