Geert Weening
4be209e286
[FIX] amount precision bugs
...
- leading 0's for fraction part disappearing
- first decimal lower than 5 wouldn't result in dropping the decimal
2014-10-21 13:22:42 -07:00
Geert Weening
d42e06d48b
[FIX] fraction_part is a string
2014-10-16 14:05:26 -07:00
Geert Weening
033257b03b
[FIX] Amount.to_human() precision slicing instead of rounding
2014-10-16 13:54:42 -07:00
Matthew Fettig
6abed8dd53
[FIX] binformat: added missing TransactionResult options
2014-10-14 11:32:33 -07:00
Geert Weening
947ec3edc2
[FEATURE] add flag to show or hide interest in to_human/to_json
...
The show_interest flag will default to true for interest bearing currencies and false for currencies without interest
2014-10-09 14:31:02 -07:00
Geert Weening
bb76530e4b
Merge pull request #179 from geertweening/develop
...
[FEATURE] make maxLoops in seed.get_key() optional
2014-10-09 09:32:17 -07:00
Matthew Fettig
4c594f8964
[FIX] vault client: URI decode attestation token
2014-10-08 18:17:30 -07:00
Matthew Fettig
778ccd4805
[TASK] vault client: tests for attestation routes and full summary
2014-10-06 18:03:52 -07:00
Matthew Fettig
327c35252f
[FEATURE] vault client: update attestation and attestation summary
2014-10-03 17:17:09 -07:00
Matthew Fettig
5e7af2fba4
[TASK] switch to new attestation endpoint
2014-10-03 17:17:09 -07:00
Matthew Fettig
dce15bc579
[TASK] vault client: add parameters to attest
2014-10-03 17:17:08 -07:00
Matthew Fettig
d5e32db954
[CHORE] vault client: add type to attest parameters
2014-10-03 17:17:08 -07:00
Matthew Fettig
bdfa83592b
[FEATURE] identity functions
2014-10-03 17:17:08 -07:00
Geert Weening
23e473b688
[FEATURE] make maxLoops in seed.get_key optional
...
default to 1 or the index of the requested account +1
2014-10-02 17:26:01 -07:00
wltsmrz
0dfd3a0ae0
Merge pull request #178 from ripplerm/develop
...
configurable maxAttempts
2014-10-01 02:07:04 -07:00
ripplerm
d107092540
configurable maxAttempts
2014-10-01 14:43:44 +08:00
Matthew Fettig
57b70300f5
[FIX] change handling of requestLedger options
...
ledger_index and ledger_hash were being set to true
instead of the specified value, and according to API
docs 'closed','validated', and 'current' can be
supplied to the ledger_index field to get the most
recent of the specified type
2014-09-26 21:41:22 -07:00
wltsmrz
f3f10fd9bd
Fix requestLedger arguments
2014-09-18 02:03:29 -07:00
wltsmrz
7100b4be8d
Emit server with subscription events
2014-09-18 01:41:23 -07:00
wltsmrz
b1a7200d1b
Deprecate account_tx map/reduce/filter
2014-09-18 01:28:43 -07:00
wltsmrz
2cd434e861
Fix orderbook reset on reconnect
2014-09-17 13:42:24 -07:00
wltsmrz
1599eb9629
Add potential missing error handlers
2014-09-17 13:40:49 -07:00
wltsmrz
8ef7481858
Allow mixed letters and numbers in currencies
2014-09-17 13:39:49 -07:00
Edward Hennis
02b5d14d0f
[BUG] Fix Amount.to_human_full()
...
* Amount.is_native is a function, but was referenced as a bool.
* Duplicate to_text_full tests to test to_human_full.
2014-09-12 10:52:46 -04:00
wltsmrz
0120044c96
Fix undefined fee states when connecting to a rippled that is syncing
2014-09-11 23:44:21 -07:00
Geert Weening
51c42e9257
[FIX] return null for _getServer if there's no connected server
2014-09-08 11:54:48 -07:00
Nicholas Dudfield
b4564a86b4
Fix #160 , Seed.parse_json of hex
2014-09-06 10:45:26 +07:00
Steven Zeiler
8bb2623360
[FEATURE] Add Wallet class that generates wallets.
...
[DOC] Comment out logged wallet.
[FIX] Use var instead of const.
2014-09-05 18:20:46 -07:00
wltsmrz
7cccb451d2
Show field name in serialization failure
2014-09-04 20:13:04 -07:00
wltsmrz
a39fb9d551
Minor cleanup
2014-09-04 19:53:16 -07:00
wltsmrz
8f7cdc6e4f
Prevent setting LastLedgerSequence of NaN. Fixes a potential ambiguous serialization error
2014-09-04 19:50:56 -07:00
wltsmrz
8f7e365b03
Wait until remote is connected before emitting ledger_closed events
2014-09-04 18:51:00 -07:00
Geert Weening
4f4808ff15
Merge pull request #158 from justmoon/amount_constants
...
Amount: Constants should be static fields on the class, not a separate export.
2014-09-04 15:30:12 -07:00
Stefan Thomas
e6bbca7df1
[TASK] Amount: Constants should be static fields on the class, not a separate export.
2014-09-04 15:12:14 -07:00
Geert Weening
e1f31765e7
Merge pull request #156 from justmoon/max_value
...
Add a constant for the maximum number representable as a Ripple value
2014-09-04 09:45:38 -07:00
Stefan Thomas
a3668defa8
[TASK] Add a constant for the maximum number representable as a Ripple value.
2014-09-04 09:27:36 -07:00
wltsmrz
dd04177f83
Update owner_funds
2014-08-27 13:05:54 -07:00
Matthew Fettig
dbddc314a6
[CHORE] vault client: get 2fa HMAC instead of ECDSA
2014-08-25 10:45:43 -07:00
wltsmrz
c98f875811
Merge pull request #151 from ripple/incomplete-server-history
...
Add checks for partial server history
2014-08-22 14:06:29 -07:00
wltsmrz
29a1ffb3b8
Merge pull request #150 from ripple/unfunded-orders
...
Fix set funded amount with unfunded native currency
2014-08-22 13:25:29 -07:00
wltsmrz
17770ad4c9
Fix set funded amount with unfunded native currency
2014-08-22 13:23:05 -07:00
wltsmrz
cc9ed435eb
Add checks for partial server history
2014-08-21 17:21:17 -07:00
wltsmrz
2d3bbecb05
Merge pull request #148 from ripple/unfunded-orders
...
Fix setting funded amount
2014-08-21 14:32:52 -07:00
wltsmrz
51e4cb15b4
Fix setting funded amount
2014-08-21 14:18:55 -07:00
wltsmrz
5ce91a027c
Merge pull request #146 from ripple/unfunded-orders
...
Update unfunded order tracking - fix native/non-native currency discrepancies
2014-08-20 16:00:08 -07:00
wltsmrz
c29f92f05b
Fix native/non-native currency discrepancies
2014-08-20 15:50:20 -07:00
wltsmrz
01903cc6d2
Update unfunded order tracking
2014-08-20 14:33:00 -07:00
Yeechan Lu
678c67622d
[FIX] Cannot use demmurage currencies in path_find
...
Use hex format instead of json for currencies.
2014-08-21 00:32:56 +08:00
wltsmrz
006beeb5f9
Convert to IOU format before comparing amounts during updateOfferFunds
2014-08-19 15:17:21 -07:00
wltsmrz
d416f31801
Fix total account funds being emitted on offer_funds_changed rather than the amount set as taker_gets_funded
2014-08-19 14:28:11 -07:00