Skip to content

Commit

Permalink
add trigger-filter and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas committed Sep 26, 2023
1 parent b756744 commit 5ab1d13
Show file tree
Hide file tree
Showing 33 changed files with 2,885 additions and 16 deletions.
129 changes: 122 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
"runtime/*",
"server/*",
"store/*",
"substreams-head-tracker",
"substreams/*",
"graph",
"tests",
]
Expand All @@ -33,3 +33,5 @@ incremental = false

[profile.dev]
incremental = false


1 change: 1 addition & 0 deletions chain/near/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ graph-runtime-derive = { path = "../../runtime/derive" }

[dev-dependencies]
diesel = { version = "1.4.7", features = ["postgres", "serde_json", "numeric", "r2d2"] }
trigger-filters.path = "../../substreams/trigger-filters"
Loading

0 comments on commit 5ab1d13

Please sign in to comment.