-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aztec-js): remove sender from execution request and add batching (…
…#1415) A few clean ups in aztec-js: - Remove `from` in `ExecutionRequest` and rename it to `FunctionCall` to avoid confusion with `TxExecutionRequest` and `CallStackItem.isExecutionRequest`. - Remove `TxContext` argument from `AccountImp.createAuthenticatedTx` and rename it to `createTxExecutionRequest`. - Remove unused `nonce` in method send options. - Remove unused function to get a contract instance in deploy method given we now have #1360. - Extracts a base class for `contract_function_interaction` and `deploy_method` so we can remove the `DeployWallet`. - Adds a new `BatchCall` method for nicer batch calls. Fixes #1343.
- Loading branch information
1 parent
801f6a5
commit 05b6e86
Showing
27 changed files
with
253 additions
and
303 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
Oops, something went wrong.