We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0
Tracking issue for 1.0 milestone
Ticket to be used for discussion and track high-level progress.
Link to trackers:
foundry-rs/foundry
foundry-rs/compilers
foundry-rs/block-explorers
foundry-rs/foundry-fork-db
foundry-rs/book
To discuss:
Tip:
Use the issue tracker to more easily view / edit the milestone: https://github.com/foundry-rs/foundry/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0.0
Preparation:
Abstract scope 1.0:
forge
anvil
cast
debugger
chisel
--json
stdout
stderr
Breaking changes ( T-likely-breaking Type: requires changes that can be breaking ) - to be done before 1.0 release, with the possibility to opt out:
vm.expectRevert
config
testFail*
Out of scope for 1.0, better suited after:
forge-builder
reth
reth-sdk
forge lint
foundry.toml
zkSync
Before release:
Before publishing:
Deprecation removal:
A-releases Area: releases/packaging :
crates.io
releases
version
engines
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tracking issue for
1.0
milestoneTicket to be used for discussion and track high-level progress.
Link to trackers:
foundry-rs/foundry
: https://github.com/foundry-rs/foundry/milestone/1foundry-rs/compilers
: https://github.com/foundry-rs/compilers/milestone/1foundry-rs/block-explorers
: https://github.com/foundry-rs/block-explorers/milestone/1foundry-rs/foundry-fork-db
: https://github.com/foundry-rs/foundry-fork-db/milestone/1foundry-rs/book
: https://github.com/foundry-rs/book/milestone/1To discuss:
Tip:
Use the issue tracker to more easily view / edit the milestone: https://github.com/foundry-rs/foundry/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0.0
Preparation:
Abstract scope
1.0
:forge
>anvil
+cast
+debugger
>chisel
--json
flag and correct rendering tostdout
/stderr
Breaking changes ( T-likely-breakingType: requires changes that can be breaking
) - to be done before 1.0 release, with the possibility to opt out:
vm.expectRevert
#3437config
): do not enable solc optimizer by default #2486testFail*
#4437Out of scope for
1.0
, better suited after:forge-builder
)anvil
to build on top ofreth
(blocked byreth-sdk
)forge lint
/ static analysisfoundry.toml
: meta(config): tracking issue for CLI and configuration improvements #7322zkSync
support #7624forge
,cast
,anvil
,chisel
Before release:
Before publishing:
Deprecation removal:
A-releasesArea: releases/packaging
:
crates.io
#3895releases
): reduce size of foundry binaries #8671version
field to foundry.toml ("engines
" equivalent) #5133The text was updated successfully, but these errors were encountered: