v0.2.0-beta
LimpidCrypto
released this
13 Apr 16:54
·
159 commits
to main
since this release
[0.2.0-beta] - 2023-04-13
Transaction, Request and Ledger object models
Added
- Request models
- Transaction models
- Ledger models
- Utilize
anyhow
andthiserror
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 manualcore::fmt::Display
- Use
strum_macros::Display
forCryptoAlgorithm
enum - Separated
Currency
toCurrency
andAmount
- Make
Wallet
fields public
Fixed
- Broken documentation link
- Flatten hex exceptions missed from previous pass