-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: expose solidity test runner config via user config #5837
base: v-next
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hardhatTotal size of the bundle: List of dependencies (sorted by size)
|
2ecb430
to
e62a664
Compare
e62a664
to
27c734f
Compare
27c734f
to
3693970
Compare
3693970
to
58fa591
Compare
58fa591
to
1c5f1a1
Compare
1c5f1a1
to
b99dd9a
Compare
b99dd9a
to
1131ca0
Compare
1131ca0
to
8d1e133
Compare
v-next/hardhat/src/internal/builtin-plugins/solidity/type-extensions.ts
Outdated
Show resolved
Hide resolved
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.
Please note, the changes to the solidity
plugin are now purely cosmetic - reducing duplication and unifying how extension points are exposed between single and multi solc versions configs.
The PR is now ready for re-review. As discussed on Slack, we'll accept the solidity test config via the |
This PR implements https://www.notion.so/nomicfoundation/Configuration-122578cdeaf58049a477dc4c585834f4
In particular, it:
test
key to thesolidity.profiles.*
user config (orsolidity.*
orsolidity
if the user uses a less granular setup than build profiles)--timeout
flag with asolidity.profiles.*.test.timeout
in user configsolidity.profiles.*.test
without exposing any EDR types