Skip to content

Commit

Permalink
feat: add arkchain indexer and rework diri
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Nov 30, 2023
1 parent c408846 commit da7140a
Show file tree
Hide file tree
Showing 15 changed files with 626 additions and 329 deletions.
11 changes: 8 additions & 3 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ark-starknet.workspace = true
ark-metadata.workspace = true
pontos = { path = "./crates/pontos", features = ["sqlxdb"] }
diri.workspace = true
starknet.workspace = true
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing = "0.1"
tracing-log = "0.1"
Expand All @@ -61,3 +60,5 @@ cairo-vm = { git = "https://github.com/dojoengine/cairo-rs.git", rev = "262b7eb4

[dev-dependencies]
mockall = "0.11.4"
url = "2.3.1"
starknet = "0.7.0"
Loading

0 comments on commit da7140a

Please sign in to comment.