Stefan Thomas
5def7ba917
Add SHAMaps, metadata serialization and transaction hash calculation.
2013-11-07 22:36:06 -08:00
Stefan Thomas
74ef8f8400
Fix Int64 parsing.
2013-11-07 21:56:26 -08:00
Stefan Thomas
e65f975e29
Transaction#hash.
2013-11-07 13:56:07 -08:00
wltsmrz
3491fec469
Bump ripple-lib, mocha version
2013-11-06 01:13:02 -08:00
wltsmrz
4df88b6df5
Handle remote reconnects after max ledger wait, refactor
2013-11-06 00:41:56 -08:00
wltsmrz
2a763f8f03
Add account_currencies command
2013-11-05 17:06:51 -08:00
wltsmrz
a306d0d0e1
Do not overwrite accounts array on prepare_subscribe
2013-11-04 17:38:42 -08:00
wltsmrz
2e39f6d4a9
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2013-11-04 17:35:23 -08:00
wltsmrz
03930ecc9b
Do not overwrite accounts array on prepare_subscribe
2013-11-04 17:30:05 -08:00
Justin Lynn
c3215e6387
add .travis.yml to silence e-mail notices
2013-11-04 17:26:50 -08:00
wltsmrz
31340c8bc1
Add Request.add_account
2013-11-04 17:26:22 -08:00
wltsmrz
fd07103e9a
Request.accounts will append rather than overwrite
2013-11-04 17:00:32 -08:00
Vahe Hovhannisyan
43319267ad
Add all available flags to Remote.flags.
2013-11-04 16:55:42 -08:00
Stefan Thomas
37da90e81d
Typo.
2013-10-30 22:08:42 -07:00
wltsmrz
58bc1b1682
Add Request.broadcast. Subscribe to account transaction stream on all connected servers
2013-10-30 14:09:55 -07:00
wltsmrz
60e2aa613a
Merge pull request #23 from tradespoke/patch-1
...
Update README.md
2013-10-29 23:54:35 -07:00
Filip Andersson
3f3b8dbfb9
Update README.md
2013-10-30 06:50:59 +00:00
wltsmrz
c5390100f5
Allow connection_offset of 0
2013-10-28 12:10:17 -07:00
wltsmrz
6f8d33005a
Merge pull request #21 from sublimator/develop
...
Add hooks for logging web socket messages
2013-10-28 12:07:19 -07:00
sublimator
1c5b6b365a
Add hooks for logging web socket messages
...
This can be used to capture web socket messages, interspersing them with metadata about the source of such messages. The rippled test suite could be captured (as per http://ndudfield.com/zencoding/rippled-capture ) and it could also be useful for logging ripple-client messages for display.
The event names are pretty explicit about the intended use cases.
2013-10-25 14:42:55 +07:00
wltsmrz
8447d2c22d
Bump subversion
2013-10-24 14:59:36 -07:00
wltsmrz
04b8bf277c
Catch all error messages into rippleerror class
2013-10-24 12:30:27 -07:00
wltsmrz
fb3e15a079
Decrease default fee_cushion
2013-10-24 10:53:46 -07:00
wltsmrz
8959d9167f
Always set build_path with local signing enabled. Fixes #20
2013-10-24 10:26:44 -07:00
wltsmrz
32d404bd44
Cleanup
2013-10-23 14:30:13 -07:00
wltsmrz
2415c668e4
Always resubmit on ter
2013-10-23 14:21:46 -07:00
wltsmrz
5c19ad2885
Pass any number of flags to set_flags
2013-10-21 16:30:46 -07:00
wltsmrz
73d41872cb
Add TrustSet flags
2013-10-21 12:49:43 -07:00
wltsmrz
1eb2652edf
Merge pull request #19 from moeadham/develop
...
[README] Correct typo
2013-10-17 20:47:20 -07:00
Moe Adham
997e561389
[README] Correct typo
2013-10-17 21:40:27 -04:00
wltsmrz
45fff5642d
Resubmit after tefPAST_SEQ despite failed sequence query
2013-10-07 18:09:01 -07:00
wltsmrz
179dba81cc
Bump version
2013-10-07 13:44:40 -07:00
wltsmrz
25f9d27206
More efficient to_human rounding
2013-10-06 19:19:58 -07:00
wltsmrz
fee2d3ad0e
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2013-10-06 03:35:46 -07:00
wltsmrz
6e54f34c4b
Cache previous transaction signing hash, do not resign unless changed. Fixes #16
2013-10-06 03:34:34 -07:00
wltsmrz
7d631e5864
Round up XRP amounts. Fixes #17
2013-10-06 03:15:31 -07:00
wltsmrz
7ad0b0b093
Merge pull request #18 from mjethani/develop
...
Fixed issue with parsing of trade price.
2013-10-06 02:31:33 -07:00
wltsmrz
9571e7c130
More robust transactions. Load account_tx on remote reconnect
2013-10-06 02:28:11 -07:00
wltsmrz
b21d7aef0d
Cleanup
2013-10-06 02:26:45 -07:00
wltsmrz
137a6a757e
Cleanup
2013-10-05 15:28:30 -07:00
wltsmrz
12a5c3c701
Cleanup
2013-10-05 15:09:40 -07:00
wltsmrz
37b653eae6
Cleanup
2013-10-05 15:06:55 -07:00
wltsmrz
f24be618d8
Pause transaction processing and reload sequence on failed transactions
2013-10-05 03:23:59 -07:00
Manish Jethani
f077624212
Fixed issue with parsing of trade price.
...
The + operator has higher precedence, which causes the price to be read
as '' (empty string) no matter what the currency and issuer.
I believe this will fix the "Last price = n/a" error in the default
client as well.
2013-10-05 07:16:29 +05:30
wltsmrz
b4c120cea4
Fix #12
2013-10-02 21:29:52 -07:00
wltsmrz
5f69cad0cc
Bump version
2013-10-02 13:29:08 -07:00
wltsmrz
76b5ca9a12
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2013-10-02 13:27:15 -07:00
wltsmrz
37234d2751
Fix bad signatures on resubmitted transactions
2013-10-02 13:23:02 -07:00
Vahe Hovhannisyan
abfab78f96
Docs: Add an example for request_book_offers
2013-09-28 07:56:27 -07:00
wltsmrz
53d704310a
Bump version, include path to relocated jsbn for npm publishing
2013-09-26 17:56:55 -07:00