Skip to content

Commit

Permalink
New Ledger-fetching Behavior (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay authored Sep 23, 2024
1 parent c5883e7 commit cecdf24
Show file tree
Hide file tree
Showing 15 changed files with 952 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SERVER_ALLOWED_ORIGINS="*"

# [REQUIRED] - the mina network
# valid options are: "mainnet" | "devnet" | "berkeley"
MINA_NETWORK=mainnet
NETWORK=mainnet

# [OPTIONAL] - overrides the ledger storage location
# LEDGER_STORAGE_PATH="./server/tmp"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
image: ocv-server
build:
context: ./server
dockerfile: Dockerfile
# dockerfile: Dockerfile.dev
# dockerfile: Dockerfile
dockerfile: Dockerfile.dev
env_file: .env
ports:
- 8080:8080
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
profile = "minimal"
channel = "nightly-2024-09-22"
components = ["rustfmt", "clippy"]
Loading

0 comments on commit cecdf24

Please sign in to comment.