-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bump NPM and Forge dependencies #14093
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5565d9a
bump npm
RensR a36d3ef
more npm
RensR ae2c2a5
bump foundry dep
RensR 15cdbd7
make snapshot
RensR 5e16f36
rm gas tests
RensR 6fd731f
fix change in gas cost
RensR 00b1011
fix blockhash, this breaks the proof
RensR 26a66e4
Regenerated VRF proofs and fixed payment outputs in Foundry tests
ibrajer 08abb12
Updated gas cost for LINK payments in unit tests
ibrajer 07a828a
Merge branch 'develop' into bump-dependencies
RensR 677e149
try with no coverage, exclude test files from Slither
Tofel 3db3e36
add support for extra code coverage params
Tofel cc89622
Merge pull request #14118 from smartcontractkit/bump-dependencies_test
Tofel 62ac74f
fix warnings and snapshot
RensR ef225c8
Merge branch 'develop' into bump-dependencies
RensR 5a737f4
changeset
RensR 52309ab
fix codeowners
RensR 6830a85
Merge branch 'develop' into bump-dependencies
RensR 1d418ba
Merge branch 'develop' into bump-dependencies
RensR c236a08
fix tests and bump foundry
RensR f0eb8a8
add missing changes quantifier
Tofel 587553e
Merge pull request #14227 from smartcontractkit/add_missing_quantifier
Tofel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@chainlink/contracts': patch | ||
--- | ||
|
||
bump dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
q: does the CI action now use this version automatically? Or do we still need to update something in the CI file? Previously we had an
env
forFOUNDRY_VERSION
insolidity-foundry.yaml
, but looks like we don't have it anymoreThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, there's magic now! It actually reads this file now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!