Nicholas Dudfield
5837aa23ea
Remove sjcl-extended/ripple-wallet-generator. Use hash.js & sjcl-codec.
2015-08-14 09:31:49 +07:00
wltsmrz
55fca2d7d5
Lint
2015-05-20 18:47:05 -07:00
wltsmrz
8596dcef21
Check unknown serialization fields
2015-05-20 18:09:02 -07: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
b5ed8f59a7
Add Amount.strict_mode for toggling range validation
2015-03-05 22:21:35 -08:00
Geert Weening
1ed36fabdb
[FIX] unsymmetric memo serializing
...
treat memos as unknown binary, with optionally parsing unsynthesized hint fields
2015-02-05 11:13:37 -08:00
Bo Chen
7cb113fcbc
[TASK] set binary as default for commands that accept the flag
2015-01-20 14:10:22 -08:00
Chris Clark
66c2e27711
[TASK] Refactor tests to support testing compiled javascript
2014-12-19 13:17:02 -08:00
Geert Weening
1704ac4ae1
[FEATURE] improve memo support
...
- add MemoFormat property for memo
- MemoFormat and MemoType must be valid ASCII
- Memo content is converted on the serialization level
- add parsed_* version of Memo content if the parser understand the format
- support `text` and `json` MemoFormat
[FIX] double serialization overriding Memo contents
The copy made in from_json wasn't a deep copy
2014-12-10 13:07:44 -08:00
Geert Weening
4bba55d2dc
Revert "[FEATURE] improve memo support"
...
This reverts commit 89adcf4f4e .
2014-12-04 12:54:48 -08:00
Geert Weening
89adcf4f4e
[FEATURE] improve memo support
...
- add MemoFormat property for memo
- MemoFormat and MemoType must be valid ASCII
- Memo content is converted on the serialization level
- add parsed_* version of Memo content if the parser understand the format
- support `text` and `json` MemoFormat
2014-12-01 09:48:56 -08:00
Nicholas Dudfield
da3af124ba
Update SerializedObject.from_json tests
2014-05-19 15:04:24 +07:00
Nicholas Dudfield
967317f37e
Add SerializedObject.check_no_missing_fields
2014-01-05 11:36:35 +07:00
Stefan Thomas
96ed994932
Fixes on XRP path serialization/deserialization.
2013-11-11 12:17:09 -08:00
wltsmrz
6f9c103d78
Update tests for future test coverage
2013-09-10 15:48:57 -07:00
wltsmrz
bf95285d90
Use assert.deepEqual, fix serializedtypes
2013-09-08 18:07:55 -07:00
wltsmrz
25401bd08d
Update ripple-lib tests to use mocha
2013-09-08 17:33:08 -07:00
jatchili
0c18f6157d
SerializedObject to_json method, and a simple test for that. Tests are still preliminary, and refactoring is still necessary.
2013-08-14 18:33:01 -07:00