Skip to content

0.2.0

Choose a tag to compare

@cjcobb23 cjcobb23 released this 25 May 17:40
· 1415 commits to develop since this release
0.2.0
e7204a5

What's Changed

Numerous stability improvements and addition of NFT RPCs

  • fix validated_ledger location in server_info by @natenichols in #144
  • return entryNotFound instead of ledgerNotFound by @natenichols in #149
  • Log cleanup by @cjcobb23 in #150
  • add support for account_nfts, nft_buy_offers, nft_sell_offers
  • Fix message queueing in WsSession
  • Fix for offer directory iteration
  • Fix crasher in ledger data
  • Properly catch in ip() when peer has disconnected
  • Fixed server_info to match rippled
  • Round age to zero when negative
  • use 64 bit counters to prevent overflow