Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bens): d3 connect #1101

Merged
merged 10 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/bens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
cache-on-failure: true
workspaces: blockscout-ens -> target

- name: ENVs in doc tests
run: cargo run --bin check-envs
env:
VALIDATE_ONLY: true

- name: Unit tests
run: cargo test --locked --workspace --all-features --lib --bins -- --nocapture
if: success() || failure()
Expand Down
7 changes: 7 additions & 0 deletions blockscout-ens/.env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
RUST_LOG=info
BENS__TRACING__FORMAT=default
BENS__DATABASE__RUN_MIGRATIONS=true
BENS__METRICS__ENABLED=false

BENS__CONFIG=./bens-server/config/dev.json
BENS__DATABASE__CONNECT__URL=postgres://graph-node:let-me-in@localhost:5432/graph-node
4 changes: 4 additions & 0 deletions blockscout-ens/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
.env
.env.*
!.env.dev

d3example/
bens-server/benchmark
Loading
Loading