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

1.8.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@alandotcom alandotcom released this 11 May 19:28
· 52 commits to develop since this release

Features

  • e076d62 [FEATURE] Add getNotifications API
  • 836af82 Add documentation for v1.8 features

Changes

  • e7c53ec Update Winston to 1.0.0
  • 5919ea9 Add ledger range check for transaction request
  • 90cbdcc Correct 0.0.1 version number in config doc
  • eadb0db Prepare/sign/submit flow for settings
  • dd34988 Document min_ledger/max_ledger for get transaction request
  • baf8ad1 Update knex, ripple-lib-transactionparser, and lodash
  • 0d1d0fa Sort transactions in getAccountTransactions based on real order in ledger...
  • 57f7672 Bump ripple-lib to 0.12.4-rc1
  • 37508bb Add prepare and sign functionality to existing REST endpoints
  • 5a9ad8b Update .travis.yml to use faster docker containers
  • 0a0867d Use npm-shrinkwrap
  • 9a90d2b Use asyncify to remove callbacks on synchronous functions, add simple-asyncify dependency, and update async dependency version
  • c4c14a5 Clean up package.json and update dependencies
  • ea20d80 Force synchronous per-transaction DB updates

Fixes

  • b68fa0a Fix bug in earliest_first query parameter for Payment History API
  • 1b03165 [FIX] Removing GET /notifications, handle exceptions in getTransaction