Chris Clark
34a4dd3077
Express transferRate as a float
2015-07-27 16:59:58 -07:00
Chris Clark
a383bd7e52
Express trustline quality as a float
2015-07-27 16:56:46 -07: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
Ivan Tivonenko
e8d0c1ae95
make api.getTransaction return NotFound error in case of transaction not found
...
instead of core.RippleError
2015-07-28 02:16:30 +03:00
Ivan Tivonenko
ab694381d5
fix some api functions to work with parsed version of transaction
2015-07-28 02:13:54 +03:00
Chris Clark
0c02b92717
Add response schemas and small fixes
2015-07-27 14:20:09 -07:00
wltsmrz
2695f4302a
Merge pull request #436 from wltsmrz/fix-orderbook-notification
...
Fix orderbook notification while disconnected
2015-07-25 06:25:31 +08:00
wltsmrz
a037952493
Fix orderbook notification while disconnected
2015-07-24 15:22:21 -07:00
Chris Clark
8d9746d7b1
Fix webpack require failure due to "./" notation
2015-07-24 14:59:25 -07:00
Chris Clark
00342c4239
Merge pull request #446 from darkdarkdragon/develop-RLJS-370-8
...
Increase tests coverage
2015-07-23 16:47:42 -07:00
Ivan Tivonenko
a88157bb92
change pathfind scheme so destination can be specified without counterparty
2015-07-24 01:34:51 +03:00
Ivan Tivonenko
a99452b773
fix settings.json schema to allow null to
...
'walletSize', 'transferRate', 'emailHash' and
'walletLocator' fields so they
can be cleared
cover api/transaction/settings.js with tests
2015-07-23 23:29:00 +03:00
Geert Weening
0c69f7f10e
Remove src/js
2015-07-23 11:06:12 -07:00
Geert Weening
64f451e904
Merge branch 'release' into develop
...
Conflicts:
npm-shrinkwrap.json
package.json
2015-07-22 11:59:36 -07:00
Geert Weening
56bbe1d437
Update shrinkwrap
2015-07-22 11:42:34 -07:00
Ivan Tivonenko
1fff5ea6dc
[FIX] fix AutobridgeCalculator (RT-3445)
...
pass issuers to AutobridgeCalculator so
it can create offers with right issuers
2015-07-22 11:28:10 -07:00
Ivan Tivonenko
ad9956375f
[FIX] change var to let and const
2015-07-22 11:28:00 -07:00
Reed Rosenbluth
a2b31e2677
check if proxy option is undefined, not if it exists
2015-07-21 17:01:02 -07:00
Chris Clark
e997c44a18
Merge pull request #440 from darkdarkdragon/develop-RLJS-370-4
...
increase test coverage of Account object
2015-07-21 11:37:53 -07:00
Alan Cohen
b27011fb38
Merge pull request #441 from lumberj/add-flow-to-api
...
Add flow to api
2015-07-21 11:22:47 -07: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
Ivan Tivonenko
02bc256225
increase test coverage of Account object
2015-07-21 09:19:25 +03:00
sublimator
9f7293127c
Merge pull request #439 from clark800/cleanup
...
Cleanup
2015-07-21 10:38:57 +07:00
sublimator
61a0ea7eac
Merge pull request #437 from clark800/naming
...
Rename "incoming"/"outgoing" to "initiated"
2015-07-21 10:37:40 +07:00
sublimator
51ef93e23b
Merge pull request #435 from clark800/consistency
...
Don't show flags that are set to false
2015-07-21 09:06:05 +07:00
Reed Rosenbluth
b23d588747
disable eslint for lines 538 - 548
2015-07-20 18:18:45 -07:00
Reed Rosenbluth
2de0e13ec5
proxy support
2015-07-20 17:39:46 -07:00
Chris Clark
d0c922ed13
Require uppercase hex for currency codes
2015-07-20 17:34:03 -07:00
Chris Clark
8c82ebec79
Use "core" instead of "utils.core"
2015-07-20 17:33:19 -07:00
Chris Clark
ddd83d10fa
Don't show flags that are set to false
2015-07-20 16:52:43 -07:00
Chris Clark
031375e701
Rename "incoming"/"outgoing" to "initiated"
2015-07-20 14:59:59 -07:00
Chris Clark
f42dd69b53
Simplify getServerInfo response
2015-07-20 11:15:54 -07:00
Ivan Tivonenko
eb7bbe5715
testing - add memo field into payment transaction so parsePaymentMemos from parsePayment is tested
2015-07-18 00:13:31 +03:00
Chris Clark
df21b9453f
Merge pull request #428 from darkdarkdragon/develop-fix-transaction-parse
...
fix attachTransactionDate in getTransaction
2015-07-16 10:25:42 -07:00
Ivan Tivonenko
22257bdd2b
fix attachTransactionDate in getTransaction
2015-07-16 05:23:56 +03:00
Chris Clark
c073c2b7de
Add getAccountInfo method and unit test
2015-07-15 17:13:14 -07:00
Chris Clark
529a55efb0
Remove sequence from AccountFields
2015-07-15 15:49:05 -07:00
Chris Clark
f7873f3b41
Fix hash128 schema
2015-07-15 15:15:31 -07:00
Chris Clark
1fb1bc7404
Cleanup RippleAPI
2015-07-15 14:55:24 -07:00
Chris Clark
18ac8a9d03
Fix parsing of settings transactions
2015-07-15 14:43:04 -07:00
Chris Clark
7c357c5d52
Merge pull request #424 from clark800/disable-resubmit
...
Disable automatic transaction resubmission for RippleAPI
2015-07-15 14:24:18 -07:00
Chris Clark
fa9e1de4df
Add transaction id to response of getTransaction and getTransactions
2015-07-15 13:57:00 -07:00
Chris Clark
137d947606
Disable automatic transaction resubmission for RippleAPI
2015-07-15 13:45:27 -07:00
darentuzi
fc4b085026
Ternary operator syntax fix
...
let to const and syntax update
2015-07-15 14:44:41 +03:00
sublimator
3407aadfb8
Merge pull request #418 from clark800/ledger-gaps
...
Refine ledger gap detection to reduce false positives
2015-07-15 07:21:09 +08:00
Chris Clark
286a684963
Add support for regularKey in prepareSettings
2015-07-13 16:46:57 -07:00
Chris Clark
3ef586d2d3
Refine ledger gap detection to reduce false positives
2015-07-13 15:57:50 -07:00
sublimator
5889037a71
Merge pull request #414 from clark800/merge-orderbook
...
Merge flipped orderbook in getOrderbook
2015-07-14 06:54:54 +08:00
sublimator
5e3f3969f5
Merge pull request #403 from clark800/no-limit
...
Get all results when limit is not specified
2015-07-14 06:52:20 +08:00