Skip to content

Commit

Permalink
feat: continue ChainSync logic (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhrpr authored Feb 28, 2024
1 parent 5db8d36 commit 05e8bf6
Show file tree
Hide file tree
Showing 18 changed files with 752 additions and 265 deletions.
187 changes: 155 additions & 32 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 @@ -12,7 +12,8 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]


[dependencies]
pallas = "=0.19.1"
# pallas = "=0.21.0"
pallas = { git = "https://github.com/txpipe/pallas", rev = "00575b4c550cf042e354922699be23d420c8a813" }
# pallas = { path = "../pallas/pallas" }

gasket = { version = "^0.5", features = ["derive"] }
Expand Down Expand Up @@ -49,6 +50,7 @@ tonic-web = "0.9.2"
tokio-stream = { version = "0.1.14", features = ["sync"] }
futures-util = "0.3.28"
async-stream = "0.3.5"
async-recursion = "1.0.5"

[dev-dependencies]
tempfile = "3.3.0"
Loading

0 comments on commit 05e8bf6

Please sign in to comment.