JoelKatz
a6e709e5ff
Some fixes for broken math in this code.
2012-11-12 15:55:38 -08:00
jed
ad6368bb0c
Merge branch 'api2'
2012-11-12 15:48:04 -08:00
jed
433cbc4d92
vs 2012
2012-11-12 15:45:50 -08:00
Arthur Britto
1a4085c2f3
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-11-12 14:40:50 -08:00
Arthur Britto
42b37c8b1f
Fixes for path expansion.
2012-11-12 14:40:42 -08:00
Arthur Britto
95c590bef4
Make Ledger::getBookBase logging more informative.
2012-11-12 14:30:12 -08:00
JoelKatz
c725d78e24
Trivial change to force push.
2012-11-12 14:17:35 -08:00
JoelKatz
6f44577109
Be more explicity about make_pair types.
2012-11-12 13:56:26 -08:00
JoelKatz
9e36f54e24
Cleanup.
2012-11-12 13:40:27 -08:00
JoelKatz
4fe3f7c7e0
Include ledger entry type in metadata. Include more new/changed/final field
...
values in transactions metadata.
2012-11-12 13:40:02 -08:00
JoelKatz
e399be47c4
Remove metadata field parameters.
2012-11-12 13:39:37 -08:00
Arthur Britto
85336da386
Rename uIndex to uNode.
2012-11-12 12:35:58 -08:00
jed
c7d88f5078
in progress
2012-11-12 07:48:04 -08:00
jed
5e9df112a1
clean
2012-11-12 06:39:07 -08:00
jed
362e3da97d
send creditSet to B
2012-11-11 16:51:11 -08:00
JoelKatz
3613c45962
Start coding proof of work logic.
2012-11-10 22:19:03 -08:00
Stefan Thomas
f5a6fdbab9
Instantiate an RPCHandler per request.
...
RPCHandlers are pretty light objects and this allows us to pass in
parameters like the InfoSub object without locking or adding more
parameters to the RPC methods.
2012-11-10 15:51:45 -08:00
Stefan Thomas
b6bbef84cf
Move lock from RPCHandler to InfoSub.
2012-11-10 15:17:28 -08:00
Stefan Thomas
00bb9d99a7
Refactored WSConnection and RPCHandler to have one layer of commands.
...
Evented RPC commands are now on the same level as all other RPC
commands and are handled by the RPCHandler class.
2012-11-10 15:17:28 -08:00
Arthur Britto
ebf73f0d86
Fix rippling through offers.
2012-11-09 15:37:25 -08:00
JoelKatz
b2ef5de5f7
Cosmetic change.
2012-11-09 14:15:48 -08:00
JoelKatz
40527cca2b
Start adding support for concurrent I/O.
2012-11-09 14:14:47 -08:00
JoelKatz
82d26ea756
Add a scoped unlock class.
2012-11-09 14:13:03 -08:00
JoelKatz
546c0f288f
Add a job type for local transactions.
2012-11-09 14:12:48 -08:00
JoelKatz
c32711c472
Mark two FIXMEs.
2012-11-09 14:12:37 -08:00
JoelKatz
0b7b61ee7b
Remove a FIXME since the issue was already fixed.
2012-11-09 09:46:38 -08:00
JoelKatz
5fbe7b2015
Oops.
2012-11-09 07:31:22 -08:00
JoelKatz
3b2275a83b
Fully asynch transaction handler. Now we need to use it.
2012-11-09 07:26:26 -08:00
JoelKatz
bda1ce233f
Oops.
2012-11-09 07:26:14 -08:00
JoelKatz
f4c94ca399
Don't add a zero peer.
2012-11-09 07:25:55 -08:00
JoelKatz
d1a0a13cbe
Cleanup.
2012-11-09 07:25:33 -08:00
JoelKatz
914839547b
Cleanup.
2012-11-09 07:25:23 -08:00
Stefan Thomas
fdb0c4cdfc
Fix unquoted string when calling unl_delete.
2012-11-08 20:20:18 -08:00
JoelKatz
72032388a8
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-11-08 16:49:54 -08:00
JoelKatz
f4ea700938
Indirect ledger data fetch.
2012-11-08 16:49:31 -08:00
Arthur Britto
ca0ab6c01d
Fixes for rippling through offers.
2012-11-08 15:17:46 -08:00
JoelKatz
5cb35b7a8f
Make the skip lists self-decsriptive. This change will cause old and new servers to diverge ledgers.
2012-11-08 14:36:15 -08:00
JoelKatz
644aa28e5b
Fix the need to call setIndex after creating a new SLE.
...
Finish the ledger skip list code. (Note that this will cause ledger divergence if old code talks to new code.)
2012-11-08 04:36:15 -08:00
Stefan Thomas
fa3fab5816
Moved cpp code to src/cpp and js code to src/js.
2012-11-07 12:49:50 -08:00