Skip to content

Commit

Permalink
chore: update Pallas with latest Babbage validations (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Feb 21, 2024
1 parent 1ef4d0c commit 954188a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 42 deletions.
63 changes: 23 additions & 40 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]


[dependencies]
pallas = { git = "https://github.com/txpipe/pallas.git", branch = "feat/babbage-phase-1-validations", features = ["unstable"] }
pallas = { git = "https://github.com/txpipe/pallas.git", features = ["unstable"] }
# pallas = { version = "^0.23", features = ["unstable"] }
# pallas = { path = "../pallas/pallas", features = ["unstable"] }

Expand All @@ -30,7 +30,7 @@ serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.30"
lazy_static = "1.4.0"
rocksdb = { version = "0.21.0", default-features = false, features = ["multi-threaded-cf"] }
rocksdb = { version = "0.22.0", default-features = false, features = ["multi-threaded-cf"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
bincode = "1.3.3"
Expand Down

0 comments on commit 954188a

Please sign in to comment.