Stefan Thomas
|
fd67ea3036
|
Refactor: Currency parsing.
|
2013-07-29 18:28:25 -07:00 |
|
jatchili
|
006d1fadce
|
Don't prepend length when you're serializing a Hash256
|
2013-07-29 17:49:46 -07:00 |
|
Stefan Thomas
|
a1206f6e3f
|
Expose some of the modules related to the binary format.
|
2013-07-29 13:09:19 -07:00 |
|
Stefan Thomas
|
6bb9f9e5e4
|
Implement Remote#reserve().
|
2013-07-26 13:02:26 -07:00 |
|
Stefan Thomas
|
f69ad8b172
|
Remote#fee_tx: Return an Amount of fees for a specified number of units.
|
2013-07-26 13:02:21 -07:00 |
|
Stefan Thomas
|
a8a760fc41
|
Merge commit '8e54231a6c664154302dd72c4ce935233ae8d8de' as 'src/js/sjcl'
|
2013-07-25 23:25:59 -07:00 |
|
Stefan Thomas
|
78fdd6bae7
|
Remove SJCL submodule.
|
2013-07-25 23:13:34 -07:00 |
|
Stefan Thomas
|
03a6583032
|
Set default fee values, helps rippled unit tests.
|
2013-07-25 22:13:13 -07:00 |
|
Stefan Thomas
|
1f40bb7ea8
|
Increase default fee cushion.
|
2013-07-23 21:30:18 -07:00 |
|
Stefan Thomas
|
3e1e62c03a
|
Dirty fix: Don't request transaction_entry on finalized transactions.
|
2013-07-23 21:26:02 -07:00 |
|
Stefan Thomas
|
6bc2493d8d
|
Add fee calculation based on load.
|
2013-07-23 21:03:13 -07:00 |
|
Stefan Thomas
|
0d00a30d19
|
Add ability to limit number of significant digits in Amount#to_human.
|
2013-07-23 19:50:09 -07:00 |
|
wltsmrz
|
c70e8dcf01
|
Do not emit error on timeout, allow timeout callback
|
2013-07-19 04:06:45 +09:00 |
|
wltsmrz
|
1222599c6c
|
Update readme
|
2013-07-18 07:23:39 +09:00 |
|
wltsmrz
|
b51d677145
|
Add request.timeout
|
2013-07-18 05:29:27 +09:00 |
|
wltsmrz
|
4eb516e072
|
Add .connect callback
|
2013-07-18 03:48:27 +09:00 |
|
wltsmrz
|
9550edab9b
|
Fixes and cleanup for Remote, update readme
|
2013-07-13 05:31:40 +09:00 |
|
wltsmrz
|
9ec72ee8c5
|
Default maxListeners to infinity
|
2013-07-11 07:00:33 +09:00 |
|
wltsmrz
|
d93145fc1e
|
Cleanup
|
2013-07-10 06:16:49 +09:00 |
|
wltsmrz
|
087f357714
|
Callbacks
|
2013-07-10 05:59:00 +09:00 |
|
Stefan Thomas
|
0fcce464bb
|
Fix invalid parentheses.
|
2013-07-01 16:18:34 +01:00 |
|
Stefan Thomas
|
44bb8658f0
|
Implement serializing Hash256.
|
2013-07-01 16:11:50 +01:00 |
|
Stefan Thomas
|
be6bd8cc5d
|
Fix typo.
|
2013-07-01 16:11:36 +01:00 |
|
wltsmrz
|
3812ac7d53
|
Cleanup
|
2013-06-26 04:48:29 +09:00 |
|
wltsmrz
|
6e36ded34f
|
Multi-server API
|
2013-06-26 04:22:12 +09:00 |
|
wltsmrz
|
07d33d817b
|
Fix .disconnect
|
2013-06-26 04:09:30 +09:00 |
|
wltsmrz
|
28f7b483a8
|
Fix
|
2013-06-26 03:47:58 +09:00 |
|
wltsmrz
|
722ff4dc5c
|
Revert "Enable multi-server fallback"
This reverts commit 5a1b9d1f90.
|
2013-06-26 03:42:46 +09:00 |
|
wltsmrz
|
13b7c9bfbb
|
Revert "Wrap JSON.parse in try/catch"
This reverts commit 6704120105.
|
2013-06-26 03:41:46 +09:00 |
|
wltsmrz
|
daaac98bef
|
Revert "Add field to server configuration for concurrent connections to the same host"
This reverts commit 348615671a.
|
2013-06-26 03:41:33 +09:00 |
|
wltsmrz
|
84e79abbaa
|
Revert "Cleanup, fix .disconnect"
This reverts commit c2ad23996d.
|
2013-06-26 03:40:35 +09:00 |
|
wltsmrz
|
2a340d09a4
|
Typo
|
2013-06-26 03:40:11 +09:00 |
|
wltsmrz
|
db5c3f1bf2
|
Revert "Add JSDoc style comments"
This reverts commit 75d3a4f827.
|
2013-06-26 03:37:10 +09:00 |
|
wltsmrz
|
705a9ad087
|
Fix
|
2013-06-26 03:36:58 +09:00 |
|
Stefan Thomas
|
fa1a4a0307
|
Undo change to the way ripple-lib unsubscribed from ws events.
|
2013-06-25 20:34:10 +02:00 |
|
wltsmrz
|
ce1338cf20
|
Revert "Support callback style"
This reverts commit c2b03e9d93.
Conflicts:
src/js/ripple/remote.js
|
2013-06-26 03:29:49 +09:00 |
|
wltsmrz
|
28408bfa24
|
Revert "Add offline queue, update code comments"
This reverts commit 9dd337a16c.
|
2013-06-26 03:28:50 +09:00 |
|
Stefan Thomas
|
dc290f69ec
|
Move require('ws') back to where it was.
Add comment explaining why it's there.
|
2013-06-25 17:41:37 +02:00 |
|
Stefan Thomas
|
dde93f5e8d
|
Fix typo.
|
2013-06-24 17:18:25 +02:00 |
|
Stefan Thomas
|
d862d17770
|
Fix typo.
|
2013-06-24 15:08:29 +02:00 |
|
Stefan Thomas
|
7cb9787424
|
Expose Base58 functionality in API.
|
2013-06-24 13:47:55 +02:00 |
|
Arthur Britto
|
be78db1563
|
Add optional cancel support to offer_create.
|
2013-06-15 22:28:12 -07:00 |
|
wltsmrz
|
9dd337a16c
|
Add offline queue, update code comments
|
2013-06-13 13:39:55 +09:00 |
|
wltsmrz
|
c2b03e9d93
|
Support callback style
|
2013-06-13 08:32:13 +09:00 |
|
wltsmrz
|
75d3a4f827
|
Add JSDoc style comments
|
2013-06-13 07:28:36 +09:00 |
|
wltsmrz
|
c2ad23996d
|
Cleanup, fix .disconnect
|
2013-06-13 07:17:01 +09:00 |
|
wltsmrz
|
348615671a
|
Add field to server configuration for concurrent connections to the same host
|
2013-06-13 04:06:15 +09:00 |
|
wltsmrz
|
6704120105
|
Wrap JSON.parse in try/catch
|
2013-06-12 04:03:00 +09:00 |
|
wltsmrz
|
5a1b9d1f90
|
Enable multi-server fallback
|
2013-06-11 04:00:00 +09:00 |
|
wltsmrz
|
355a2b076b
|
Set _connected
|
2013-06-11 03:38:31 +09:00 |
|