JoelKatz
|
c92f77df6b
|
Bugfix.
|
2012-04-26 17:45:48 -07:00 |
|
JoelKatz
|
5ce4a63451
|
Bugfix. Remove dead code.
|
2012-04-26 17:45:36 -07:00 |
|
JoelKatz
|
1241648009
|
Why wasn't 'size' const?!
|
2012-04-26 17:42:03 -07:00 |
|
JoelKatz
|
f27b6b6a1a
|
Bugfix.
|
2012-04-26 17:37:46 -07:00 |
|
JoelKatz
|
da365592a4
|
Missing line.
|
2012-04-26 17:31:46 -07:00 |
|
JoelKatz
|
a3669388b9
|
Bugfixes.
|
2012-04-26 17:31:09 -07:00 |
|
JoelKatz
|
80efbfb6ee
|
Make debug easier.
|
2012-04-26 17:30:32 -07:00 |
|
JoelKatz
|
d5d0a21801
|
Bugfix.
|
2012-04-26 17:07:18 -07:00 |
|
JoelKatz
|
d458b68228
|
Bugfixes.
|
2012-04-26 16:38:47 -07:00 |
|
Arthur Britto
|
2494992d5d
|
Simplify hashing of CBase58Data.
|
2012-04-26 15:39:16 -07:00 |
|
Arthur Britto
|
3bf90b36db
|
Merge branch 'bootstrap'
|
2012-04-26 15:25:18 -07:00 |
|
Arthur Britto
|
f761d826cf
|
Use NewcoingAddress in mConnectionPool.
|
2012-04-26 15:21:02 -07:00 |
|
Arthur Britto
|
a014ef63b4
|
#ifdef 0 obsolete hankos in NewcoinAddress.
|
2012-04-26 15:19:59 -07:00 |
|
Arthur Britto
|
cb7fdf6ad8
|
Make CBase58Data (and NewcoinAddress) hashable.
|
2012-04-26 15:18:10 -07:00 |
|
Arthur Britto
|
396eca1a3c
|
Work toward policy based network connectivity.
|
2012-04-25 23:04:38 -07:00 |
|
JoelKatz
|
077da2acda
|
Remove extraneous 'return'
|
2012-04-25 21:47:47 -07:00 |
|
JoelKatz
|
80a71b3d2b
|
Bugfixes, unit test support.
|
2012-04-25 21:47:33 -07:00 |
|
JoelKatz
|
ccd2f9a76f
|
Bugfixes from unit test.
|
2012-04-25 21:47:20 -07:00 |
|
JoelKatz
|
44423a4c6d
|
Don't return a void.
|
2012-04-25 21:47:04 -07:00 |
|
JoelKatz
|
c21a7e2741
|
Some operators to make the unit tests simpler
|
2012-04-25 16:48:42 -07:00 |
|
JoelKatz
|
b18dfada9a
|
Save an unnecessary copy or two.
|
2012-04-24 19:12:54 -07:00 |
|
JoelKatz
|
8eaff48c19
|
Cleanups.
|
2012-04-24 18:18:44 -07:00 |
|
JoelKatz
|
275d509d31
|
Small cleanups.
|
2012-04-24 18:03:12 -07:00 |
|
Arthur Britto
|
ea809a0fe0
|
Re-enable node identity and clean up.
|
2012-04-24 17:33:03 -07:00 |
|
Arthur Britto
|
fd4f783ef3
|
Remove obsolete db layout.txt
|
2012-04-24 17:10:08 -07:00 |
|
Arthur Britto
|
41ba874199
|
Remove KnownNodeList completely and remove pugi from build.
|
2012-04-24 17:07:43 -07:00 |
|
Arthur Britto
|
5f31b13e8d
|
Fix SQL for tracking Misc information.
|
2012-04-24 16:33:18 -07:00 |
|
Arthur Britto
|
7f6457ae77
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-04-24 16:14:38 -07:00 |
|
JoelKatz
|
4bb078f053
|
*_clone functions were in the wrong place.
|
2012-04-24 15:57:46 -07:00 |
|
JoelKatz
|
c21a9b17c5
|
Format type.
|
2012-04-24 15:57:30 -07:00 |
|
Arthur Britto
|
51f2865c37
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
src/Peer.cpp
|
2012-04-24 14:59:12 -07:00 |
|
Arthur Britto
|
f24a43bb7a
|
Cosmetic changes.
|
2012-04-24 14:47:58 -07:00 |
|
JoelKatz
|
0903f5e433
|
Be clear about what's an account and what's a public key.
|
2012-04-24 04:42:49 -07:00 |
|
JoelKatz
|
9e2d13ff3e
|
SerializedTransaction::getAffectdAccounts
So we can know what transactions affect what accounts.
|
2012-04-24 04:34:46 -07:00 |
|
JoelKatz
|
0392d8ddcb
|
Local accounts now have their balances and sequences managed from the active
ledger, not from the wallet.
|
2012-04-24 04:24:14 -07:00 |
|
JoelKatz
|
f36d1fdc08
|
Remove a FIXME by fixing it.
|
2012-04-24 03:32:12 -07:00 |
|
JoelKatz
|
f4639058f0
|
Tie to new code.
|
2012-04-23 16:01:35 -07:00 |
|
JoelKatz
|
39fbc0fb62
|
Tie to new code.
|
2012-04-23 16:01:23 -07:00 |
|
JoelKatz
|
2d24d05174
|
Mark a FIXME. BOOST_FOREACH caches the end.
|
2012-04-23 16:01:02 -07:00 |
|
JoelKatz
|
012ac4a20b
|
Bugfix.
|
2012-04-23 16:00:55 -07:00 |
|
JoelKatz
|
a15549a797
|
Remove obsolete assumptions. (Not every transaction has an amount, not every
transaction has a destination).
|
2012-04-23 16:00:24 -07:00 |
|
JoelKatz
|
18c1b104a0
|
NewcoinAddress functions.
|
2012-04-23 16:00:09 -07:00 |
|
JoelKatz
|
00f06feae0
|
Tie to NewcoinAddress code.
|
2012-04-23 15:59:55 -07:00 |
|
JoelKatz
|
bf4becf436
|
Get STAccount value as NewcoinAddress.
|
2012-04-23 15:59:39 -07:00 |
|
JoelKatz
|
454f47fa99
|
Tie SerializedTransacion code to NewcoinAddress code.
|
2012-04-23 15:59:02 -07:00 |
|
JoelKatz
|
44afa8fcf9
|
Tie the STAccount class to the NewcoinAddress code.
|
2012-04-23 15:58:27 -07:00 |
|
JoelKatz
|
3a09455e6c
|
Remove dead code. Change unit tests to compensate.
|
2012-04-23 15:58:05 -07:00 |
|
JoelKatz
|
238b2d16f8
|
Cleanups.
|
2012-04-23 15:57:42 -07:00 |
|
JoelKatz
|
790a759927
|
Cleanups.
|
2012-04-23 15:57:29 -07:00 |
|
JoelKatz
|
9a94752da1
|
Remove dead code. Add tie in to TransactionEngine code.
|
2012-04-23 15:56:29 -07:00 |
|