example: get revert msgs for hardhat#841
Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #841 +/- ##
=======================================
Coverage 82.2% 82.2%
=======================================
Files 48 48
Lines 1895 1895
Branches 303 303
=======================================
Hits 1558 1558
Misses 337 337 🚀 New features to boost your workflow:
|
smartcontracts
approved these changes
May 11, 2021
smartcontracts
requested changes
May 11, 2021
smartcontracts
approved these changes
May 11, 2021
Contributor
|
LGTM. Feel free to merge once tests pass. |
InoMurko
pushed a commit
to omgnetwork/optimism
that referenced
this pull request
May 25, 2021
* example: get revert msgs for hardhat * fix: remove chai-as-promised dep and logic * re-add @types/mocha and @types/chai * Update examples/hardhat/package.json Co-authored-by: smartcontracts <kelvinfichter@gmail.com>
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.17 to 0.23.18. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.17...v/0.23.18) --- updated-dependencies: - dependency-name: rustls dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
OptimismBot
pushed a commit
that referenced
this pull request
Feb 9, 2026
sync: l2cm conditional deployer
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Hardhat example was previously ignoring revert messages due to the
UNPREDICTABLE_GAS_LIMITerror that was thrown when contract calls would revert.This change retrieves revert messages from contract calls.