Skip to content

gitflows: remove push to integration repo#392

Merged
tynes merged 1 commit intomasterfrom
gitflows-rm-push
Jan 7, 2021
Merged

gitflows: remove push to integration repo#392
tynes merged 1 commit intomasterfrom
gitflows-rm-push

Conversation

@tynes
Copy link
Contributor

@tynes tynes commented Jan 7, 2021

Description

Removes pushing to the integrations repo so that this can safely be removed as a submodule in the integrations repo

Metadata

Fixes

  • Fixes # [Link to Issue]

Contributing Agreement

Copy link
Contributor

@karlfloersch karlfloersch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tynes tynes merged commit 4edc698 into master Jan 7, 2021
@tynes tynes deleted the gitflows-rm-push branch January 7, 2021 04:51
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments