Skip to content

v0.2.0-beta

Compare
Choose a tag to compare
@LimpidCrypto LimpidCrypto released this 13 Apr 16:54
· 159 commits to main since this release
4fb9829

[0.2.0-beta] - 2023-04-13

Transaction, Request and Ledger object models

Added

  • Request models
  • Transaction models
  • Ledger models
  • Utilize anyhow and thiserror for models
  • Utilities regarding serde crate
  • Utilities regarding anyhow crate

Changed

  • Use serde_with to reduce repetitive serialization skip attribute tags
  • Use strum_macros::Display instead of manual core::fmt::Display
  • Use strum_macros::Display for CryptoAlgorithm enum
  • Separated Currency to Currency and Amount
  • Make Wallet fields public

Fixed

  • Broken documentation link
  • Flatten hex exceptions missed from previous pass