Arthur Britto
253df289c3
Add support for CLI option --conf.
2012-06-11 20:54:05 -07:00
Arthur Britto
72660369de
Cosmetic.
2012-06-11 20:20:51 -07:00
Arthur Britto
d08cc714ba
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-11 20:17:10 -07:00
Arthur Britto
063d4352ee
Implement XDG spec for file layout.
2012-06-11 20:14:35 -07:00
Arthur Britto
5a580ca719
Document new config file placement.
2012-06-11 20:12:10 -07:00
Arthur Britto
684abbe473
Add BOOST_FILESYSTEM_NO_DEPRECATED to compile flags.
2012-06-11 20:10:30 -07:00
jed
2d7e096d29
start standardizing the RPC returns
2012-06-11 15:40:40 -07:00
jed
6b741530a3
.
2012-06-11 14:03:12 -07:00
jed
31e72cad12
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-11 14:01:37 -07:00
jed
79f57bc1da
changed some RPC returns
2012-06-11 14:01:16 -07:00
Arthur Britto
56ea3262e5
Return token for error in RPC errors.
2012-06-11 12:34:16 -07:00
Arthur Britto
88e977a22f
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-11 02:15:53 -07:00
Arthur Britto
7cc570ccfa
Fix null pointer in TransactionEninge.
2012-06-11 02:15:46 -07:00
JoelKatz
6521ff52e3
"Upsert" transactions if they're committed after they're stored.
2012-06-11 01:12:52 -07:00
JoelKatz
112c79229c
Cleanup chatty debug
2012-06-11 01:12:43 -07:00
JoelKatz
456beaa5bf
Bugfixes.
2012-06-11 01:05:42 -07:00
JoelKatz
d4d3300eca
Typo
2012-06-11 01:05:34 -07:00
Arthur Britto
d3e7143eff
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-11 00:52:38 -07:00
Arthur Britto
92e96bb6dc
Fix data_store by removing testing code.
2012-06-11 00:52:32 -07:00
JoelKatz
aed5776c90
Whitespace only.
2012-06-10 16:16:46 -07:00
JoelKatz
63ea3d6f22
Fix transaction load/save functions.
2012-06-10 16:15:33 -07:00
JoelKatz
913b86c410
Update a comment.
2012-06-10 16:15:20 -07:00
JoelKatz
85424e99d3
Add some more vector-like functions. reserve/resize/capacity
2012-06-10 16:08:45 -07:00
JoelKatz
f10ea18326
Document 'tx' and 'ledger' commands.
2012-06-10 15:48:53 -07:00
Arthur Britto
85d774e7f6
Allow master seed to be used to authorize transactions.
2012-06-10 15:45:47 -07:00
Arthur Britto
90f07cbef6
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-10 14:52:08 -07:00
Arthur Britto
0cd2a732f0
Improve RPC handling.
2012-06-10 14:51:48 -07:00
jed
c37cf4001d
allow you to send from an unclaimed wallet
2012-06-10 07:18:23 -07:00
jed
0f0e567829
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-10 05:50:43 -07:00
JoelKatz
014684be07
Nevermind.
2012-06-10 01:09:53 -07:00
JoelKatz
a37d203d9b
Dead line.
2012-06-10 01:05:48 -07:00
JoelKatz
7a114e7d84
Make the account state tag more readable.
2012-06-10 01:05:24 -07:00
JoelKatz
176ce0480c
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-10 01:03:48 -07:00
JoelKatz
191cb59b00
Set these in stone.
2012-06-10 01:03:37 -07:00
JoelKatz
97d9cb9bc9
Oops.
2012-06-10 00:43:11 -07:00
Arthur Britto
c1bdc1f78c
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-10 00:00:14 -07:00
Arthur Britto
c15d7129cb
Convert more RPC errors to token format.
2012-06-09 23:59:46 -07:00
JoelKatz
2d49cacd29
Move all SQL operations on ledger close into the ledger code so we can
...
accept ledgers without having to participate in the consensus process. We'll
need this when we implement "catch up".
Move AcctTx into the same connection as Txn so they can be part of a single
transaction.
Dispatch ledger accept synchronization functions into a detached thread so it
doesn't stall our I/O engine.
2012-06-09 22:01:31 -07:00
JoelKatz
16f68296c4
Avoid warnings.
2012-06-09 19:13:09 -07:00
JoelKatz
b96ead819e
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-09 19:12:20 -07:00
JoelKatz
197a19b996
Beginning transaction persistance.
2012-06-09 19:12:06 -07:00
Arthur Britto
34b4e1ea61
Minor clean up.
2012-06-09 18:50:25 -07:00
Arthur Britto
6d9be7e4fd
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-09 18:45:06 -07:00
Arthur Britto
8d5c652b35
Merge branch 'reporting'
...
Conflicts:
src/RPCServer.cpp
2012-06-09 18:44:49 -07:00
JoelKatz
7a511d36ef
Suppress duplicates.
2012-06-09 18:38:08 -07:00
Arthur Britto
0458166af1
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-09 18:37:30 -07:00
Arthur Britto
f9bdeebd86
Most of rework for command dispatching and error messages for RPC.
2012-06-09 18:37:20 -07:00
Arthur Britto
99fe81b4e9
Add NUMBER() to utils.h
2012-06-09 18:36:49 -07:00
JoelKatz
43d0e8bdb7
Cleanup.
2012-06-09 18:31:15 -07:00
JoelKatz
c1c64fe1c7
Fix.
2012-06-09 18:30:01 -07:00