Adding ability for router to update environment variables after startup#129
Merged
willmeister merged 4 commits intomasterfrom May 4, 2020
Merged
Conversation
… updates and adding diff to only update and log if different
snario
pushed a commit
that referenced
this pull request
Apr 14, 2021
* rm unused imports * typos * Revert "typos" This reverts commit baee8743b59621e63732b44121e7696bee569ad5.
protolambda
added a commit
to protolambda/optimism
that referenced
this pull request
May 1, 2022
…driver-step ref impl: derive outputs and run driver step
bap2pecs
pushed a commit
to babylonlabs-io/optimism
that referenced
this pull request
Jul 31, 2024
blockchaindevsh
pushed a commit
to blockchaindevsh/optimism
that referenced
this pull request
Jan 25, 2025
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
### Description Cleans up documentation across all crates.
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
Adds file from which router will periodically read for updates and proceed to update environment variables. This is read from a file because docker will not allow processes to pick up changes to environment variables.
Metadata
Fixes
Contributing Agreement