Adding ovm-truffle-provider-wrapper#12
Merged
willmeister merged 4 commits intomasterfrom Feb 20, 2020
Merged
Conversation
gakonst
added a commit
that referenced
this pull request
Apr 12, 2021
* pkg: Add batch submitter * chore(batch-submitter): fix configs * chore(batch-submitter): use latest smock * fix: use latest typescript * chore: disable prettier in incompat lines Long term fixed by switching to eslint * perf: only test packages that have changed since master https://github.com/lerna/lerna/tree/main/core/filter-options\#--since-ref Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
InoMurko
referenced
this pull request
in omgnetwork/optimism
May 25, 2021
* pkg: Add batch submitter * chore(batch-submitter): fix configs * chore(batch-submitter): use latest smock * fix: use latest typescript * chore: disable prettier in incompat lines Long term fixed by switching to eslint * perf: only test packages that have changed since master https://github.com/lerna/lerna/tree/main/core/filter-options\#--since-ref Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
protolambda
pushed a commit
to protolambda/optimism
that referenced
this pull request
May 1, 2022
…oadmap-goals Add: roadmap goals
qbzzt
added a commit
that referenced
this pull request
Apr 10, 2023
refcell
pushed a commit
that referenced
this pull request
Sep 6, 2023
Updates sample usage in comments
therealbytes
added a commit
to therealbytes/optimism
that referenced
this pull request
May 17, 2024
* refactor: use regular crypto pkg in registry test * fix: exclude abi-dependents from tinygo build * build: wasm testdata
bap2pecs
referenced
this pull request
in babylonlabs-io/optimism
Jul 31, 2024
blockchaindevsh
added a commit
to blockchaindevsh/optimism
that referenced
this pull request
Jun 30, 2025
* update UpgradeAnchorStateRegistry.s.sol * address comment
niran
pushed a commit
to niran/optimism
that referenced
this pull request
Aug 21, 2025
* use u64 * fix system/fees/minbasefee_test
OptimismBot
pushed a commit
that referenced
this pull request
Sep 2, 2025
* use u64 * fix system/fees/minbasefee_test
OptimismBot
pushed a commit
that referenced
this pull request
Sep 2, 2025
* use u64 * fix system/fees/minbasefee_test
OptimismBot
pushed a commit
that referenced
this pull request
Sep 4, 2025
* use u64 * fix system/fees/minbasefee_test
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
Zena-park
added a commit
to tokamak-network/optimism
that referenced
this pull request
Dec 30, 2025
smartcontracts
added a commit
that referenced
this pull request
Feb 22, 2026
Address informational audit findings with improved inline documentation: - Document that guardian pause blocks interop upgrades (acceptable for dev feature) - Document migrate() is exclusively for N pre-interop chains merging into one set - Document that re-migration and partial migration are not supported - Document intentional use of chainSystemConfigs[0] for shared contracts - Fix inaccurate PERMIT_ALL_CONTRACTS_INSTRUCTION comment Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
smartcontracts
added a commit
that referenced
this pull request
Feb 22, 2026
Address informational audit findings with improved inline documentation: - Document that guardian pause blocks interop upgrades (acceptable for dev feature) - Document migrate() is exclusively for N pre-interop chains merging into one set - Document that re-migration and partial migration are not supported - Document intentional use of chainSystemConfigs[0] for shared contracts - Fix inaccurate PERMIT_ALL_CONTRACTS_INSTRUCTION comment Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
smartcontracts
added a commit
that referenced
this pull request
Feb 22, 2026
…16 Add missing @param blueprint NatSpec to OpcmContractRef struct (#2). Add comments about pause blocking interop upgrades (#3). Document migrate() scope limitations and re-migration risks (#7, #15). Update PERMIT_ALL_CONTRACTS_INSTRUCTION comment (#12). Document intentional use of chainSystemConfigs[0] for shared contracts (#16). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 3, 2026
…16 (#19271) Add missing @param blueprint NatSpec to OpcmContractRef struct (#2). Add comments about pause blocking interop upgrades (#3). Document migrate() scope limitations and re-migration risks (#7, #15). Update PERMIT_ALL_CONTRACTS_INSTRUCTION comment (#12). Document intentional use of chainSystemConfigs[0] for shared contracts (#16). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.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
Creates simple library to shim in the Truffle Provider changes required to use Truffle + OVM.
Metadata
Fixes
Contributing Agreement