This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Geth] Fix msg.sender in turing (#405) * Fix msg.sender in turing * Update gas price (cherry picked from commit 693f8d4) * Update image tags (#401) Co-authored-by: CAPtheorem <[email protected]> (cherry picked from commit 01b288b) * [Community Verifier] Update images for community verifier (#402) * Update image tags * Fix a docker tag. Changes to be committed: modified: boba_community/fraud-detector/docker-compose-fraud-detector.yml Co-authored-by: Michael Montour <[email protected]> Co-authored-by: CAPtheorem <[email protected]> (cherry picked from commit 8c1b041) * Clean dtl logs (#403) Co-authored-by: CAPtheorem <[email protected]> (cherry picked from commit 55afe5b) * reduce the upstream diff (#407) * reduce the upstream diff * Update config.go Boba fork numbers (cherry picked from commit 94a3960) * disable cache (#408) * disable cache * make lint * minor odds and ends; remove stale documentation * update tests (cherry picked from commit 0558229) * [ops] Enable RPC forward (#381) * Enable RPC forward * Fix typo Co-authored-by: Ino Murko <[email protected]> Co-authored-by: CAPtheorem <[email protected]> (cherry picked from commit f18e74d) * doc: add price data feed overview (#409) * add md * rem image * Update Price_Data_Feeds_Overview.md Co-authored-by: CAPtheorem <[email protected]> (cherry picked from commit 021add6) * Add more packages in builder (#386) Co-authored-by: CAPtheorem <[email protected]> (cherry picked from commit 7208b47) * Add SEQUENCER_CLIENT_HTTP (#411) (cherry picked from commit bbb4493) Co-authored-by: Boyuan-Chen <[email protected]> Co-authored-by: CAPtheorem <[email protected]> Co-authored-by: Souradeep Das <[email protected]>
- Loading branch information
1 parent
de6638e
commit c2bd5e3
Showing
67 changed files
with
688 additions
and
933 deletions.
There are no files selected for viewing
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
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
4 changes: 2 additions & 2 deletions
4
boba_community/boba-node/docker/Dockerfile.data-transport-layer
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM bobanetwork/data-transport-layer | ||
FROM bobanetwork/data-transport-layer:release | ||
|
||
COPY boba-node/docker/state-dump.latest.json /opt/optimism/packages/data-transport-layer/state-dumps/state-dump.latest.json | ||
|
||
ENTRYPOINT ["node", "dist/src/services/run.js"] | ||
ENTRYPOINT ["node", "dist/src/services/run.js"] |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.