Chris Clark
e9aaf50d59
Remove return value of mergeDirectAndAutobridgedBooks
2015-05-11 10:49:13 -07:00
Bo Chen
64809d9ae2
[TASK] add short circuit when there are no direct nor autobridged offers
2015-05-04 13:11:54 -07:00
Chris Clark
d14b38bc91
Merge pull request #335 from clark800/remove-float
...
Remove float.js and wallet.js
2015-05-01 13:31:17 -07:00
Chris Clark
d4a4b5f4fb
Remove float.js and wallet.js
2015-04-30 18:47:43 -07:00
Chris Clark
c655c2a20e
Remove config singleton (global state)
2015-04-30 18:30:53 -07:00
Bo Chen
c7bbce8371
[FEATURE] add offer autobridging
2015-04-29 11:28:14 -07:00
Chris Clark
85e1f2f47d
Fix lint errors in ledger.js
2015-04-24 15:44:07 -07:00
Chris Clark
1f68eba146
Delete unused crypt.js
2015-04-24 15:44:07 -07:00
Chris Clark
10ca2da2d6
Fix lint errors in crypt.js, messages.js, remote.js, message-test.js
2015-04-24 15:44:07 -07:00
Chris Clark
c7ba822320
Improve entropy security and increase CCM tag length
2015-04-24 15:44:06 -07:00
Chris Clark
74dac97b36
Add Amount.scale
2015-04-10 12:56:50 -07:00
wltsmrz
b40b496866
Merge pull request #322 from clark800/rest1.7
...
Add getLedgerSequence method
2015-04-08 11:20:46 -07:00
Chris Clark
fe7e30b737
[FIX] Fail if PRNG has not been seeded with at least 256 bits of entropy before generating ECDSA signatures
2015-04-07 18:08:02 -07:00
Chris Clark
a114281c60
Update comment about the fee base reference constant
2015-04-07 14:34:26 -07:00
Chris Clark
d09548d04d
Add getLedgerSequence
2015-04-07 14:34:22 -07:00
Geert Weening
587782820d
Merge pull request #318 from sublimator/serial-offender
...
Fix SerializedObject.append performance issue
2015-04-06 12:54:48 -07:00
Nicholas Dudfield
f7c35b118e
Fix SerializedObject.append perf issue:
...
* Replace array.concat(array2) with Array.prototype.push.apply
2015-04-04 14:51:12 +07:00
Nicholas Dudfield
9985acc539
Fix linting issues:
...
* Fix lint violations in various files
* Use per-file comment directives to make new-cap a warning instead of error
* sjcl.* don't conform to our standards and eslint exemptions are unweildy
2015-04-04 14:23:41 +07:00
wltsmrz
0357840654
Lint
2015-03-27 15:54:26 -07:00
wltsmrz
53cae3a66d
Check that stack trace is available, fixes logging in browser
2015-03-27 15:49:13 -07:00
Chris Clark
6abfa759aa
[FIX] Make Amount.to_human return correct results for very small numbers
2015-03-25 11:19:25 -07:00
Alan Cohen
e2ed2bdbf6
[TASK] Add GlobalFreeze and NoFreeze flags
...
See: https://wiki.ripple.com/Ledger_Format#AccountRoot
2015-03-20 14:31:47 -07:00
Vahe Hovhannisyan
19e17a8431
[FIX] Amount: clone in ratio_human, product_human
...
Amount.ratio_human and Amount.product_human should change and return the cloned Amount object.
2015-03-18 17:09:17 -07:00
Ivan Tivonenko
719f39c01c
[FIX] fix Base:decode
...
check for invalid input in decoded data
2015-03-17 05:53:02 +02:00
wltsmrz
3e249902c4
Add DefaultRipple account flag
2015-03-10 11:44:50 -07:00
Geert Weening
daa45a44b9
Merge pull request #297 from ripple/add-log-info
...
Add filename and line number to log, use log.warn() for deprecations
2015-03-09 09:45:18 -07:00
Geert Weening
52494628c3
Merge pull request #301 from ripple/amount-strict-mode
...
Add Amount.strict_mode for toggling range validation
2015-03-06 19:54:58 -08:00
wltsmrz
441bd4dfbf
Lint remote.js
2015-03-06 19:06:24 -08:00
wltsmrz
8452f05dda
Lint log.js
2015-03-06 18:36:27 -08:00
wltsmrz
90329d3d73
Add filename and line number to log, use log.warn() for deprecations
2015-03-06 17:35:24 -08:00
Chris Clark
ca83a142f8
[TASK] Fix issues in base.js and add more tests
2015-03-06 17:33:52 -08:00
wltsmrz
ed0b75bcde
Use new Amount(NaN) rather than Amount.NaN()
2015-03-06 15:38:44 -08:00
wltsmrz
6e16bf68ae
Lint serializedobject test
2015-03-06 13:01:57 -08:00
wltsmrz
2fcd09072f
Lint serializedtypes.js
2015-03-06 01:10:22 -08:00
wltsmrz
f0c785b196
Lint amount.js
2015-03-06 01:06:58 -08:00
Geert Weening
84fe76bada
Merge pull request #296 from ripple/fix-currency-parsing
...
Fix currency parsing of non-alphanumeric and no-currency currencies
2015-03-05 22:32:04 -08:00
wltsmrz
b5ed8f59a7
Add Amount.strict_mode for toggling range validation
2015-03-05 22:21:35 -08:00
Bo Chen
5af824f5cf
[FIX] fix taker pays funded calculation
...
When calling `parseInt` on a string with scientific notation, it ignores the exponents.
2015-03-05 09:43:27 -08:00
wltsmrz
2166bb2e88
Fix currency parsing of non-alphanumeric and no-currency currencies
2015-03-04 19:10:39 -08:00
wltsmrz
423ec7d08a
Merge pull request #294 from clark800/baseconverter
...
Refactor base conversion
2015-03-03 20:23:08 -08:00
Chris Clark
914cd6ecb2
Add unit tests for convertBase
2015-03-03 12:22:42 -08:00
Chris Clark
f2b63fa4a8
Refactor base conversion
2015-02-27 21:28:23 -08:00
Bo Chen
4d06ce7454
[FIX] fix eslint errors
2015-02-27 16:12:06 -08:00
Bo Chen
2a5a8b498d
[FIX] fix handling of quality in order book
2015-02-27 09:18:01 -08:00
Bo Chen
6578cf5dd7
Revert "Set User-Agent Header with ripple-lib/{version}"
2015-02-26 14:40:07 -08:00
Geert Weening
2e21e8a43c
Merge pull request #290 from ripple/transactionmanager-tests
...
Add TransactionManager test
2015-02-26 12:48:42 -08:00
wltsmrz
c3b274b18f
Add TransactionManager test
2015-02-25 18:49:59 -08:00
wltsmrz
8e134918fb
Update binary format
2015-02-25 18:39:42 -08:00
wltsmrz
c275174f27
Fix RegularKey requirement in SetRegularKey transaction format
2015-02-23 13:09:50 -08:00
Geert Weening
d9527726b6
Merge pull request #285 from boxbag/orderbook-fix
...
[FIX] fix order funded amount calculation
2015-02-23 09:16:44 -08:00