Commit Graph

1912 Commits

Author SHA1 Message Date
JoelKatz
fb60b99781 Header for classes to manipulate transaction metadata. 2012-07-23 01:55:20 -07:00
JoelKatz
4e4195e229 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-20 14:08:47 -07:00
JoelKatz
2230286afb Some small missing pieces for TX metadata. 2012-07-20 14:08:33 -07:00
jed
e39bdb2a7d Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-19 11:26:18 -07:00
JoelKatz
fadca2cb97 Mark the problem. 2012-07-19 08:32:23 -07:00
JoelKatz
e724dcbee8 An ugly temporary fix to handling integers in the RPC parameters. 2012-07-19 08:31:27 -07:00
jed
0dd3614c7c Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-18 21:59:19 -07:00
Arthur Britto
71e499a421 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-18 19:12:33 -07:00
Arthur Britto
7236eed852 Fixes for applyOffer. 2012-07-18 19:12:27 -07:00
Arthur Britto
d1939cc69d Save changes when sending stamps. 2012-07-18 19:11:57 -07:00
JoelKatz
ab61b7ca46 Let's test divide too, while we're at it. 2012-07-18 17:47:15 -07:00
Arthur Britto
1714695d9b Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-18 17:40:24 -07:00
Arthur Britto
d62c6a974e Add logging for offer create. 2012-07-18 17:40:21 -07:00
jed
8d7c06e449 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-18 17:39:06 -07:00
jed
e0656fd63b compile on windows 2012-07-18 17:38:51 -07:00
JoelKatz
ccc799e404 Fix a bug Arthur reported. 2012-07-18 17:37:30 -07:00
Arthur Britto
d0db6e4476 Rework caching of SLEs during transaction processing. 2012-07-18 14:49:50 -07:00
Arthur Britto
af92bb5347 Santize locally submited transactions. 2012-07-18 14:48:50 -07:00
Arthur Britto
f8882b32bf Rename ledger index functions. 2012-07-18 14:48:05 -07:00
Arthur Britto
219162c358 Less logging. 2012-07-18 14:47:25 -07:00
JoelKatz
718d1ffa48 Change first/last/next/prev SLE functions to just return uint256's. 2012-07-17 22:14:08 -07:00
JoelKatz
93de56ae47 Fix some issues slowing down transaction convergence.
The biggest one is that a node that closes its ledger first will announce a transaction set we
have in our open ledger but don't realize we have.
2012-07-17 21:11:54 -07:00
JoelKatz
333c9896fb Cut to millisecond timing. 2012-07-17 17:48:55 -07:00
Arthur Britto
7ea44b468e Add some logging. 2012-07-17 17:02:57 -07:00
Arthur Britto
fc2e404f81 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-17 16:20:32 -07:00
Arthur Britto
2999461468 Work on entryReset. 2012-07-17 16:20:25 -07:00
JoelKatz
69ff2e06ea Don't try to rescue transactions that made it into the closed ledger. 2012-07-17 16:06:36 -07:00
JoelKatz
406ab0e63d Check if the closed ledger already has a transaction before applying it. 2012-07-17 16:02:13 -07:00
JoelKatz
2898860ac8 Cleanup. 2012-07-17 15:55:45 -07:00
JoelKatz
6b079cb951 Cleanup. 2012-07-17 15:55:27 -07:00
Arthur Britto
5e5e2a64b2 Revise mEntry. 2012-07-17 14:16:26 -07:00
Arthur Britto
aa1f2d3c6a Merge branch 'ripple'
Conflicts:
	src/TransactionEngine.cpp
2012-07-17 13:32:29 -07:00
JoelKatz
024a8b6433 Fix the bug Jed reported. 2012-07-17 11:40:48 -07:00
JoelKatz
3f4617a9a8 Typo. 2012-07-17 03:11:01 -07:00
JoelKatz
c210356c98 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-17 03:10:55 -07:00
JoelKatz
d83d8080fd Efficiently save validations. 2012-07-17 03:10:05 -07:00
Arthur Britto
fcd13d0208 Work on offers. 2012-07-16 18:54:31 -07:00
jed
0f554c1c59 compile on windows 2012-07-16 15:36:54 -07:00
jed
bcbbf41c30 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-16 15:13:00 -07:00
jed
dcc7025b41 . 2012-07-16 15:12:45 -07:00
JoelKatz
e89af2f784 Merge branch 'continuousClose'
Conflicts:
	src/LedgerAcquire.cpp
	src/NetworkOPs.h

Merge continuous ledger close into main branch. YAY!
2012-07-16 14:48:21 -07:00
JoelKatz
659bb5af63 Simplifications made possible by CLC 2012-07-16 13:30:51 -07:00
JoelKatz
e39c73d704 Remove wobble logic from the ledger master code. 2012-07-16 13:25:52 -07:00
JoelKatz
40e0dba6b6 Simplify timing. 2012-07-16 13:25:38 -07:00
JoelKatz
19b4ea8160 Beging removing the "wobble" logic, as CLC doesn't use it. 2012-07-16 12:02:09 -07:00
JoelKatz
f9e0a6ae72 Don't treat idle time as wobble time. 2012-07-16 11:34:38 -07:00
JoelKatz
7e7356c155 Cleanups and bugfixes. 2012-07-16 00:47:46 -07:00
JoelKatz
c9f4d5d900 If we complete a ledger from cache, the completion code didn't run. 2012-07-16 00:46:11 -07:00
JoelKatz
5bf33c4604 Store the acquired ledger. 2012-07-16 00:31:30 -07:00
JoelKatz
0f3a218aea Typo. 2012-07-16 00:31:17 -07:00