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
JoelKatz
d888cc2da8
Bugfixes.
2012-06-09 18:28:34 -07:00
JoelKatz
8d8d2c6691
Bugfixes.
2012-06-09 18:14:32 -07:00
JoelKatz
9739eea860
More sensible name
2012-06-09 18:08:16 -07:00
JoelKatz
20499106f0
Bugfixes.
2012-06-09 18:04:44 -07:00
JoelKatz
e2288acfd1
More work on account_tx command.
2012-06-09 17:59:24 -07:00
JoelKatz
380902536f
Framework for account_tx command.
2012-06-09 16:58:04 -07:00
Arthur Britto
34b0a88b86
Fix create on send.
2012-06-09 15:23:44 -07:00
Arthur Britto
9bd1481d77
Merge branch 'master' into misc
2012-06-09 15:06:15 -07:00
Arthur Britto
96cb82ce19
Have RPC send automatically create accounts.
2012-06-09 15:04:24 -07:00
jed
30306952d6
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-09 13:37:59 -07:00
jed
5fe2d7d1b7
.
2012-06-09 13:37:43 -07:00
JoelKatz
c0fced82c8
Cleanup.
2012-06-09 02:31:56 -07:00
JoelKatz
182d23e22a
Give account state node types.
2012-06-09 02:27:57 -07:00
JoelKatz
eaf511ebb6
New ledger code.
2012-06-09 02:22:15 -07:00
JoelKatz
51ba107e2c
Fix breakage.
2012-06-09 02:22:00 -07:00
JoelKatz
dd27ce9324
Sorry, I broke this.
2012-06-09 01:59:00 -07:00
JoelKatz
424582a219
Dead code.
2012-06-09 01:50:52 -07:00
JoelKatz
5dcc7908dd
ledger [id|current|lastclosed] [full]
...
Implementation is not 100% complete yet.
2012-06-09 01:49:18 -07:00
JoelKatz
40748df505
Store completed transactions in the SQL database, indexed by accounts
...
affected and ledger seq.
2012-06-09 01:33:13 -07:00
JoelKatz
bb54bf8c1d
Change some BN_free to BN_clear_free
2012-06-08 22:21:16 -07:00