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
Geert Weening
65a669bbb2
Merge pull request #319 from sublimator/lints
...
eslint fixes
2015-04-04 00:35:57 -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
Geert Weening
f1f0a43f21
Bump version to 0.12.1-rc1
0.12.2-rc1
2015-03-27 16:56:27 -07:00
Geert Weening
6b856c3cc5
Update release notes
2015-03-27 16:55:44 -07:00
Geert Weening
d92888ed73
Merge pull request #317 from ripple/fix-browser-log
...
Check that Error.stack is available, fixes logging in browser
2015-03-27 16:52:18 -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
Geert Weening
949a1ca4ae
Bump version to 0.12.1
0.12.1
2015-03-26 15:12:14 -07:00
Geert Weening
e667536a5b
Bump version to 0.12.1-rc6
0.12.1-rc6
2015-03-25 12:15:09 -07:00
Geert Weening
dde000a4bb
Update release notes
2015-03-25 12:14:30 -07:00
Geert Weening
aa1f5a8e7d
Merge pull request #316 from clark800/fix/to_human_small_number
...
[FIX] Make Amount.to_human return correct results for very small numbers
2015-03-25 12:09:13 -07:00
Chris Clark
bfbfcc2894
Fix lint errors in amount-test.js
2015-03-25 11:28: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
7cbac2e757
Merge pull request #315 from ripple/readme-link-fix
...
Fix link in GUIDES.md
2015-03-24 11:04:31 -07:00
Alan Cohen
1012381d3d
Update GUIDES.md
2015-03-24 09:17:43 -07:00
Geert Weening
6de96f62df
Merge pull request #314 from lumberj/addflags
...
[TASK] Add GlobalFreeze and NoFreeze flags
2015-03-23 12:23:05 -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
Geert Weening
e248c54aa5
Merge pull request #312 from clark800/mocha-timeout
...
Increase timeout for mocha tests because sometimes tests fail on travis ...
2015-03-19 09:09:46 -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
0.12.1-rc5
2015-03-18 17:24:24 -07:00
Geert Weening
7859ef6145
Update release notes
2015-03-18 17:23:46 -07:00
Geert Weening
6efaa4ac7e
Merge pull request #311 from vhpoet/patch-4
...
[FIX] Amount: clone in ratio_human, product_human
2015-03-18 17:21:21 -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
Geert Weening
c865ae9734
Bump version to 0.12.1-rc4
0.12.1-rc4
2015-03-17 11:19:34 -07:00
Geert Weening
6959f74073
Update release notes
2015-03-17 11:14:36 -07:00
Chris Clark
9f4d21e976
Merge pull request #310 from darkdarkdragon/release-base-decode-fix
...
[FIX] fix Base:decode
2015-03-17 10:12:07 -07:00
Ivan Tivonenko
719f39c01c
[FIX] fix Base:decode
...
check for invalid input in decoded data
2015-03-17 05:53:02 +02:00
Geert Weening
25bb9c7320
Bump version to 0.12.1-rc3
0.12.1-rc3
2015-03-11 11:49:30 -07:00
Geert Weening
a160e16abd
Update release notes
2015-03-11 11:48:46 -07:00
Geert Weening
ec31841aa5
Merge pull request #305 from geertweening/add-default-rippling-flag
...
Add DefaultRipple account flag
2015-03-11 11:41:49 -07:00
wltsmrz
3e249902c4
Add DefaultRipple account flag
2015-03-10 11:44:50 -07:00
Geert Weening
21bb766f06
Update release notes
2015-03-10 11:30:34 -07:00
Geert Weening
a883151400
Bump version to 0.12.1-rc2
0.12.1-rc2
2015-03-09 10:06:04 -07:00
Geert Weening
3c7fe82cbd
Regenerate shrinkwrap
2015-03-09 10:05:49 -07:00
Geert Weening
899fc09704
Update release notes
2015-03-09 10:03:32 -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
Geert Weening
dbf5d21b72
Merge pull request #303 from clark800/morebasetest
...
[TASK] Fix issues in base.js and add more tests
2015-03-06 19:53:27 -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
Chris Clark
0d2325e646
[TASK] Fix seed-test.js lint errors
2015-03-06 17:41:42 -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
d3b2d3d5c5
Merge pull request #304 from clark800/fix/travis_eslint2
...
[FIX] Fix bug in .travis.yml generation of list of modified files in pul...
2015-03-06 17:18:55 -08:00
Chris Clark
255177487c
[FIX] Fix bug in .travis.yml generation of list of modified files in pull request
2015-03-06 15:53:52 -08:00
wltsmrz
ed0b75bcde
Use new Amount(NaN) rather than Amount.NaN()
2015-03-06 15:38:44 -08:00
Chris Clark
06500a7909
Merge pull request #302 from clark800/fix/travis_eslint
...
[FIX] Don't lint deleted files and pull eslintrc from javascript-style-g...
2015-03-06 13:32:47 -08:00
wltsmrz
6e16bf68ae
Lint serializedobject test
2015-03-06 13:01:57 -08: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