Skip to content

Commit

Permalink
feat(bens): d3 connect (#1101)
Browse files Browse the repository at this point in the history
* initial d3

* bump alloy-rs

* feat: d3 protocol

* feat: reverse resolving for d3

* fix test settings

* fix justfile

* fix blockscout-ens

* add env-collector and move deps to workspace

* bump old versions

* add env-collector to cicd
  • Loading branch information
sevenzing authored Nov 12, 2024
1 parent 4042770 commit ff0b172
Show file tree
Hide file tree
Showing 68 changed files with 8,394 additions and 1,432 deletions.
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

0 comments on commit ff0b172

Please sign in to comment.