Remove unused serde traits #1603
Labels
code-quality
ignore-stale
Override for issues or PRs which should not be removed if stale.
stale
tech-debt
We should remove the serde traits on the following types as the functionality is no longer required:
TransactionId
inastria-core
Address
inastria-core
Deposit
inastria-core
Proof
inastria-merkle
This is effectively reverting commit 3c47298.
Note that removing the impl for
Deposit
requires replacing it with aDisplay
impl, or potentially aValuable
impl.The
Display
impl could be implemented as follows:┆Issue Number: ENG-893
The text was updated successfully, but these errors were encountered: