Geert Weening
baed1aaf92
Merge branch 'release' into develop
2014-11-18 11:54:17 -08:00
wltsmrz
cc229e803c
Merge pull request #210 from geertweening/fix/max_fee
...
[TASK] change default `max_fee` for Remote to 1 XRP
2014-11-18 11:48:37 -08:00
Geert Weening
d6b1728c23
[TASK] change default max_fee for Remote to 1 XRP
2014-11-18 10:47:28 -08:00
wltsmrz
bc5dcc359c
Merge pull request #209 from ximinez/ledger_accept
...
Request ledger_accept returns the Request, not Remote
2014-11-17 12:08:38 -08:00
Edward Hennis
ced07e1d6b
Request ledger_accept returns the Request, not Remote
2014-11-17 15:02:45 -05:00
Geert Weening
cffffd9591
[TASK] bump version to 0.9.3-rc2
0.9.3-rc2
2014-11-14 10:24:44 -08:00
Geert Weening
b8766e263f
[DOC] update release notes
2014-11-14 10:24:00 -08:00
Geert Weening
fc426d5764
Merge branch 'release' into develop
2014-11-14 10:16:34 -08:00
Geert Weening
056d2381cd
Merge pull request #208 from ripple/relocate-presubmit
...
Relocate presubmit emission to immediately before transaction submit
2014-11-14 10:14:02 -08:00
Geert Weening
2932a0ec5f
[DOC] add doc that accountRequest throws
...
if a marker is provided, but no ledger_index or ledger_hash
2014-11-14 10:11:26 -08:00
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
wltsmrz
7a1feaa897
Relocate presubmit emission to immediately before transaction submit
2014-11-13 21:44:20 -08:00
Geert Weening
5f3cf72cc6
Merge pull request #207 from shekenahglory/develop
...
[TASK] binformat: update fields to match rippled
2014-11-13 14:13:52 -08:00
Matthew Fettig
cae980788e
binformat: update fields to match rippled
2014-11-13 11:14:46 -08:00
Geert Weening
df763b8765
Merge pull request #205 from ripple/core-build
...
Add core build
2014-11-12 10:51:45 -08:00
wltsmrz
365085809e
Add note on restricted browser builds
2014-11-12 03:04:51 -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
wltsmrz
8f17873da2
Remove server._computeFee(Transaction), require fee units argument
2014-11-11 06:24:34 -08:00
wltsmrz
b0cac776ee
Throw an error when trying to use unavailable class in WebPack build
2014-11-11 06:23:37 -08:00
wltsmrz
625dba4d85
Add build-core gulp task
2014-11-11 05:30:50 -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