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

Releases: ripple/ripple-rest

1.6.0-rc6

20 Apr 20:08
Compare
Choose a tag to compare
1.6.0-rc6 Pre-release
Pre-release

Changes

36d8477 Update SendMax logic to match rippled 0.28

1.6.0-rc5

15 Apr 17:33
Compare
Choose a tag to compare
1.6.0-rc5 Pre-release
Pre-release

Changes

724e1b4 Sort transactions in getAccountTransactions based on real order in ledger...
2f676ec Update knex, ripple-lib-transactionparser, and lodash
b4a8aa1 Update ripple-lib to 0.12.3

Fixes

3746dae Fix SendMax bug. Improve testing clarity
77b3687 Fix bug in earliest_first query parameter for Payment History API

1.6.0-rc4

13 Apr 20:30
Compare
Choose a tag to compare
1.6.0-rc4 Pre-release
Pre-release

Bug Fixes

0057873 Correctly determine when to set SendMax

1.6.0-rc3

08 Apr 20:18
Compare
Choose a tag to compare
1.6.0-rc3 Pre-release
Pre-release

Bug Fixes

533dc33 [FIX] Payment state is pending until validated

1.6.0-rc2

07 Apr 18:48
Compare
Choose a tag to compare
1.6.0-rc2 Pre-release
Pre-release

Changes

26366ab Use exceptions for validation functions
6244db4 Extract order validation
436f8d7 Extract orderbook validation
40efda9 Extract submitPayment validation
3e4f5ad Extract getPayment validation
91f3d68 Extract getPathFind validation
d8e09c1 Extract settings validation
af57ab8 Extract trustline validation
e2f1f11 Extract getTransactions validation
29b369b Update ripple-lib to 0.12.2

Bug Fixes

4d658c6 [FIX] Don't try logging User-Agent if it's not there

1.6.0-rc1

07 Apr 17:30
Compare
Choose a tag to compare
1.6.0-rc1 Pre-release
Pre-release

Changes

3fd917c Add perspective balance changes
d6d39aa Check config schema
461af0d Use ELF logging in production env
feb9074 Add eslint to travis
cca7d1d Return 400 for client errors and log stack traces for unhandled exceptions
840ea68 Update ripple lib

Bug Fixes

8b2a3ec Sort transactions on TransactionIndex
8101bae Make api logger print stack trace even in NODE_ENV=test
52702dc Source slippage defaults to zero

1.5.0-rc1

20 Mar 23:05
Compare
Choose a tag to compare
1.5.0-rc1 Pre-release
Pre-release

Changes

  • Support Default Ripple: 486f7bf
  • Update ripple-lib to 0.12.1-rc4: de8f8ee

Bug Fixes

  • Check order flags correctly: 04c2614

1.4.1-rc1

03 Mar 17:27
Compare
Choose a tag to compare
1.4.1-rc1 Pre-release
Pre-release

Changes

  • Notifications API: Sort transactions on meta.TransactionIndex 2361a4e

1.4.0

12 Feb 18:31
Compare
Choose a tag to compare

Breaking Changes

  • client_resource_id cannot be reused anymore for failed transactions 3b4c1636
  • Removed deprecated depoly/dev config 3eae89e7
  • Move hash, ledger and state fields to be on root response object fbc8840c

_Deprecations_

  • In a future version of ripple-rest issuer will be renamed to counterparty

Changes

  • Add place and cancel order functionality d80d198 and 274f5236 and a384c5d5 and e6a8c74a and bbf386ec
  • Add orderbook functionality, get an orderbook for a currency pair 41905cb9
  • Allow a fixed fee to be set on a payment aaa9efae
  • Make response objects consistent for payment history 159e53cb
  • Support paging behavior for balances and trustlines 6980ab7 and d5a153e3
  • Add code to allow rippled in standalone mode and not having a recently closed ledger 3d45a81d
  • Support gzip compression8dc2365d
  • Set SendMax for difference source and destination issuers e7726090
  • Allow a url_base for status url's to be set from config 93ffb6c1
  • Add query parameter for only showing frozen balances a9b246bd
  • Add cors allow methods 18e52a06
  • Increase default account_tx limit a2ed905f
  • Use the ripple-lib-transactionparser to compute transaction balance changes 8b900bf0
  • Fix parameter discrepancy, *_froze_line -> *_trustline_frozen 2701c0b and a8aeeec
  • Fix: allow trust line to be set to 0 333bf320
  • Add tests to show use of interest-bearing currencies 9c5412f
  • Add configuration to allow self-signed certificates 3503049b
  • Update ripple-lib which fixes several stability problems and improving transaction submission reliability, see ripple-lib releases

1.4.0-rc2

10 Feb 18:53
Compare
Choose a tag to compare
1.4.0-rc2 Pre-release
Pre-release

Breaking Changes

  • client_resource_id cannot be reused anymore for failed transactions 3b4c1636
  • Removed deprecated depoly/dev config 3eae89e7
  • Move hash, ledger and state fields to be on root response object fbc8840c

_Deprecations_

  • In a future version of ripple-rest issuer will be renamed to counterparty

Changes

  • Add place and cancel order functionality d80d198 and 274f5236 and a384c5d5 and e6a8c74a and bbf386ec
  • Add orderbook functionality, get an orderbook for a currency pair 41905cb9
  • Allow a fixed fee to be set on a payment aaa9efae
  • Make response objects consistent for payment history 159e53cb
  • Support paging behavior for balances and trustlines 6980ab7 and d5a153e3
  • Add code to allow rippled in standalone mode and not having a recently closed ledger 3d45a81d
  • Support gzip compression8dc2365d
  • Set SendMax for difference source and destination issuers e7726090
  • Allow a url_base for status url's to be set from config 93ffb6c1
  • Add query parameter for only showing frozen balances a9b246bd
  • Add cors allow methods 18e52a06
  • Increase default account_tx limit a2ed905f
  • Use the ripple-lib-transactionparser to compute transaction balance changes 8b900bf0
  • Fix parameter discrepancy, *_froze_line -> *_trustline_frozen 2701c0b and a8aeeec
  • Fix: allow trust line to be set to 0 333bf320
  • Add tests to show use of interest-bearing currencies 9c5412f
  • Add configuration to allow self-signed certificates 3503049b
  • Update ripple-lib which fixes several stability problems and improving transaction submission reliability, see ripple-lib releases