Skip to content

Commit

Permalink
fix: use full commit for pallas version
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Gellis <simongellis@gmail.com>
  • Loading branch information
SupernaviX committed Feb 26, 2025
1 parent e40b7f5 commit c8c3e77
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 61 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions firefly-cardanoconnect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ clap = { version = "4", features = ["derive"] }
chrono = "0.4"
dashmap = "6"
futures = "0.3"
pallas-addresses = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-codec = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-crypto = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-primitives = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-network = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-traverse = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-addresses = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-codec = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-crypto = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-primitives = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-network = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-traverse = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
firefly-server = { path = "../firefly-server" }
hex = "0.4"
minicbor = "0.26"
Expand Down
8 changes: 4 additions & 4 deletions firefly-cardanosigner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ clap = { version = "4", features = ["derive"] }
firefly-server = { path = "../firefly-server" }
hex = "0.4"
minicbor = "0.26"
pallas-addresses = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-crypto = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-primitives = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-wallet = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-addresses = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-crypto = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-primitives = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-wallet = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
rand = "0.8"
schemars = "0.8"
serde = "1"
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate-key/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ bech32 = "0.11"
clap = { version = "4", features = ["derive"] }
hex = "0.4"
minicbor = "0.26"
pallas-crypto = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-primitives = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-crypto = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-primitives = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
rand = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
32 changes: 16 additions & 16 deletions wasm/simple-tx/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 wasm/simple-tx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repository = "https://github.com/hyperledger/firefly-cardano"
balius-sdk = { git = "https://github.com/txpipe/balius.git", rev = "2a66c8c" }
firefly-balius = { path = "../../firefly-balius" }
hex = "0.4"
pallas-addresses = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-traverse = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b0" }
pallas-addresses = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
pallas-traverse = { git = "https://github.com/txpipe/pallas.git", rev = "2ddb5b066bbde9d2ed55014b286f47ad370b828e" }
serde = { version = "1", features = ["derive"] }

[lib]
Expand Down

0 comments on commit c8c3e77

Please sign in to comment.