-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore: bump EDR to 0.8.0 #6203
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
chore: bump EDR to 0.8.0 #6203
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: edb1490 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Thanks, LGTM, but I'd defer to @kanej to approve
| try { | ||
| for (const buildInfoFile of buildInfoFiles) { | ||
| const buildInfo = await fsExtra.readJson(buildInfoFile); | ||
| if (semver.gte(buildInfo.solcVersion, FIRST_SOLC_VERSION_SUPPORTED)) { |
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.
| config: HardhatNetworkProviderConfig, | ||
| loggerConfig: LoggerConfig, | ||
| tracingConfig?: TracingConfig | ||
| tracingConfig?: TracingConfigWithBuffers |
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.
I was initially worried about this move as it is changing the API, but EdrProviderWrapper is in internal and is not exposed to the user. The only place create is invoked, uses makeTracingConfig which has had its return type altered as well.
Put another way this signature change looks safe to me.
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.
Thanks John!
Bump EDR to 0.8.0.
This fixes the following issues:
Minor Changes
Patch Changes