-
Notifications
You must be signed in to change notification settings - Fork 1.7k
inline task actions - run time checks #7950
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
Draft
ChristopherDedominici
wants to merge
19
commits into
main
Choose a base branch
from
add-inline-action-runtime-check
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+950
−107
Draft
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
52da4d8
mvp
ChristopherDedominici 9ddf917
rename variables and remove descriptive error for building issues
ChristopherDedominici 4cfea2a
rename variables
ChristopherDedominici fd733da
Fix building errors in hh-verify
ChristopherDedominici 03a8e68
new type iteration
ChristopherDedominici 075ed9b
fix hh-verify after new types
ChristopherDedominici 46ce612
simplify plugin task comment
ChristopherDedominici f1e9b05
Create smooth-socks-dance.md
ChristopherDedominici 845c6b2
improve ts errors and add tests
ChristopherDedominici 17f2db2
fix tests in windows
ChristopherDedominici 1485d53
simplify types and use run time checks
ChristopherDedominici 72993f1
remove `any` types
ChristopherDedominici 07f9a8c
improve config validation tests
ChristopherDedominici f22d60c
improve `validation` tests
ChristopherDedominici e01af10
delete test file related to strong types
ChristopherDedominici acf7e4d
delete fixture project related to type tests
ChristopherDedominici b18333c
run lint:fix
ChristopherDedominici deeea59
start cleaning code
ChristopherDedominici d929e3f
fix descriptors
ChristopherDedominici 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
This file contains hidden or 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,7 @@ | ||
| --- | ||
| "@nomicfoundation/hardhat-errors": patch | ||
| "@nomicfoundation/hardhat-verify": patch | ||
| "hardhat": patch | ||
| --- | ||
|
|
||
| Added support for `inline actions` in tasks [7851](https://github.com/NomicFoundation/hardhat/pull/7851). |
This file contains hidden or 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
4 changes: 2 additions & 2 deletions
4
v-next/hardhat-verify/src/internal/tasks/verify/blockscout/index.ts
This file contains hidden or 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
4 changes: 2 additions & 2 deletions
4
v-next/hardhat-verify/src/internal/tasks/verify/etherscan/index.ts
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Self reminder: If we change to "lazy actions", this must be updated