Commit Graph

23 Commits

Author SHA1 Message Date
Chris Clark
c4fa4c237c Compile test cases to run tests without using Babel 2015-08-24 16:58:50 -07:00
Chris Clark
d8e95a3c3b Rename generateWallet to generateAddress 2015-08-18 17:44:10 -07:00
Ivan Tivonenko
5cb63a258c annotate api functions with types 2015-08-17 20:51:03 +03:00
Chris Clark
194b73c293 Test compiled code in dist/npm on CI server 2015-08-06 14:59:48 -07:00
Chris Clark
82d7ce7ac2 Switch to direction/quantity/totalPrice for orderbookChanges 2015-08-06 12:27:03 -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
Nicholas Dudfield
85befa467b Use parser: babel-eslint which supports facebook flow 2015-07-02 18:30:11 +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
823d7048ba Parallelize CircleCI tests 2015-06-09 13:13:13 -07:00
Chris Clark
171f8349cb Fix requires in bin directory 2015-05-15 16:34:50 -07:00
professorhantzen
f1004c6db2 Correct usage example with surrounding apostrophes 2014-10-25 13:14:07 +13:00
sublimator
4e67167394 Fix usage in decode_binary.js 2014-01-22 12:49:36 +07:00
wltsmrz
292b6825fc Merge pull request #48 from miracle2k/signing_hash
Fix signingHash calls; make rsign output pre-sign hash.
2014-01-21 16:54:06 -08:00
Michael Elsdörfer
c95d976e84 Fix signingHash calls; make rsign output pre-sign hash. 2014-01-19 16:04:38 +01:00
Michael Elsdörfer
7bbab0759a Add utility script to decode binary blobs. 2014-01-19 16:01:14 +01:00
wltsmrz
eed4a932bd Update bin/validate_address 2013-12-30 15:17:52 -08:00
wltsmrz
b5f4fdf918 Remove validate_account (it exists as bin/validate_address.js) 2013-12-30 15:14:53 -08:00
wltsmrz
e7b6050b82 Add bin/validate_address 2013-12-24 17:19:25 -08:00
wltsmrz
9630d92e0a Fix bin/rsign example sequence 2013-09-06 15:41:17 -07:00
wltsmrz
f6cfcb6217 Rewrite rsign 2013-09-03 12:29:45 -07:00
Arthur Britto
337bb03a00 Fix rsign.js require path. 2013-05-23 15:32:58 -07:00
Arthur Britto
d1c1ac7fbb Adjust rsign.js for being in ripple-lib. 2013-04-27 12:35:45 -07:00
Stefan Thomas
0622cc9766 Add bin/rsign.js. 2013-04-27 15:15:20 +02:00