Support historical code lookups if the block number is current#53
Merged
masonforest merged 7 commits intomasterfrom Mar 24, 2020
Merged
Support historical code lookups if the block number is current#53masonforest merged 7 commits intomasterfrom
masonforest merged 7 commits intomasterfrom
Conversation
willmeister
approved these changes
Mar 24, 2020
| `No support for historical code lookups! Anything returned from this may be very wrong.` | ||
| ) | ||
| //throw new Error('No support for historical code lookups!') | ||
| throw new Error('No support for historical code lookups!') |
There was a problem hiding this comment.
Can you add currentBlockNumber and defaultBlock to the log and error messages?
gakonst
added a commit
that referenced
this pull request
Apr 12, 2021
* feat(hardhat-ovm): allow ignoring libraries when compiling ethereum-optimism/plugins#39 * feat(batch-submitter): add logs ethereum-optimism/batch-submitter#75 ethereum-optimism/batch-submitter#73 * chore: build contracts sequentially this worsens our compilation times but ensures that the runs are not flaky
snario
pushed a commit
that referenced
this pull request
Apr 14, 2021
* Started proxy bridge * Fix L1MessengerProxy deploy * Attempt 2 * Fix bug in ResolvedDelegateProxy * Fix bug in L1XDomainMessenger * Reduce nodes in Merkle Trie tests * Fix rebase error * Add clarifying comment to delegate proxy Co-authored-by: Kelvin Fichter <kelvinfichter@gmail.com>
InoMurko
referenced
this pull request
in omgnetwork/optimism
May 25, 2021
* feat(hardhat-ovm): allow ignoring libraries when compiling ethereum-optimism/plugins#39 * feat(batch-submitter): add logs ethereum-optimism/batch-submitter#75 ethereum-optimism/batch-submitter#73 * chore: build contracts sequentially this worsens our compilation times but ensures that the runs are not flaky
bap2pecs
pushed a commit
to babylonlabs-io/optimism
that referenced
this pull request
Jul 31, 2024
gd-0
pushed a commit
to gattaca-com/based-optimism
that referenced
this pull request
May 19, 2025
gd-0
pushed a commit
to gattaca-com/based-optimism
that referenced
this pull request
May 19, 2025
blockchaindevsh
pushed a commit
to blockchaindevsh/optimism
that referenced
this pull request
Jun 30, 2025
BrycePy
added a commit
to gattaca-com/based-optimism
that referenced
this pull request
Oct 10, 2025
cuiweixie
pushed a commit
to cuiweixie/optimism
that referenced
this pull request
Oct 22, 2025
* update env image tag * set image to a solidity name --------- Co-authored-by: louis.liu <louis.liu@okg.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
Support historical code lookups if the block number is current
Metadata
Fixes
Contributing Agreement