You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While our account contracts support batching actions, the API for this is super awkward. It should be easier to go from a set of ExecutionRequests to a SentTx object.
…#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.
While our account contracts support batching actions, the API for this is super awkward. It should be easier to go from a set of ExecutionRequests to a SentTx object.
The text was updated successfully, but these errors were encountered: