Skip to content

1.1.1 - Fix getOrderbook

Compare
Choose a tag to compare
@intelliot intelliot released this 27 Nov 23:20

1.1.1 (2018-11-27)

  • Fix getOrderbook offer sorting (#970)
    • BREAKING CHANGE: The ordering of offers returned by getOrderbook has
      been changed so that offers with the best quality are sorted first
  • Add new helper methods for working with the rippled APIs:
    • formatBidsAndAsks: Takes offers and returns a formatted order book object
      with bids and asks
    • renameCounterpartyToIssuer: Takes an object and renames the counterparty
      field to issuer
  • TypeScript: Add return type for generateAddress (#968)

When using ripple-lib with rippled, we recommend using rippled version 1.1.1 or
later.