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
62d4be0185
[CHORE] offline tests for vault client
2014-06-13 14:35:37 -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
sublimator
8f7cda3c2c
testify
2014-06-12 16:22:19 +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
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
48e49ac42b
Fix server test
2014-06-10 15:15:56 -07:00
wltsmrz
1579d58edf
[THING] Add server test
2014-06-09 13:03:02 -07:00
wltsmrz
61cb21188d
Merge pull request #93 from geertweening/fix/amount_regex
...
[FIX] decimal precision amount parsing
2014-06-05 14:50:34 -07:00
Geert Weening
49d50c02d4
[FIX] decimal precision amount parsing
...
- add non-grouping operator to regex
- add tests to cover the problematic cases
2014-06-05 14:14:50 -07:00
wltsmrz
e49bb4e527
Update tests
2014-06-04 18:04:57 -07:00
wltsmrz
b931b92773
Merge pull request #90 from geertweening/feature/iso_code
...
[FEATURE] add getter for a Currency's iso_code
2014-06-03 16:50:12 -07:00
Geert Weening
a71fc07ba5
[FEATURE] add getter for a Currency's iso_code
2014-06-03 15:18:45 -07:00
Stefan Thomas
9100e8ecc0
[FEATURE] Add ability to calculate ledger entry keys.
2014-06-04 00:12:10 +04:00
Stefan Thomas
fb213e5818
[CHORE] Move HTTP request signing functionality into its own class.
2014-06-04 00:12:06 +04:00
Geert Weening
61586a4185
[FEATURE] support numeric currency codes
...
ISO 4217 states support for both alphabetic and numeric codes. rippled adheres to the ISO 4217 as stated in the Currency_Format on the wiki (https://ripple.com/wiki/Currency_Format ) and there are trustlines out there with numeric currency codes.
The three-digit numeric code is useful when currency codes need to be understood in countries that do not use Latin scripts and for computerised systems. Where possible the 3 digit numeric code is the same as the numeric country code.
2014-06-02 17:14:22 -07:00
wltsmrz
cf53ec9da8
Merge pull request #83 from geertweening/feature-demurrage
...
Interest bearing currency parsing support
2014-06-02 12:52:15 -07:00
Geert Weening
3ef105e077
[FEATURE] support full_name in to_human() and to_json()
2014-05-30 15:10:07 -07:00
Geert Weening
decebe3d2e
[FEATURE] allow numbers, hyphens and spaces in full currency
2014-05-30 15:10:07 -07:00
Geert Weening
2a832777a7
[TEST] add more from_number tests
2014-05-30 15:10:07 -07:00
Geert Weening
1ce2a517aa
[TEST] update amount test for interest bearing currencies
2014-05-30 15:10:07 -07:00
Geert Weening
53c7836a7a
[TEST] test human readable Currency parsing
2014-05-30 15:10:07 -07:00
Matthew Fettig
017713c435
[CHORE] merge upstream changes
2014-05-30 14:35:01 -07:00
wltsmrz
644ca2b472
Fix authinfo test
2014-05-30 13:45:14 -07:00
Matthew Fettig
fa60b182a3
[CHORE] RippleTxt and AuthInfo exported by name
2014-05-30 10:57:00 -07:00
Matthew Fettig
dbc965de3c
[CHORE] VaultClient exported by name
2014-05-30 10:52:57 -07:00
Matthew Fettig
f5b59b4268
[FEATURE] tests for identity functions
2014-05-30 10:13:33 -07:00
wltsmrz
1c02166662
Fix server url formatting
2014-05-30 00:50:06 -07:00
wltsmrz
9a349a3d55
Begin work on offline vault client tests
2014-05-29 14:33:53 -07:00
wltsmrz
c3568de8b3
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-05-28 18:23:11 -07:00
wltsmrz
eca5ac7611
Cleanup
2014-05-28 18:22:54 -07:00
Ewald Moitzi
0b5c0722e0
removed .only from remote testcase for pending transactions
2014-05-27 12:43:56 +02:00
Ewald Moitzi
3964e4522e
[FIX] remote.getPendingTransactions sets _clientID now correctly
...
- added testcase for it
2014-05-27 12:27:28 +02:00
Matthew Fettig
81e0e2672d
[CHORE] new example data
2014-05-20 16:47:15 -07:00
Matthew Fettig
b26129db72
[FEATURE] vault, blob, and crypt module
2014-05-20 13:01:51 -07:00
Matthew Fettig
7ea1ba168d
[FEATURE] authinfo module
2014-05-19 16:38:51 -07:00
Matthew Fettig
7fe530e82c
[FEATURE] ripple.txt client
2014-05-19 16:00:53 -07:00
Matthew Fettig
7e4ae26b8f
[CHORE] include superagent, vault-test
2014-05-19 15:25:53 -07:00
wltsmrz
cc6f683590
Fix merge conflicts
2014-05-19 12:07:24 -07:00
Nicholas Dudfield
da3af124ba
Update SerializedObject.from_json tests
2014-05-19 15:04:24 +07:00
Nicholas Dudfield
80bdce970a
Add binary <--> json encoding integration tests
...
* Add full json ledger dumps of ledgers 38129 and 40000 to test/fixtures
* Use `Ledger` to calculate account and transaction hashes and verify
against dumps
2014-05-18 17:33:47 +07:00
wltsmrz
8979a3cf02
Merge branch account-ids
2014-05-15 07:25:16 -07:00
wltsmrz
4929d63073
Remove sinon require
2014-05-15 02:56:07 -07:00
Nicholas Dudfield
5280d994a2
Fix *U*Int64 parsing, add hardcore mode to ledger verifier.
2014-05-06 14:54:22 +07:00