Commit Graph

22 Commits

Author SHA1 Message Date
JoelKatz
6123e3886a Refactor LedgerConsensus code. Add new LC work.
Properly sequence LC states
Properly handle wobble time.
Complete LC sequence correctly and exit it.
2012-05-29 18:02:17 -07:00
JoelKatz
32534e8d0d More ledger consensus work. 2012-05-28 17:25:25 -07:00
Arthur Britto
eab7a2d93a Merge branch 'pay'
Conflicts:
	src/NetworkOPs.cpp
2012-05-27 17:56:45 -07:00
Arthur Britto
d5e918e85b Work toward RPC account_lines. 2012-05-27 17:44:26 -07:00
JoelKatz
d9e5b7e109 Handle a few odd cases, including the case where a peer proposes a ledger
that is internally inconsistent.
2012-05-26 20:04:40 -07:00
JoelKatz
5c4d3743a4 Differentiate the two beginConsensus cases. (Ledger close or network
showing consensus traffic.)
2012-05-26 14:20:46 -07:00
JoelKatz
f44e8f3bc5 Missing pass through function. 2012-05-22 22:07:19 -07:00
JoelKatz
00077bff16 Missing stubs. 2012-05-22 07:56:53 -07:00
JoelKatz
441a27dffd Ledger consensus work. 2012-05-22 02:35:47 -07:00
JoelKatz
9a4862a5d9 Commit some ledger close/consensus work. 2012-05-21 06:05:32 -07:00
JoelKatz
e47fb22087 Minimize differences between my working code and the main repo to avoid conficts:
Consensus startup.
Logic to create consensus structure, change state transitions.
Fix bugs in switchLastClosedLedger
Protocol changes.
2012-05-19 05:43:41 -07:00
Arthur Britto
c939ec9913 Work on RPC wallet_create. 2012-05-17 20:38:57 -07:00
JoelKatz
0139304b98 Don't run the timer routine of the timer was cancelled/aborted. 2012-05-09 17:27:34 -07:00
Arthur Britto
2da5c4cc31 Remove dead code TimingService. 2012-05-09 17:05:28 -07:00
JoelKatz
74bafbee89 Part of ledger seq/timing work. 2012-05-08 03:46:40 -07:00
JoelKatz
a626706638 Rework time logic. All network protocols now use our native time, 64-bit
seconds since 1/1/2000. Some places internally use only 32-bits. We'll have
to fix that by 2130 or so.
2012-05-07 15:31:48 -07:00
JoelKatz
5ada49d206 Ledger switch logic. 2012-05-05 13:51:08 -07:00
JoelKatz
7f38b019e8 Network connection state machine. (Partial) 2012-05-04 03:34:38 -07:00
JoelKatz
2bdd06f5cc Pass io_service to NetworkOPs to it can set timers. 2012-05-03 15:45:04 -07:00
JoelKatz
28952f9f98 Modify to meet new state spec. 2012-05-02 02:57:31 -07:00
Arthur Britto
73ff9b95ad Rework addresses. 2012-03-17 20:19:09 -07:00
Arthur Britto
c513e45754 Move sources to src and build objs in obj. 2012-03-06 22:43:06 -08:00