Fixing truffle provider wrapper import so that sub-process works#30
Merged
willmeister merged 4 commits intomasterfrom Mar 9, 2020
Merged
Fixing truffle provider wrapper import so that sub-process works#30willmeister merged 4 commits intomasterfrom
willmeister merged 4 commits intomasterfrom
Conversation
- @eth-optimism/core-db@0.0.1-alpha.15 - @eth-optimism/core-utils@0.0.1-alpha.15 - @eth-optimism/docs@0.0.1-alpha.15 - @eth-optimism/optimistic-game-semantics@0.0.1-alpha.15 - @eth-optimism/ovm-truffle-provider-wrapper@0.0.1-alpha.15 - @eth-optimism/ovm@0.0.1-alpha.15 - @eth-optimism/rollup-contracts@0.0.1-alpha.15 - @eth-optimism/rollup-core@0.0.1-alpha.15 - @eth-optimism/rollup-dev-tools@0.0.1-alpha.15 - @eth-optimism/rollup-full-node@0.0.1-alpha.15 - @eth-optimism/solc-transpiler@0.0.1-alpha.15
gakonst
added a commit
that referenced
this pull request
Apr 12, 2021
snario
pushed a commit
that referenced
this pull request
Apr 14, 2021
InoMurko
referenced
this pull request
in omgnetwork/optimism
May 25, 2021
blockchaindevsh
pushed a commit
to blockchaindevsh/optimism
that referenced
this pull request
Jun 24, 2024
modify Nary, adapted to version 1.2.0
bap2pecs
pushed a commit
to babylonlabs-io/optimism
that referenced
this pull request
Jul 31, 2024
SozinM
pushed a commit
to NethermindEth/optimism
that referenced
this pull request
Feb 10, 2025
Docker build for op-node
cuiweixie
pushed a commit
to cuiweixie/optimism
that referenced
this pull request
Oct 22, 2025
Zena-park
added a commit
to tokamak-network/optimism
that referenced
this pull request
Dec 30, 2025
Added a test in which the operator set the afterCall option to 0 and executed the update seigniorage.
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
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.
The rollup fullnode import is missing in the truffle provider wrapper, causing the spawned subprocess to not be able to find the fullnode. This fixes that by importing it in the truffle provider wrapper's index.ts file.
Contributing Agreement