-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Checklist of things that need to be done #536
Comments
meta:
pending features
|
On the Happy to work on those to help out:
Edit: logs seem to be well explained here https://github.com/onbjerg/foundry-book/blob/master/src/forge/traces.md |
|
A few other things I'd find useful that I'd like to be on this list:
|
(Note: The fix for |
Maybe a VS Code extension? I was happy to learn about foundry.toml and put my remappings in there. It compiles and runs fine, but VS Code doesn't yet recognize the remappings (red triggering squiggles) and putting them in workspace settings doesn't feel great. I ended up moving back to remappings.txt temporarily. |
Filesystem cache when running on a fork from mainnet (like hardhat), the amount of RPC requests and the time that it takes when iterating over a test is quite significant (currently >60s on some test I'm working on). |
what do you think about removing the leading substring foundry/cli/src/cmd/cast/wallet/mod.rs Line 136 in 7257375
I haven't gotten far enough to see if there are other places this pattern exists. |
makes sense, @appleseed-iii feel free to open a PR |
Can we add table tests to this checklist? I think that it's a very important feature that it's currently missing from Forge. |
Yes, table tests please! |
Makes even more sense to make a separate Language Server, as there is only vscode-s one that cannot be even used in |
Hello, I'm wondering what does "Solidity Book using Foundry" means? I 'm interested in this topic and willing to finish this |
@y1cunhui , probably something like a Solidity development with Foundry guidelines book? Not sure |
|
Closing as open checkboxes have their individual follow-up tickets or are top of mind: |
Quick braindump of things we should do in terms of docs / PM moving forward
What else are we missing?
The text was updated successfully, but these errors were encountered: