Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Protocol v11

Compare
Choose a tag to compare
@Synesso Synesso released this 19 May 05:11
· 336 commits to master since this release

0.7.0

Breaking changes

  • Renamed types {Create|Delete|Update}OfferOperation to {Create|Delete|Update}SellOfferOperation.
  • Renamed type CreatePassiveOfferOperation to CreatePassiveSellOfferOperation.

Added

  • #77 Supports protocol v11.
    • Renames {Create|Delete|Update}OfferOperation to {Create|Delete|Update}SellOfferOperation.
    • Renames CreatePassiveOfferOperation to CreatePassiveSellOfferOperation.
    • Introduces {Create|Delete|Update}BuyOfferOperation.
  • #78 Parse manage_sell_offer JSON responses to
    provide compatibility with Horizon v0.18.0.

Fixed

  • #76 MemoId is parsed as unsigned Long.
  • #84 Return hash memos are handled explicitly.