Skip to content

Commit

Permalink
Refactor and use pallas nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewWestberg committed Aug 22, 2024
1 parent 890d400 commit a23dad0
Show file tree
Hide file tree
Showing 17 changed files with 995 additions and 620 deletions.
28 changes: 24 additions & 4 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 @@ -18,7 +18,7 @@ blake2b_simd = "1.0"
byteorder = "1.5"
#pallas-network = { git = "https://github.com/AndrewWestberg/pallas", rev="35f693c57eec5f70c4f8e2f6a24445b14c6104b9" }
#pallas-traverse = { git = "https://github.com/AndrewWestberg/pallas", rev="35f693c57eec5f70c4f8e2f6a24445b14c6104b9" }
pallas-crypto = { git = "https://github.com/txpipe/pallas", rev = "d3084d6e3209ee0f507a413b1a2491e07abf3756" }
pallas-crypto = { git = "https://github.com/txpipe/pallas", rev = "f82bc469264a7b209a97edef83f20b6849bf8315" }
pallas-network = "0.30"
pallas-traverse = "0.30"
#pallas-crypto = "0.30.0"
Expand All @@ -28,6 +28,7 @@ futures = "0.3"
hex = "0.4"
libc = "0.2"
minicbor = { version = "0.24", features = ["std"] }
redb = "2.1.1"
regex = "1.10"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls-webpki-roots", "rustls-tls", "json", "gzip", "deflate"] }
rusqlite = { version = "0.32", features = ["bundled"] }
Expand All @@ -44,6 +45,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "net", "io-util",
thiserror = "1.0"
tracing = "0.1"
tracing-subscriber = "0.3"
uuid = { version = "1", features = ["v7"] }


# logging
Expand Down
Loading

0 comments on commit a23dad0

Please sign in to comment.