Geert Weening
d3d85a3fcf
[DOC] add doc that accountRequest throws
...
if a marker is provided, but no ledger_index or ledger_hash
2014-11-14 10:11:13 -08:00
Geert Weening
3ee7998261
[TASK] bump version to 0.9.3-rc1
0.9.3-rc1
2014-11-11 17:52:30 -08:00
Geert Weening
6fb9ed8312
[DOC] update release notes
2014-11-11 17:52:13 -08:00
Geert Weening
89f79c35f5
Merge pull request #206 from geertweening/fix/tec_wait_for_validated
...
[TASK] wait for validation before returning tec error
2014-11-11 17:49:38 -08:00
Geert Weening
6bdd4b2670
[TASK] wait for validation before returning tec error
2014-11-11 16:54:25 -08:00
Geert Weening
acd79d19e2
[TASK] bump version to 0.9.2
0.9.2
2014-11-11 12:14:04 -08:00
Geert Weening
674d4a957d
[TASK] bump version to 0.9.2-rc6
0.9.2-rc6
2014-11-11 11:51:54 -08:00
Geert Weening
bdbf264771
[FIX] support string '0' being interpreted as XRP
2014-11-11 11:51:12 -08:00
Geert Weening
261b72d0fc
[DOC] update API reference
2014-11-10 14:32:35 -08:00
Geert Weening
b5b167ef6d
[DOC] update README and GUIDES
...
to match current API's
2014-11-10 10:14:11 -08:00
Geert Weening
66d21b24cd
[TASK] bump ripple-lib to 0.9.2-rc5
0.9.2-rc5
2014-11-07 18:22:23 -08:00
Geert Weening
5a084ea3cc
[TEST] fix broken tests
...
as a result of updating account_info request in account.js
2014-11-07 18:22:05 -08:00
Geert Weening
486944fa4c
[FIX] request account info in account.js
2014-11-07 18:04:04 -08:00
Geert Weening
b63a76d298
[TASK] bump version to 0.9.2-rc4
0.9.2-r4
2014-11-07 17:45:17 -08:00
Geert Weening
31045039c0
[DOC] update release notes
2014-11-07 17:44:30 -08:00
Geert Weening
6f5d1104aa
[TASK] change accountRequest method signature
...
`(type, options, callback)` where the last argument will be considered for callback if it's a function
2014-11-07 17:08:01 -08:00
Geert Weening
3c9660203b
Merge pull request #203 from geertweening/feature/marker_valid_ledger
...
[FEATURE] check for valid ledger when using marker
2014-11-07 12:57:57 -08:00
Geert Weening
29e1423f84
[FEATURE] check for valid ledger when using marker
...
when using a marker on an account request, a valid ledger_index or ledger_hash is required, otherwise the results can't be guaranteed to be reliable
consolidated test values for addresses, indexes and hashes
2014-11-07 11:18:24 -08:00
Geert Weening
e42e67e259
[TASK] consolidate accountRequest and pagingAccountRequest
...
update `requestAccountCurrencies` and `requestAccountInfo`
2014-11-07 09:52:17 -08:00
Geert Weening
ed018282c4
[TASK] remove clone in favor of copy and update
...
see 'object' case in `parse_json`
2014-11-06 22:58:04 -08:00
Geert Weening
fbe015758c
[TASK] bump version to 0.9.2-rc3
0.9.2-rc3
2014-11-06 21:48:01 -08:00
Geert Weening
7e24a81764
[DOC] update release notes
2014-11-06 21:47:44 -08:00
Geert Weening
9ab77e90fe
Merge pull request #202 from geertweening/feature/paging_account_request
...
[FEATURE] add paging account request
2014-11-06 21:41:44 -08:00
Geert Weening
ae3ed699db
Merge pull request #201 from geertweening/fix/from_human_full_name_native
...
[FIX] from_human 'XRP' with full name
2014-11-06 21:41:30 -08:00
Geert Weening
0c22a9753e
Merge pull request #199 from geertweening/fix/amount_cap
...
[FIX] cap IOU Amounts to their max and min value
2014-11-06 21:41:08 -08:00
Geert Weening
a447f6b723
[TEST] add missing testcases for interest bearing currencies
...
- `get_interest_at` by providing a Date object
- `get_interest_at` for a Currency without interest
2014-11-06 21:38:00 -08:00
Geert Weening
a8ef614b81
[FIX] Currency constructor with Currency object
...
clone the given Currency instance in `parse_json`
2014-11-06 21:36:57 -08:00
Geert Weening
9025e8bfa8
[FIX] get interest for currency without interest
...
- `get_interest_at` for a currency without interest would not hit the intended check since the function was used as variable instead of calling the method
2014-11-06 21:35:41 -08:00
Geert Weening
722f4e175d
[FEATURE] add paging account request
...
some requests return results that can be paged through, e.g. `account_lines`
use `limit` and `marker` options to specify results per response and position
change `requestAccountLines` and `requestAccountOffers` to use the `pagingAccountRequest`
2014-11-06 18:40:45 -08:00
Geert Weening
1ad6e5a15f
[FIX] from_human 'XRP' with full name
...
from_human 'XRP - Ripples' should result in native XRP
2014-11-05 16:54:45 -08:00
Geert Weening
3554572db7
[TASK] bump version to 0.9.2-rc2
0.9.2-rc2
2014-11-05 16:32:37 -08:00
Geert Weening
f1abff962f
Merge pull request #200 from boxbag/fix-max-fee
...
[FIX] fix test and do not set tx_json.Fee in maxFee method
2014-11-05 16:07:01 -08:00
Geert Weening
f05941fbc4
[FIX] cap IOU Amounts to their max and min value
...
respect rippled's limits
2014-11-05 16:04:02 -08:00
Bo Chen
237c46d5a0
[FIX] fix test and do not set tx_json.Fee in maxFee method
2014-11-05 15:59:57 -08:00
Geert Weening
76cfb69d9f
[TASK] bump version to 0.9.2-rc1
0.9.2-rc1
2014-11-05 14:38:47 -08:00
Geert Weening
7610df0fbb
[DOC] update release notes
2014-11-05 14:38:35 -08:00
Geert Weening
8bc935aa62
Merge pull request #198 from boxbag/transaction-max-fee
...
[FEATURE] set max fee the submitter of a transaction is willing to pay
2014-11-05 09:27:26 -08:00
Bo Chen
24587fab9c
[FEATURE] set max fee the submitter of a transaction is willing to pay
2014-11-04 14:13:42 -08:00
Geert Weening
0248475473
[DOC] update description in package.json
2014-10-31 18:52:09 -07:00
Geert Weening
d2fa5c4b12
[TASK] bump version to 0.9.1
0.9.1
2014-10-30 10:01:16 -07:00
Geert Weening
c60c0cb6e0
[TASK] bump version to 0.9.1-rc3
0.9.1-rc3
2014-10-28 17:35:29 -07:00
Geert Weening
cdf1112666
[FIX] ledgerSelect setting both ledger_index and ledger_hash
2014-10-28 17:33:55 -07:00
Geert Weening
d861bb2e34
[TASK] bump version to 0.9.1-rc2
0.9.1-rc2
2014-10-27 17:32:37 -07:00
Geert Weening
006849a3d5
[DOC] update release notes
2014-10-27 17:32:18 -07:00
wltsmrz
a3c1d06eba
Change initial account transaction sequence to 1
2014-10-27 17:29:51 -07:00
Geert Weening
4bd1e7a2bc
[TASK] bump version to 0.9.1-rc1
0.9.1-rc1
2014-10-27 16:40:46 -07:00
Geert Weening
68643f3118
[DOC] update release notes
2014-10-27 16:37:14 -07:00
Geert Weening
560dfc8ae6
Merge branch 'release' into develop
2014-10-27 16:27:52 -07:00
Geert Weening
b0459e096b
[TASK] bump version to 0.9.0
0.9.0
2014-10-27 16:25:34 -07:00
Geert Weening
2a0dfc4587
[DOC] update release notes
2014-10-27 16:25:09 -07:00