feat: support atomic deployment / batch submit #7452
Labels
A-private-transactions
Area: private transactions
C-forge
Command: forge
Cmd-forge-script
Command: forge script
T-feature
Type: feature
Component
Forge
Describe the feature you would like
I would like to batch-submit deployment script transactions within the same block. With this feature, users can deploy two contracts, execute multiple txs, atomically.
From my current understanding, each tx is submitted individually. This could cause problems on a multi-step deployment where action B should only succeed if the state changed from action A remains constant, but the contract is built in a way such that the state can be modified during/afterwards.
Additional context
No response
The text was updated successfully, but these errors were encountered: