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
b7f7e6dc60
Merge pull request #92 from ripple/tests
...
Update tests
2014-06-04 18:10:13 -07:00
wltsmrz
e49bb4e527
Update tests
2014-06-04 18:04:57 -07:00
wltsmrz
44a9724b2a
Merge pull request #91 from shekenahglory/develop
...
Necessary updates for vault client integration in ripple trade
2014-06-04 17:41:29 -07:00
Matthew Fettig
7af4a376a2
[CHORE] lint cleanup
2014-06-04 15:14:05 -07:00
Matthew Fettig
77e69efe19
[FEATURE] blobvault: resend email verification
2014-06-04 15:09:22 -07:00
Matthew Fettig
da8061ed52
[FEATURE] expose AuthInfo and RippleTxt modules in ripple class
2014-06-04 15:08:08 -07:00
Matthew Fettig
90d65573b5
Merge remote-tracking branch 'upstream/develop' into develop
2014-06-04 11:51:52 -07:00
wltsmrz
838180a498
Merge pull request #89 from ripple/multi-server
...
Multi-server update
2014-06-04 11:47:02 -07:00
Matthew Fettig
5ebab2fe28
[CHORE] refactored identity functions necessary for ripple client integration
2014-06-04 10:45:05 -07:00
Matthew Fettig
0ff0004d42
Merge remote-tracking branch 'upstream/develop' into develop
2014-06-04 10:03:17 -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
wltsmrz
ad08e20085
Cleanup
2014-06-03 16:44:36 -07:00
wltsmrz
c1c18c465d
Use median rather than average transaction fee
2014-06-03 16:36:18 -07:00
Geert Weening
a71fc07ba5
[FEATURE] add getter for a Currency's iso_code
2014-06-03 15:18:45 -07:00
Matthew Fettig
89c4839fa5
[DEBUG] multiple bug fixes with blob creation
2014-06-03 14:06:15 -07:00
wltsmrz
41ee43740e
Merge pull request #88 from justmoon/feature/generate_ledger_entry_indexes
...
Generate ledger entry indexes
2014-06-03 13:41:08 -07:00
wltsmrz
179c215b15
Uncomment reconnect logic
2014-06-03 13:36:06 -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
Matthew Fettig
ac12e3fb5c
Merge remote-tracking branch 'upstream/develop' into develop
2014-06-03 13:03:20 -07:00
wltsmrz
caa78b11dd
Merge pull request #87 from geertweening/feature/numeric_currency_code
...
[FEATURE] support numeric currency codes
2014-06-03 12:21:24 -07: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
a7df5248c9
Broadcast transaction submission requests, use average server fee
2014-06-02 17:11:46 -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
Matthew Fettig
46e966fb7f
Merge remote-tracking branch 'upstream/develop' into develop
2014-06-02 09:17:14 -07:00
Matthew Fettig
01e38ed4ca
[BUG] merge IE11 signature fix
2014-06-02 09:16:48 -07:00
wltsmrz
01459061ee
Merge pull request #86 from shekenahglory/develop
...
Identity functions for blob vault storage
2014-05-30 15:55:42 -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
6a718c4384
[FIX] parse_number correctly setting _is_negative
2014-05-30 15:10:07 -07:00
Geert Weening
a1face76b7
[FIX] parse_number should create a non-native currency
...
"1" just means "some issuer, don't care which"
2014-05-30 15:10:07 -07:00
Geert Weening
8104f71162
[FIX] Currency by number default type
...
should be a non-interest bearing currency
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
Geert Weening
160b6e8a51
[FEATURE] human readable demurrage support
...
- human readable string to Currency
- Currency to human readable string
2014-05-30 15:10:07 -07:00
Geert Weening
b1f6284813
[CHORE] add IEEE-754 Double Precision float support
...
for an 8 byte representation of floats
2014-05-30 15:10:07 -07:00
Matthew Fettig
d104ebb6f5
[BUG] fix bug with nationalID types
2014-05-30 14:47:57 -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
wltsmrz
453ff91065
Comma should be semicolon, woopsy
2014-05-30 13:30:48 -07:00
Matthew Fettig
8b79ec0e5a
[DOCS] added Vault Client Documentation
2014-05-30 13:01:22 -07:00
Matthew Fettig
95b7858c8f
[CHORE] require specific entity types
2014-05-30 13:00:41 -07:00
Matthew Fettig
5ef7e5462e
Merge branch 'feature/best-practices' into develop
2014-05-30 11:54:41 -07:00
Matthew Fettig
54a2655bc2
[CHORE] gulp lint cleanup
2014-05-30 11:53:05 -07:00
Matthew Fettig
785a066ebb
[CHORE] Crypt exported by name
2014-05-30 11:10:25 -07:00