Geert Weening
8d50034265
Bump version to 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
2015-07-22 11:53:13 -07:00
Geert Weening
a93c580c92
Bump version to 0.12.5-rc3
2015-07-22 11:49:08 -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
Reed Rosenbluth
2de0e13ec5
proxy support
2015-07-20 17:39:46 -07:00
Nicholas Dudfield
85befa467b
Use parser: babel-eslint which supports facebook flow
2015-07-02 18:30:11 +07:00
Nicholas Dudfield
96e5d484da
Update eslint
2015-07-02 17:44:38 +07:00
Nicholas Dudfield
46121edd62
Remove global install for CI dependencies:
...
* Add them to package.json
* Fixes weird error with missing `esprima-fb`
2015-06-23 19:47:05 +07:00
Chris Clark
621dfd9ca5
Use "flow check" to prevent "out of retries" errors
2015-06-18 15:10:16 -07:00
Chris Clark
46e2598499
Add license to package.json
2015-06-15 17:28:38 -07:00
Chris Clark
ca7b69a2a0
Fix perf test
2015-06-12 16:22:05 -07:00
Chris Clark
f1c95112bd
Add circle.yml file
2015-06-08 14:00:08 -07:00
Chris Clark
76d8c8b061
Add flow type checking
2015-06-08 14:00:08 -07:00
Chris Clark
908e306f04
Update schemas, use schemas for validation, and switch to is-my-json-valid
2015-06-05 14:58:23 -07:00
Nicholas Dudfield
35ae968d9f
Remove sjcl-custom in favor of sjcl-extended module in separate repo
2015-06-04 16:19:31 +07:00
Chris Clark
278331cc4a
Move ripple-rest/api into src/api, exposing RippleAPI
2015-05-29 10:49:14 -07:00
Chris Clark
50cda426eb
Update sjcl and delete custom ripemd160, montgomery, and jacobi
2015-05-26 14:42:18 -07:00
Chris Clark
171f8349cb
Fix requires in bin directory
2015-05-15 16:34:50 -07:00
Chris Clark
398f8d001f
Set up babel transpiler
2015-05-14 16:07:47 -07:00
Chris Clark
cb4f6e37a8
Remove src/cpp and clean up files
2015-05-13 15:03:32 -07:00
Chris Clark
9a502580fd
Use sjcl npm module, delete sjcl code
2015-05-12 15:00:02 -07:00
Geert Weening
ac0a4f521a
Bump version to 0.12.5-rc2
2015-05-05 11:20:08 -07:00
Geert Weening
3ba5a18b91
Bump version to 0.12.5-rc1
2015-04-29 11:54:36 -07:00
Geert Weening
50eca42e35
Bump version to 0.12.4
2015-04-24 16:21:32 -07:00
Geert Weening
85b64b7ac3
Bump version to 0.12.4-rc1
2015-04-24 15:44:08 -07:00
Chris Clark
71a1282b89
Remove unused dependency: superagent
2015-04-24 15:44:07 -07:00
Chris Clark
d71873442f
Update ripple-wallet-generator version
2015-04-24 15:44:07 -07:00
Geert Weening
c4595e03ce
Bump version to 0.12.3
2015-04-24 15:44:06 -07:00
Geert Weening
26a7eb456b
Bump version to 0.12.3-rc2
2015-04-24 15:44:06 -07:00
Geert Weening
2f2e41c781
Bump version to 0.12.3-rc1
2015-04-08 13:36:23 -07:00
Chris Clark
56d8aa797a
Fix lint errors in transaction-test.js and transaction-manager-test.js
2015-04-07 18:08:07 -07:00
Geert Weening
2c3f9ca202
bump version to 0.12.2
2015-04-06 12:57:47 -07:00
Geert Weening
f1f0a43f21
Bump version to 0.12.1-rc1
2015-03-27 16:56:27 -07:00
Geert Weening
949a1ca4ae
Bump version to 0.12.1
2015-03-26 15:12:14 -07:00
Geert Weening
e667536a5b
Bump version to 0.12.1-rc6
2015-03-25 12:15:09 -07:00
Chris Clark
1c9635edad
Increase timeout for mocha tests because sometimes tests fail on travis due to taking too long
2015-03-18 17:27:06 -07:00
Geert Weening
25cf6c52e4
Bump version to 0.12.1-rc5
2015-03-18 17:24:24 -07:00
Geert Weening
c865ae9734
Bump version to 0.12.1-rc4
2015-03-17 11:19:34 -07:00
Geert Weening
25bb9c7320
Bump version to 0.12.1-rc3
2015-03-11 11:49:30 -07:00
Geert Weening
a883151400
Bump version to 0.12.1-rc2
2015-03-09 10:06:04 -07:00
Chris Clark
ad22480117
[FIX] Don't lint deleted files and pull eslintrc from javascript-style-guide repo to ensure that it is up to date
2015-03-06 11:20:20 -08:00
Steven Zeiler
777554809a
[TASK] Bump ripple-wallet-generator patch version
2015-03-02 16:53:52 -08:00
wltsmrz
c3b274b18f
Add TransactionManager test
2015-02-25 18:49:59 -08:00
Chris Clark
b62f42006c
[TASK] Add eslint enforcement to travis.yml
2015-02-23 16:34:22 -08:00
Geert Weening
af4ed295e0
Bump version to 0.12.1-rc1
2015-02-23 09:25:42 -08:00
Chris Clark
b7ccf424f4
[TASK] Update bignumber.js and use new feature to simplify our code
2015-02-19 19:51:05 -08:00
Geert Weening
2abac6ce5c
Bump version to 0.12.0
2015-02-11 12:24:40 -08:00
Geert Weening
7059ab65d6
Bump version to 0.12.0-rc3
2015-02-10 16:46:58 -08:00