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 23, 2024
1 parent 890d400 commit 71752ed
Show file tree
Hide file tree
Showing 19 changed files with 1,273 additions and 797 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/target
.idea
*.db*
*.redb*
*.skey
*.vkey
pooltool.json
Expand Down
38 changes: 34 additions & 4 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ links = "libsodium"
[dependencies]
async-std = "1.12"
bech32 = "0.11"
bincode = "1.3.3"
bigdecimal = "0.4"
num-bigint = "0.4"
num-rational = "0.4"
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 +29,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 +46,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 71752ed

Please sign in to comment.