Conversation
mslipper
pushed a commit
that referenced
this pull request
May 15, 2022
bugfix: createNewBlock must use correct sequence number, add seq nr to L1 info
bap2pecs
pushed a commit
to babylonlabs-io/optimism
that referenced
this pull request
Jul 31, 2024
QuentinI
pushed a commit
to EspressoSystems/optimism-espresso-integration
that referenced
this pull request
Jun 18, 2025
Changed shebang from #!/usr/bin/env fish to #!/bin/sh Replaced $argv with "$@" for command line arguments Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments Replaced status filename with basename "$0" to get script name Changed return to exit 1 for script termination Used standard variable assignment and export syntax Used "$@" in the for loop to properly handle arguments with spaces Used $(...) for command substitution (POSIX compliant)
dailinsubjam
pushed a commit
to EspressoSystems/optimism-espresso-integration
that referenced
this pull request
Oct 4, 2025
…imism#375) * contracts: scripts for L2 token deployment/verification See https://github.com/celo-org/celo-blockchain-planning/issues/982 * contracts: Automatically read decimals for L2 tokens contracts: Convert `gen_l2_token_cmds` to std sh (ethereum-optimism#392) Changed shebang from #!/usr/bin/env fish to #!/bin/sh Replaced $argv with "$@" for command line arguments Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments Replaced status filename with basename "$0" to get script name Changed return to exit 1 for script termination Used standard variable assignment and export syntax Used "$@" in the for loop to properly handle arguments with spaces Used $(...) for command substitution (POSIX compliant)
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
Closes alloy-rs/op-alloy#391 Updates readme to reflect migration OP-unique primitives to `maili`
shenkeyao
pushed a commit
to EspressoSystems/optimism-espresso-integration
that referenced
this pull request
Feb 2, 2026
…imism#375) * contracts: scripts for L2 token deployment/verification See celo-org/celo-blockchain-planning#982 * contracts: Automatically read decimals for L2 tokens contracts: Convert `gen_l2_token_cmds` to std sh (ethereum-optimism#392) Changed shebang from #!/usr/bin/env fish to #!/bin/sh Replaced $argv with "$@" for command line arguments Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments Replaced status filename with basename "$0" to get script name Changed return to exit 1 for script termination Used standard variable assignment and export syntax Used "$@" in the for loop to properly handle arguments with spaces Used $(...) for command substitution (POSIX compliant)
emhane
pushed a commit
that referenced
this pull request
Feb 3, 2026
Closes #318 <img width="2208" height="672" alt="Screenshot 2025-11-21 at 15 35 16" src="https://github.com/user-attachments/assets/62ba3b36-fd4f-498a-9bbc-7e4f33c9e3d2" /> The OP-Reth dashboard is not loaded by default when running the kurtosis devnet for e2e historical proofs. Once #391 is merged, I'll update the devnet config to load it by default.
shenkeyao
pushed a commit
to EspressoSystems/optimism-espresso-integration
that referenced
this pull request
Feb 10, 2026
…imism#375) * contracts: scripts for L2 token deployment/verification See celo-org/celo-blockchain-planning#982 * contracts: Automatically read decimals for L2 tokens contracts: Convert `gen_l2_token_cmds` to std sh (ethereum-optimism#392) Changed shebang from #!/usr/bin/env fish to #!/bin/sh Replaced $argv with "$@" for command line arguments Replaced [ -z "$argv" ] with [ -z "$1" ] to check for arguments Replaced status filename with basename "$0" to get script name Changed return to exit 1 for script termination Used standard variable assignment and export syntax Used "$@" in the for loop to properly handle arguments with spaces Used $(...) for command substitution (POSIX compliant)
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
Removes pushing to the integrations repo so that this can safely be removed as a submodule in the integrations repo
Metadata
Fixes
Contributing Agreement