0.2.0
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