Releases: ripple/ripple-rest
1.6.0-rc6
1.6.0-rc5
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
1.6.0-rc3
1.6.0-rc2
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
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
1.4.1-rc1
1.4.0
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 tocounterparty
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
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 tocounterparty
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