Releases: ripple/ripple-rest
1.8.1-rc6
1.8.1-rc5
1.8.1-rc4
1.8.1-rc3
1.8.1-rc2
1.8.1-rc1
Features
cf95240 proxy support
Fixes
f201a2e Fix memory leak in dbinterface
ffd30eb Fix MemoData treated as MemoFormat
94ef298 Use EventEmitter2 in tests to throw an error whenever an event fires that does not have a handler registered
4318052 Fix incorrect unit tests for utils.parseLedger()
Changes
aa9a402 Improve documentation of v1.8
6f4a14d Remove redundant checks that events are not triggered
fecbc89 Remove request_account_info handlers from test cases; registered in testutils
2fbb2e8 Use variable port number to permit parallel testing
98d3e4a Fix tables in REST v1.8 documentation
b4e34bf Extract mock rippled constructor, unify some request handlers to reduce redundancy
b4846fc update server-configuration docs
9b6b949 Update ripple-lib to 0.13.0-rc1
b1e85af Update tests to work with ripple-lib 0.13
1.8.0-rc2
1.8.0-rc1
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
1.7.0-rc1
1.6.0
Changes
a9e1bb9 [FEATURE] Payments: Add perspective account balance changes (RLJS-235)
b34f5d4 [TASK] Provide better error message for missing config file
47d1866 [FEATURE] Production logs in ELF format (RLJS-239)
06f79b3 [DOC] Update quickstart docs
2a33712 Make api logger print stack trace even in NODE_ENV=test
81ac6b2 Add eslint check to .travis.yml
5501cae Show stack traces for uncaught exceptions in middlewares (RLJS-277)
486f7bf [TASK] Support DefaultRipple flag (RLJS-280)
03a25db [DOC] Update README for DefaultRipple flag
ef262da Check server ledger range before requesting transaction
Bug Fixes
469a5c4 [FIX] Restore root index page
2361a4e [FIX] Notifications: Sort transcations on meta.TransactionIndex
(RLJS-253)
04c2614 [FIX] Check order flags correctly (RLJS-279)
4087fab [FIX] source_slippage
should default to zero
533dc33 [FIX] Payment state is pending until validated (RLJS-318)
77b3687 Fix bug in earliest_first query parameter for Payment History API
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
36d8477 Update SendMax logic to match rippled 0.28