JoelKatz
0b0cf71d41
Cleanups.
2012-07-14 19:18:04 -07:00
JoelKatz
8bcb9c0041
Add get first/last/next SLE functions.
2012-07-14 19:16:58 -07:00
jed
36e3ed784a
.
2012-07-14 08:42:22 -07:00
jed
13a68da567
compile on windows
2012-07-14 08:41:05 -07:00
Arthur Britto
d3e1b98fe8
Bug fixes for offer_create and offer_cancel.
2012-07-13 23:01:26 -07:00
Arthur Britto
bbea33f3c2
Implement RPC commands offer_create & offer_cancel.
2012-07-13 15:32:32 -07:00
Arthur Britto
81def6601f
Create transactions offer_create & offer_cancel.
2012-07-13 15:32:03 -07:00
Arthur Britto
3982a67dbe
Work on offer backend.
2012-07-13 15:31:08 -07:00
Arthur Britto
a3fb732e24
Rework offer amount calculation.
2012-07-13 15:28:58 -07:00
Arthur Britto
9d40598b2b
Cosmetic.
2012-07-11 12:32:06 -07:00
Arthur Britto
8266c87dc9
Have RPC ripple_lines_get now show redundant currencies.
2012-07-10 21:44:11 -07:00
Arthur Britto
8ae768d2a7
Add hack to show currency in Json for STAmount.
2012-07-10 21:38:41 -07:00
Arthur Britto
0c4b739010
Fix RPC decimal parsing.
2012-07-10 21:20:09 -07:00
Arthur Britto
db7cf11312
Fix RPC ripple_lines_get to return multiple lines for peer account.
2012-07-10 15:19:39 -07:00
Arthur Britto
93089186e1
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-07-10 15:04:34 -07:00
Arthur Britto
fb009bae3b
Fix adding second entry to directory.
2012-07-10 15:04:12 -07:00
Arthur Britto
a61269ddd3
Make NetworkOPs::getDirNodeInfo more robust.
2012-07-10 14:54:09 -07:00
jed
1e99069aff
small fix
2012-07-10 14:41:54 -07:00
Arthur Britto
878a0889ee
Fix reporting of lines by ripple_lines_get.
2012-07-10 14:11:38 -07:00
Arthur Britto
a1424fcd60
Fix error class for terBAD_AUTH_MASTER.
2012-07-10 13:16:08 -07:00
Arthur Britto
164350658f
Rename RPC commands to ripple_lines_get and ripple_line_set.
2012-07-09 21:10:51 -07:00
Arthur Britto
96b314c78c
Add getQualityNext.
2012-07-09 18:01:52 -07:00
Arthur Britto
d6f18a9195
Add operator+() to uint256.
2012-07-09 18:01:36 -07:00
Arthur Britto
86e5c77b8b
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-07-09 17:39:12 -07:00
Arthur Britto
3462ab0f07
Work towards ripple and offers.
2012-07-09 17:38:03 -07:00
Arthur Britto
cbc4212150
Remove transaction transit_set.
2012-07-09 17:37:20 -07:00
JoelKatz
6be83c09db
Add SLE next/prev functions.
2012-07-09 17:12:20 -07:00
Arthur Britto
7ff41d62a1
Breaking Json API, return versions as chars.
2012-07-07 19:44:52 -07:00
Arthur Britto
a0422631a2
Add getJson() for STVector256.
2012-07-07 19:43:20 -07:00
Arthur Britto
74fdafb688
Fix for dirAdd.
2012-07-07 19:42:30 -07:00
Arthur Britto
9e04ae76fc
Change protocol version.
2012-07-07 17:59:21 -07:00
Arthur Britto
e5ad771708
Move to new directory format.
2012-07-07 17:46:47 -07:00
Arthur Britto
4b20162e7f
Work in progress on offers and ripple.
2012-07-07 14:34:42 -07:00
Arthur Britto
5cf06d45a0
Add support for configuring fee_offer.
2012-07-07 00:09:49 -07:00
JoelKatz
3cab7da1f4
Trap a zero-length message.
2012-07-06 01:18:12 -07:00
Arthur Britto
272067061a
Make a bunch of RPC commands not require admin.
2012-07-04 20:15:20 -07:00
Arthur Britto
145883a585
Fix RPCServer support for direct ripple sends.
2012-07-04 01:19:49 -07:00
Arthur Britto
ee9d6b27b2
TransactionEngine support for simple direct ripple sends.
2012-07-04 01:19:31 -07:00
Arthur Britto
3a4e4e5d6d
Cosmetic.
2012-07-04 01:17:20 -07:00
Arthur Britto
a96bfa616e
Implement direct ripple in TransactionEngine.
2012-07-02 17:05:52 -07:00
Arthur Britto
9df8d6487c
Mostly cosmetic.
2012-07-02 17:05:08 -07:00
Arthur Britto
569edadeae
Cosmetic.
2012-07-02 13:31:33 -07:00
Arthur Britto
c5234545dc
Fix bind shared_ptr for HttpsClient.
2012-07-02 00:11:20 -07:00
Arthur Britto
f794254979
More fixes for bind and shared_ptrs.
2012-07-01 23:29:36 -07:00
JoelKatz
4c8810d5f6
Fix the bug Jed reported. This was actually in the Peer code from the start. Calling a
...
normal member function on a shared_from_this in a closure closes the pointer *immediately*,
not at the time the closure runs. This can crash if the object goes away while the
operation is pending.
2012-07-01 17:45:51 -07:00
Arthur Britto
8f9030cb98
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-07-01 00:41:07 -07:00
Arthur Britto
85919c02f3
Add WS support for reporting accepted transactions.
2012-07-01 00:40:56 -07:00
JoelKatz
c7eb0269c2
For now, detect clocks out of sync and disallow connection.
...
Improve speed of ledger synchronization by compressing all three base queries into one.
2012-06-30 22:17:53 -07:00
JoelKatz
51100a3b30
Keep and report some extra peer information.
2012-06-30 19:07:08 -07:00
JoelKatz
c90f834f7f
Duh! This is the right fix for the bug Jed reported.
2012-06-30 18:59:38 -07:00