Update Note: In this release we refactored the internal connection logic of ripple-lib to improve resiliency across dropped messages and reconnects. The external interface remains the same, with zero changes to public methods/properties. However, If you experience any problems around connections, requests, and request retries, please file an issue with the repo (and be sure to test against v1.6.0 to confirm that the problem was introduced in this version).
- Documentation
- Bug fixes
- Dependencies
- Update docs dependencies, ejs and doctoc (#1153)
- Update eslint, ripple-lib-transactionparser, typescript, nyc, ws, @types/node, ripple-binary-codec, mocha, mocha-junit-reporter
- Internal
- Add LedgerHistory to Connection (#1119): Moved ledger logic into its own Ledger class