Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support atomic deployment / batch submit #7452

Open
pegahcarter opened this issue Mar 19, 2024 · 1 comment
Open

feat: support atomic deployment / batch submit #7452

pegahcarter opened this issue Mar 19, 2024 · 1 comment
Labels
A-private-transactions Area: private transactions C-forge Command: forge Cmd-forge-script Command: forge script T-feature Type: feature

Comments

@pegahcarter
Copy link
Contributor

pegahcarter commented Mar 19, 2024

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

@pegahcarter pegahcarter added the T-feature Type: feature label Mar 19, 2024
@onbjerg onbjerg changed the title Feat: automic deployment Feat: atomic deployment Mar 19, 2024
@zerosnacks
Copy link
Member

Possibly related: #4947

@zerosnacks zerosnacks added A-extensions Area: extensions C-forge Command: forge Cmd-forge-script Command: forge script A-private-transactions Area: private transactions labels Jul 12, 2024
@zerosnacks zerosnacks changed the title Feat: atomic deployment feat: support atomic deployment / batch submit Jul 12, 2024
@zerosnacks zerosnacks removed the A-extensions Area: extensions label Jul 12, 2024
@zerosnacks zerosnacks added this to the v1.0.0 milestone Jul 26, 2024
@grandizzy grandizzy removed this from the v1.0.0 milestone Oct 3, 2024
@github-project-automation github-project-automation bot moved this to Todo in Foundry Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-private-transactions Area: private transactions C-forge Command: forge Cmd-forge-script Command: forge script T-feature Type: feature
Projects
Archived in project
Development

No branches or pull requests

3 participants