This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reconciled repo structure with the other message-relayer - WIP
- Loading branch information
1 parent
6aeebbb
commit 501d258
Showing
21 changed files
with
25 additions
and
13,496 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
packages/omgx/alt_messenger/relayer_service/Dockerfile.message_relayer
This file was deleted.
Oops, something went wrong.
6,388 changes: 0 additions & 6,388 deletions
6,388
packages/omgx/alt_messenger/relayer_service/yarn.lock
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
FROM node:14-buster as base | ||
|
||
RUN apt-get update && apt-get install -y bash curl jq | ||
|
||
FROM base as build | ||
|
||
RUN apt-get update && apt-get install -y bash git python build-essential | ||
|
||
ADD . /opt/optimism-message-relayer-fast | ||
RUN cd /opt/optimism-message-relayer-fast && yarn install && yarn build | ||
|
||
FROM base | ||
|
||
RUN apt-get update && apt-get install -y bash curl jq | ||
|
||
COPY --from=build /opt/optimism-message-relayer-fast /opt/optimism-message-relayer-fast | ||
|
||
COPY wait-for-l1-and-l2.sh /opt/ | ||
RUN chmod +x /opt/wait-for-l1-and-l2.sh | ||
|
||
RUN ln -s /opt/optimism-ts-services/exec/run-message-relayer-fast.js /usr/local/bin/ | ||
RUN chmod +x /usr/local/bin/run-message-relayer-fast.js | ||
|
||
ENTRYPOINT ["/opt/wait-for-l1-and-l2.sh", "run-message-relayer-fast.js"] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...lt_messenger/relayer_service/package.json → ...es/omgx/message-relayer-fast/package.json
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.