-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update : updated with new changes and ci
- Loading branch information
Showing
19 changed files
with
90 additions
and
141 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,3 @@ AWS_SECRET_ACCESS_KEY= | |
# S3 | ||
AWS_S3_BUCKET_NAME= | ||
AWS_S3_BUCKET_REGION= | ||
|
||
# Local Stack | ||
AWS_ENDPOINT_URL= |
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,33 @@ | ||
HOST= | ||
PORT= | ||
DATABASE_URL= | ||
MADARA_RPC_URL= | ||
DA_LAYER= | ||
SETTLEMENT_LAYER= | ||
|
||
# Ethereum | ||
ETHEREUM_PRIVATE_KEY= | ||
ETHEREUM_RPC_URL= | ||
MEMORY_PAGES_CONTRACT_ADDRESS= | ||
STARKNET_SOLIDITY_CORE_CONTRACT_ADDRESS= | ||
|
||
|
||
# Starknet | ||
STARKNET_PUBLIC_KEY= | ||
STARNET_PRIVATE_KEY= | ||
STARKNET_RPC_URL= | ||
STARKNET_CAIRO_CORE_CONTRACT_ADDRESS= | ||
|
||
# MongoDB connection string | ||
MONGODB_CONNECTION_STRING= | ||
|
||
# SQS | ||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
|
||
# S3 | ||
AWS_S3_BUCKET_NAME= | ||
AWS_S3_BUCKET_REGION= | ||
|
||
# AWS Local Stack URL | ||
AWS_ENDPOINT_URL= |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
.env | ||
.idea | ||
.DS_Store | ||
.env.test | ||
|
||
*.code-workspace | ||
.vscode | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
pub const BLOB_DATA_FILE_NAME: &str = "blob_data.txt"; | ||
pub const SNOS_OUTPUT_FILE_NAME: &str = "snos_output.json"; | ||
pub const JOB_PROCESSING_QUEUE: &str = "madara_orchestrator_job_processing_queue"; |
This file was deleted.
Oops, something went wrong.
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,2 @@ | ||
/// Errors | ||
mod errors; | ||
|
||
/// Job controllers | ||
pub mod jobs_controller; |
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
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
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.