Conversation
🦋 Changeset detectedLatest commit: 1a8f5e9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
5919361 to
81e4aa1
Compare
Contributor
|
Changed the following:
|
81e4aa1 to
9005344
Compare
9005344 to
5ec6c6d
Compare
Contributor
|
Converted to draft, to merge after figuring out the bug in #646. |
platocrat
commented
Apr 28, 2021
…ider and its signers The default is 50ms, which should make running the OVM tests smooth. If you want to run tests against a remote node and do not want to overwhelm it, set the parameter in the hardhat config's network
5ec6c6d to
709317b
Compare
workaround hardhat not generating build artifacts for both evm and ovm
this post state is not giving us much info, and it's hard to update it or debug it when it does not pass for any reason
6ea21b7 to
1a8f5e9
Compare
InoMurko
pushed a commit
to omgnetwork/optimism
that referenced
this pull request
May 25, 2021
* feat(hardhat-ovm): allow overriding the polling interval for the provider and its signers The default is 50ms, which should make running the OVM tests smooth. If you want to run tests against a remote node and do not want to overwhelm it, set the parameter in the hardhat config's network * chore: add changeset * docs: add hardhat example imported from https://github.com/ethereum-optimism/optimism-tutorial/ * ci: add deploy/deploy:ovm * fix(contracts): wait for contracts to finish workaround hardhat not generating build artifacts for both evm and ovm * fix: use istanbul hard fork * test(contracts): remove hardcoded post-state in nuisance gas test this post state is not giving us much info, and it's hard to update it or debug it when it does not pass for any reason Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
emhane
pushed a commit
that referenced
this pull request
Feb 4, 2026
Closes #641 --------- Co-authored-by: Himess <semihcvlk53@gmail.com>
emhane
pushed a commit
that referenced
this pull request
Feb 4, 2026
Closes #641 --------- Co-authored-by: Himess <semihcvlk53@gmail.com>
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
Replaces #501 with a single PR for the
optimism-tutorial.Additional PRs to follow for the following repositories: