Geert Weening
a47eef3283
[TEST] add full_name null case test
2014-06-24 11:55:33 -07:00
Geert Weening
e0bcf19340
[FIX] value parsing for amount/currency order pairs
...
e.g. `100000 USD` and `USD 100000` should have the same result
2014-06-24 10:48:12 -07:00
Geert Weening
fa9305626b
[FIX] force hex for orderbook requests
...
interest bearing currencies would be sent down malformed `XAU (0.5%pa)` when rippled would be expecting either hex or iso
2014-06-23 14:49:48 -07:00
Geert Weening
a573465e41
[FEATURE] Currency: add option force hex in json format
...
provide the `force_hex` flag in the options object in a `to_json` or `json_rewrite` call
2014-06-23 14:48:54 -07:00
Geert Weening
9527d6ed22
[TEST] add test for demurred currency Amount parsing
2014-06-23 14:04:52 -07:00
Geert Weening
3ef60e0391
[TASK] add npm-debug to gitignore
2014-06-23 14:04:52 -07:00
wltsmrz
fd0dc3b330
Merge pull request #108 from shekenahglory/develop
...
[FIX] vault client: rippleTxt test request diverted to offline mock
0.7.37
2014-06-23 13:45:41 -07:00
Matthew Fettig
3ebcadfad4
[FIX] vault client: rippleTxt test request diverted to offline mock
2014-06-23 13:44:16 -07:00
wltsmrz
f963d266a2
Merge pull request #107 from geertweening/update_history
...
[DOC] update changelog with currency changes
2014-06-23 13:23:04 -07:00
shekenahglory
309957a6cf
Update HISTORY.md
2014-06-23 13:16:19 -07:00
Geert Weening
47094f84d7
[DOC] update changelog with currency changes
2014-06-23 12:01:13 -07:00
wltsmrz
68c86bf672
Merge pull request #106 from shekenahglory/develop
...
[FIX] vault client: set SJCL test entropy random string to base64
2014-06-23 11:52:41 -07:00
Matthew Fettig
e6782f4563
[FIX] vault client: set SJCL test entropy random string to base64
2014-06-23 11:30:06 -07:00
wltsmrz
1b2b19381b
Merge pull request #103 from shekenahglory/develop
...
[FEATURE] vault client: updateProfile and deleteBlob
2014-06-23 11:09:30 -07:00
wltsmrz
d495f397b0
Bump version
2014-06-23 10:58:48 -07:00
wltsmrz
f1a58de348
Update HISTORY.md
2014-06-23 10:58:36 -07:00
Matthew Fettig
6ae186951b
[FEATURE] vault client: updateProfile and deleteBlob
2014-06-19 15:58:38 -07:00
wltsmrz
8d77ff9af7
Merge pull request #102 from shekenahglory/develop
...
Save encrypted blob decrypt key at login if missing
2014-06-18 21:35:16 -07:00
Matthew Fettig
eeb5e22e9a
[FIX] blob: catch missing encrypted blob decrypt key
2014-06-18 17:16:40 -07:00
Matthew Fettig
fc5284cc88
[CHORE] RippleTxt: add tests for new functions
2014-06-18 16:40:55 -07:00
Matthew Fettig
6a7eb132bd
[FEATURE] RippleTxt: parse ripple.txt for currencies
2014-06-18 16:28:18 -07:00
Matthew Fettig
f8519584d2
[CHORE] RippleTxt and AuthInfo changed from classes to objects
...
fix vault test entropy issue
refactor missing feilds on login
2014-06-18 12:36:33 -07:00
Matthew Fettig
58b307411e
[FIX] vault client: account registration using lowercase version of username
...
also added username validation with rules from ripple trade client
2014-06-17 14:12:11 -07:00
Matthew Fettig
c7dd3cc70e
[FIX] vault-test: increase entropy from randomBytes
...
When running vault-test.js alone, the entropy was insufficient
for the seed generator. Entropy must be added elsewhere when
the full test suite is run.
2014-06-17 13:29:27 -07:00
Matthew Fettig
dc62dbe022
[FEATURE] vault client: create encrypted blob decrypt key if missing
...
if the key is missing, upon login the key will be automatically
generated and saved to the blobvault.
2014-06-17 13:20:28 -07:00
Vahe Hovhannisyan
e50ddd6237
[FIX] Blobvault: Include domain on account creation call
...
Blobvault now requires a domain field to be passed on the account creation request.
2014-06-16 15:43:34 -07:00
wltsmrz
6a55dbc55e
Add build script
2014-06-16 13:02:52 -07:00
wltsmrz
4e7cf460ec
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-06-16 12:57:02 -07:00
wltsmrz
87dd8d535a
Remove dedupe plugin from minified webpack build
2014-06-16 12:56:28 -07:00
wltsmrz
ce6010ecd3
Merge pull request #101 from shekenahglory/develop
...
Offline vault client tests and improved coverage
2014-06-14 17:13:02 -07:00
Matthew Fettig
ac5f146187
[CHORE] change randomBytes to 256 for vault test
2014-06-14 09:13:14 -07:00
Matthew Fettig
14b2697a52
[CHORE] use strict equal on vault tests
2014-06-14 09:01:35 -07:00
Matthew Fettig
a4078e10e9
[CHORE] vault client test for blob creation
2014-06-13 14:54:41 -07:00
Matthew Fettig
06796aa7c0
Merge branch 'feature/nock' into develop
2014-06-13 14:36:42 -07:00
Matthew Fettig
62d4be0185
[CHORE] offline tests for vault client
2014-06-13 14:35:37 -07:00
Matthew Fettig
2e0536ea2d
bug fixes and documentation
2014-06-13 14:35:01 -07:00
Matthew Fettig
94c7408b5b
[FEATURE] offline vault client tests
2014-06-12 17:46:34 -07:00
wltsmrz
1186b4a314
Fix fractional transaction fee
2014-06-12 03:06:23 -07:00
wltsmrz
1cccf01bf2
Merge pull request #99 from sublimator/develop
...
Test we don't compute floating point median Fee
2014-06-12 02:58:40 -07:00
sublimator
8f7cda3c2c
testify
2014-06-12 16:22:19 +07:00
wltsmrz
c95ac13946
Merge pull request #98 from ripple/tests
...
Improve test coverage
2014-06-12 00:33:14 -07:00
wltsmrz
ee1ce36045
Use URL rather than hostname for setServer lookup
2014-06-12 00:29:23 -07:00
wltsmrz
a4f22d8b42
Improve transaction-test coverage
2014-06-12 00:20:56 -07:00
wltsmrz
2afce7cf54
Improve server-test coverage
2014-06-11 23:19:50 -07:00
wltsmrz
6150721951
Improve request-test coverage
2014-06-11 22:24:21 -07:00
wltsmrz
61b3ef0205
Merge pull request #96 from ripple/tests
...
Add server and transaction test
2014-06-11 21:44:28 -07:00
wltsmrz
06108ffee3
Fix server test
2014-06-11 21:40:41 -07:00
wltsmrz
726b309085
[THING] Add transaction test
2014-06-11 21:23:27 -07:00
wltsmrz
ff14b55ea5
Merge pull request #94 from shekenahglory/develop
...
Blob recover, change password, and refactoring
2014-06-11 16:32:25 -07:00
Matthew Fettig
bb82eb9219
[BUG] fix bug on update blob keys
2014-06-11 16:10:24 -07:00