@@ -39,13 +39,14 @@ serde_json = "1.0.134"
3939displaydoc = " 0.2.5"
4040thiserror = " 2.0.11"
4141
42- # TODO: Revert ALL to Upstream Pallas after <https://github.com/txpipe/pallas/pull/685> merges.
43- pallas-traverse = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , branch = " feat/pallas-network-types" }
44- pallas-addresses = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , branch = " feat/pallas-network-types" }
45- pallas-primitives = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , branch = " feat/pallas-network-types" }
46- pallas-crypto = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , branch = " feat/pallas-network-types" }
47- pallas-codec = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , branch = " feat/pallas-network-types" }
42+ # TODO: Revert ALL to Upstream Pallas after <https://github.com/txpipe/pallas/pull/685> merges.
43+ # pallas related commit is from <https://github.com/input-output-hk/catalyst-pallas/pull/4>
44+ pallas-traverse = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
45+ pallas-addresses = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
46+ pallas-primitives = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
47+ pallas-crypto = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
48+ pallas-codec = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9c6322e6b51916b2cc54ba713b07bb25ef07dd00" }
4849# Only include these for non-wasm32 targets
4950[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
50- pallas-network = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , branch = " feat/pallas-network-types " }
51- pallas-hardano = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , branch = " feat/pallas-network-types " }
51+ pallas-network = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9c6322e6b51916b2cc54ba713b07bb25ef07dd00 " }
52+ pallas-hardano = { version = " =1.0.0-alpha.2" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9c6322e6b51916b2cc54ba713b07bb25ef07dd00 " }
0 commit comments