Skip to content

0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 15:32
5bed78d

Added

  • Proper serde support on principal types (#259)
  • Transaction label display and getters (#260)
  • Impl From for timelocks (#265)
  • Impl some traits to replace node's Coin structure with core's Blockchain (#266)
  • More type transformation to ease usage in node (#275)
  • Re-export concrete types for Bitcoin-Monero swap pair (#273)

Changed

  • Replaced Ctx: Swap generic context with specific generics (#255, #256)
  • Re-work blockchain management and serialization (#264)
  • Bump node related dependencies (#220, #281)
  • Bump bitvec to version 1 (#238)
  • Move to Rust edition 2021 (#279)
  • Use bytes convertion to keep secpfun compatibility (#269)
  • Bump MSRV (Minimum Supported Rust Version) from 1.54.0 to 1.59.0

Fixed

  • Fix key manager consensus decodable implementation (#239)

Removed

  • serde feature is removed and always enabled
  • Remove instruction module and general clean up (#257, #271)