Commit Graph

1776 Commits

Author SHA1 Message Date
JoelKatz
c82bd2805b Merge branch 'master' of github.com:jedmccaleb/NewCoin into continuousClose
Conflicts:
	src/Ledger.h
	src/LedgerNode.cpp
	src/Version.h
2012-07-10 10:31:13 -07:00
JoelKatz
74cd8a65b8 More continuous ledger close work:
CLC code now compiles and links.
Remove dead code.
Decide when to come out of idle.
Decide when we have a convergence.
Give all state handlers access to timing information.
2012-07-10 10:25:54 -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
JoelKatz
50fe4b6320 Functions that return an SLE::pointer that find the next/prev nodes in the state tree. 2012-07-09 16:06:15 -07:00
JoelKatz
632bf2e586 Updates to CLC. 2012-07-09 15:56:36 -07:00
JoelKatz
98c8529701 Some extra validation operations needed by CLC. 2012-07-09 15:49:46 -07:00
JoelKatz
b417faa927 CLC work. 2012-07-09 10:43:11 -07:00
JoelKatz
f5783820f8 Detect "radio silence" 2012-07-09 10:42:44 -07:00
JoelKatz
82acac809f Remove unused fields. 2012-07-09 10:42:20 -07:00
JoelKatz
75f3b4129c CLC needs validation counts for previous ledgers. 2012-07-09 10:41:27 -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
808e2c7487 Merge branch 'master' into continuousClose 2012-07-06 01:18:25 -07:00
JoelKatz
3cab7da1f4 Trap a zero-length message. 2012-07-06 01:18:12 -07:00
JoelKatz
09a7eb094b CC work. 2012-07-06 01:17:55 -07:00
JoelKatz
5f8f14d43b Cleanups. 2012-07-05 22:51:47 -07:00
JoelKatz
bb7c798b4b Fix. 2012-07-05 20:29:00 -07:00
JoelKatz
8d38f331a0 Mark a WRITEME 2012-07-05 20:21:57 -07:00
JoelKatz
4b029d8b0f Fix defect in previous commit. 2012-07-05 20:20:44 -07:00
JoelKatz
00ab5ed0cf Low-level support for transaction metadata. 2012-07-05 18:27:40 -07:00
JoelKatz
3c91b36684 Fix some typos. 2012-07-05 18:26:27 -07:00
JoelKatz
908061bbdf Merge branch 'master' of github.com:jedmccaleb/NewCoin into continuousClose 2012-07-05 17:13:58 -07:00
JoelKatz
620109cc3a Merge branch 'master' into continuousClose 2012-07-05 17:12:37 -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
JoelKatz
96a8122520 Clocks being off is non-fatal in CLC. 2012-07-01 08:20:08 -07:00
JoelKatz
83650ce41a Merge branch 'master' into continuousClose 2012-07-01 08:19:20 -07:00
JoelKatz
cdb716e938 Some small tweaks and some better comments. 2012-07-01 01:26:04 -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
c8c088212e Merge branch 'master' into continuousClose 2012-06-30 23:30:27 -07:00