Chris Clark
a655be30d6
Merge pull request #455 from clark800/doc
...
Add api.html
2015-07-27 14:46:50 -07:00
Chris Clark
e5aabc3072
Add api.html
2015-07-27 14:42:29 -07:00
Chris Clark
2cd32d58ad
Merge pull request #454 from clark800/response-schemas
...
Add response schemas and small fixes
2015-07-27 14:22:55 -07:00
Chris Clark
0c02b92717
Add response schemas and small fixes
2015-07-27 14:20:09 -07:00
Geert Weening
c58a077a2f
Merge branch 'release' into develop
2015-07-24 15:39:50 -07:00
Geert Weening
6e7dc9d7d3
Merge branch 'master' into release
...
Conflicts:
npm-shrinkwrap.json
package.json
2015-07-24 15:39:00 -07:00
Geert Weening
572c945274
Bump version to 0.12.6
0.12.6
2015-07-24 15:32:07 -07:00
Geert Weening
c605efab61
Update release notes
2015-07-24 15:31:59 -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
Chris Clark
a17011243e
Fix webpack require failure due to "./" notation
2015-07-24 15:24:40 -07:00
Geert Weening
9a533ab807
Merge branch 'develop' into release
2015-07-24 15:22:35 -07:00
wltsmrz
a037952493
Fix orderbook notification while disconnected
2015-07-24 15:22:21 -07:00
Geert Weening
dc96795a02
Merge pull request #453 from clark800/webpack-fix
...
Fix webpack require failure due to "./" notation
2015-07-24 15:03:44 -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
Chris Clark
e48df2c1fd
Add sample API usage for getting balances and making a payment
2015-07-23 15:51:15 -07:00
Ivan Tivonenko
6ade0f6554
cover api/ledger/pathfind.js with tests
2015-07-24 01:34:54 +03:00
Ivan Tivonenko
a88157bb92
change pathfind scheme so destination can be specified without counterparty
2015-07-24 01:34:51 +03:00
Ivan Tivonenko
00f318284f
cover api/transaction/utils.js with tests
2015-07-24 01:34:49 +03:00
Chris Clark
2e12dc6d53
Merge pull request #445 from darkdarkdragon/develop-RLJS-370-7
...
fix settings.json schema to allow empty stings to
2015-07-23 15:27:50 -07:00
Chris Clark
34435d4d05
Rename API parameters
2015-07-23 14:24:11 -07: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
a05cb39ab0
Merge pull request #447 from geertweening/develop
...
Remove `src/js`
2015-07-23 11:12:21 -07:00
Geert Weening
0c69f7f10e
Remove src/js
2015-07-23 11:06:12 -07:00
Geert Weening
8d50034265
Bump version to 0.13.0-rc1
0.13.0-rc1
2015-07-22 12:02:15 -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
b1b47d7d91
Bump version to 0.12.5
0.12.5
2015-07-22 11:53:13 -07:00
Geert Weening
a93c580c92
Bump version to 0.12.5-rc3
0.12.5-rc3
2015-07-22 11:49:08 -07:00
Geert Weening
030e2786d1
Update release notes
2015-07-22 11:48:34 -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
Chris Clark
4787e5d29a
Merge pull request #444 from darkdarkdragon/develop-RLJS-370-6
...
cover api/transaction/order.js with tests
2015-07-21 18:26:36 -07:00
Ivan Tivonenko
194f76d57f
cover api/transaction/order.js with tests
2015-07-22 04:18:35 +03:00
Chris Clark
d2ee5cb0bc
Merge pull request #443 from darkdarkdragon/develop-RLJS-370-5
...
cover src/api/transaction/payment.js with unit tests
2015-07-21 17:50:05 -07:00
Ivan Tivonenko
040298db2c
cover src/api/transaction/payment.js with unit tests
2015-07-22 03:29:30 +03:00
Chris Clark
b4e6d4b98c
Merge pull request #442 from reedrosenbluth/proxy
...
check if proxy option is undefined, not if it exists
2015-07-21 17:11:42 -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
Chris Clark
ab11220e27
Merge pull request #438 from reedrosenbluth/proxy
...
Proxy Support
2015-07-20 18:22:59 -07:00
Reed Rosenbluth
b23d588747
disable eslint for lines 538 - 548
2015-07-20 18:18:45 -07:00
Reed Rosenbluth
a71dc28523
updated shrinkwrap
2015-07-20 18:02:42 -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