-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
68 changed files
with
8,394 additions
and
1,432 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
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 |
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,2 +1,6 @@ | ||
.env | ||
.env.* | ||
!.env.dev | ||
|
||
d3example/ | ||
bens-server/benchmark |
Oops, something went wrong.