Chris Clark
1a99a2fddb
BREAKING CHANGE: Remove dependency of src/api on src/core, removes multiserver support
2015-10-26 16:28:43 -07:00
Chris Clark
cd17d6940f
BREAKING CHANGE: getFee returns promise, express fee in XRP in instructions response, use rawRequest to start decoupling Remote from API
2015-10-22 14:34:42 -07:00
Chris Clark
3fbde86548
Set FullyCanoncialSig flag and fix integration tests
2015-10-20 15:49:03 -07:00
Ivan Tivonenko
d573c5746b
refactor getLedgerVersionHelper
2015-09-30 07:07:46 +03:00
Ivan Tivonenko
51e8f9a87a
make Remote.getLedgerSequence asynchronous
2015-09-30 07:05:39 +03:00
Chris Clark
7ee368965c
Add ledgerClosed event
2015-09-21 14:38:51 -07:00
Ivan Tivonenko
5cb63a258c
annotate api functions with types
2015-08-17 20:51:03 +03:00
Chris Clark
bbd51a03b6
Convert API to promises
2015-08-03 17:22:17 -07:00
Ivan Tivonenko
03640efef5
change snake_case to camelCase in responses from api.submit and api.getServerInfo and add schema for it
2015-07-30 03:10:10 +03:00
Ivan Tivonenko
2c52e4aa69
more unit tests coverage
2015-07-28 02:24:27 +03:00
Ivan Tivonenko
13dee36e93
propagate message from remote error to RippledNetworkError
2015-07-28 02:17:40 +03:00
Alan Cohen
b477eb238b
Add flow-bin to dev dependencies and ignore it in flowconfig
...
Add flow to api/server/server.js
Add flow check to src/api: index, accountinfo, balances, orderbook..
orders, settings, transaction, transactions
Add flow typecheck to api/ledger/pathfind
Use eslint plugin flowtype to allow flow type annotations
Babel-eslint emits errors when using the type keyword. This plugin works
around the issue by stripping flow annotations before linting.
Source: https://www.npmjs.com/package/eslint-plugin-flowtype
Add flow to ledger/parse/account-order, trustline, orderbook-order
2015-07-21 10:59:49 -07:00
Chris Clark
f42dd69b53
Simplify getServerInfo response
2015-07-20 11:15:54 -07:00
Chris Clark
befd89c3d7
Add getLedgerVersion and unit test
2015-07-08 14:05:25 -07:00
Chris Clark
32ca23a00b
Convert server methods, add unit tests, and cleanup
2015-07-02 11:17:06 -07:00
Chris Clark
278331cc4a
Move ripple-rest/api into src/api, exposing RippleAPI
2015-05-29 10:49:14 -07:00