feat: remove flat-rs crate and use it through pallas_codec

This commit is contained in:
rvcas
2023-12-04 22:01:51 -05:00
parent b17b7f287c
commit 0a1e0d7bee
19 changed files with 17 additions and 1143 deletions

View File

@@ -7,7 +7,7 @@ pub enum Error {
#[error("Only shelley reward addresses can be a part of withdrawals")]
BadWithdrawalAddress,
#[error("{0}")]
FlatDecode(#[from] flat_rs::de::Error),
FlatDecode(#[from] pallas_codec::flat::de::Error),
#[error("{0}")]
FragmentDecode(#[from] pallas_primitives::Error),
#[error("{}\n\n{:#?}\n\n{}", .0, .1, .2.join("\n"))]