File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
cardano-blockchain-types/src Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11//! Catalyst Enhanced `MultiEraBlock` Structures
22
33mod auxdata;
4+ mod cip134_uri;
45mod fork;
56mod metadata;
67mod multi_era_block_data;
@@ -27,5 +28,3 @@ pub use point::Point;
2728pub use slot:: Slot ;
2829pub use txn_index:: TxnIndex ;
2930pub use txn_witness:: { TxnWitness , VKeyHash } ;
30-
31- mod cip134_uri;
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ uuid = "1.11.0"
3333c509-certificate = { version = " 0.0.3" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " v0.0.3" }
3434pallas = { version = " 0.30.1" , git = " https://github.com/input-output-hk/catalyst-pallas.git" , rev = " 9b5183c8b90b90fe2cc319d986e933e9518957b3" }
3535cbork-utils = { version = " 0.0.1" , git = " https://github.com/input-output-hk/catalyst-libs.git" , rev = " 78dfbbaff3245cf65e9e4d73716523e386bd73b2" }
36- cardano-blockchain-types = { version = " 0.0.1" , path = " ../cardano-blockchain-types " }
37- catalyst-types = { version = " 0.0.1" , path = " ../ catalyst-types " }
36+ cardano-blockchain-types = { version = " 0.0.1" , git = " https://github.com/input-output-hk/catalyst-libs.git " , rev = " eaf071e915f818d229fc2bb71793bfbe6280c997 " }
37+ catalyst-types = { version = " 0.0.1" , git = " https://github.com/input-output-hk/ catalyst-libs.git " , rev = " eaf071e915f818d229fc2bb71793bfbe6280c997 " }
You can’t perform that action at this time.
0 commit comments