From 323ba3eba30d9ebf70323e3e5f6e0ecabd65e1ae Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Fri, 19 Jan 2024 22:27:01 -0300 Subject: [PATCH] use main pallas branch --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a88100a..3767ed73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes", - "rand_core 0.6.4", + "rand_core 0.5.1", "serde", "unicode-normalization", ] @@ -1913,7 +1913,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "pallas" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "pallas-addresses", "pallas-applying", @@ -1933,7 +1933,7 @@ dependencies = [ [[package]] name = "pallas-addresses" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "base58", "bech32 0.9.1", @@ -1948,7 +1948,7 @@ dependencies = [ [[package]] name = "pallas-applying" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "hex", "pallas-addresses", @@ -1974,7 +1974,7 @@ dependencies = [ [[package]] name = "pallas-codec" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "hex", "minicbor 0.20.0", @@ -1985,7 +1985,7 @@ dependencies = [ [[package]] name = "pallas-configs" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "base64 0.21.5", "hex", @@ -2013,7 +2013,7 @@ dependencies = [ [[package]] name = "pallas-crypto" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "cryptoxide", "hex", @@ -2026,7 +2026,7 @@ dependencies = [ [[package]] name = "pallas-hardano" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "binary-layout", "pallas-network 0.21.0", @@ -2055,7 +2055,7 @@ dependencies = [ [[package]] name = "pallas-network" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "byteorder", "hex", @@ -2072,7 +2072,7 @@ dependencies = [ [[package]] name = "pallas-primitives" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "base58", "bech32 0.9.1", @@ -2087,7 +2087,7 @@ dependencies = [ [[package]] name = "pallas-rolldb" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "async-stream", "bincode", @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "pallas-traverse" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "hex", "pallas-addresses", @@ -2119,7 +2119,7 @@ dependencies = [ [[package]] name = "pallas-txbuilder" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "hex", "pallas-addresses", @@ -2136,7 +2136,7 @@ dependencies = [ [[package]] name = "pallas-utxorpc" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "pallas-codec 0.21.0", "pallas-primitives", @@ -2147,7 +2147,7 @@ dependencies = [ [[package]] name = "pallas-wallet" version = "0.21.0" -source = "git+https://github.com/txpipe/pallas.git?branch=feat/alonzo-phase-1-validations#47f085c73b48ca64308cf29449b51a04fea47882" +source = "git+https://github.com/txpipe/pallas.git#7b2894e4a26943c974fe90d3ac341fb0b597768d" dependencies = [ "bech32 0.9.1", "bip39", diff --git a/Cargo.toml b/Cargo.toml index 76daa107..698fabae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Santiago Carmuega "] [dependencies] -pallas = { git = "https://github.com/txpipe/pallas.git", branch = "feat/alonzo-phase-1-validations", features = ["unstable"] } +pallas = { git = "https://github.com/txpipe/pallas.git", features = ["unstable"] } # pallas = { path = "../pallas/pallas", features = ["unstable"] } gasket = { version = "^0.5", features = ["derive"] }