-
Notifications
You must be signed in to change notification settings - Fork 46
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
release:2023-05-03 #479
release:2023-05-03 #479
Conversation
Instead of passing Ape/Truffle/Foundry initialization errors to sentry, we log for the user only. We don't rethrow truffle project errors, matching the pattern used in other adapters. Resolves #473.
Replaced path.join with path.resolve when parsing remappings to allow for absolute path remappings. Fixes #476
Update the package version and changelog for the `0.7.1 - 2023-05-03` release.
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview: 🚮 Removed packages: @nomicfoundation/solidity-language-server@0.7.0 |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #479 +/- ##
==========================================
- Coverage 53.65% 53.33% -0.33%
==========================================
Files 187 187
Lines 4799 4813 +14
Branches 790 791 +1
==========================================
- Hits 2575 2567 -8
- Misses 1991 2009 +18
- Partials 233 237 +4 |
0.7.1 - 2023-05-03
Fixed
forge fmt
calls that block the langauge server (#462)