Arthur Britto
|
396eca1a3c
|
Work toward policy based network connectivity.
|
2012-04-25 23:04:38 -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 |
|
JoelKatz
|
59872be189
|
Remove obsolete ledger functionality. Update to use new code.
|
2012-04-23 15:55:58 -07:00 |
|
JoelKatz
|
b3773f1d52
|
Typo.
|
2012-04-23 15:55:19 -07:00 |
|
JoelKatz
|
cd73263f2f
|
Rework AccountState to fit new model.
|
2012-04-23 15:54:56 -07:00 |
|
JoelKatz
|
a641149834
|
Wrong return value.
|
2012-04-22 21:11:14 -07:00 |
|
JoelKatz
|
a5e8ab6943
|
Handle make payment for native currencies.
Keep a vector of affected account state nodes to make atomicity easier.
|
2012-04-22 19:14:06 -07:00 |
|
JoelKatz
|
003ec1af1e
|
Missing helper functions.
|
2012-04-22 18:47:59 -07:00 |
|
JoelKatz
|
82644c4c00
|
Additional error codes. "No param" parameter for TransactionEngineParms.
TEP helper functions.
|
2012-04-22 16:28:24 -07:00 |
|
JoelKatz
|
adf0313ab8
|
Transaction fee handling.
|
2012-04-22 16:27:55 -07:00 |
|
JoelKatz
|
585d800fb4
|
Bug fixes.
|
2012-04-21 02:20:09 -07:00 |
|
JoelKatz
|
5a9050aa69
|
Bugfix.
|
2012-04-20 20:21:42 -07:00 |
|
JoelKatz
|
9a50a0e4f1
|
Helper function for STAccount->uint160 inside an object.
|
2012-04-20 20:21:27 -07:00 |
|
JoelKatz
|
7b82cbcbe8
|
This function is completed -- applyTransaction. It needs helper functions.
|
2012-04-20 20:09:04 -07:00 |
|
JoelKatz
|
f6f9ba4d08
|
Missing functions, and an easy way to specify no special parameters.
|
2012-04-20 17:42:54 -07:00 |
|
JoelKatz
|
8372b0d572
|
Some additional return codes for the transaction engine.
|
2012-04-20 17:42:37 -07:00 |
|
JoelKatz
|
31d65b222e
|
Missing from previous commit.
|
2012-04-20 17:42:17 -07:00 |
|
JoelKatz
|
ad8ff12803
|
Fix mishandling of signing account.
Fix failure to set transaction type.
|
2012-04-20 13:30:18 -07:00 |
|
JoelKatz
|
3b6fca362b
|
Add nickname node functions. Simplify.
|
2012-04-19 06:16:02 -07:00 |
|
JoelKatz
|
8f7c6b5f2b
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-04-19 03:45:55 -07:00 |
|
JoelKatz
|
693df8bb8a
|
Missing function Ledger::writeBack
|
2012-04-19 03:45:33 -07:00 |
|
JoelKatz
|
7c7ee23c64
|
Cleanup.
|
2012-04-19 03:45:23 -07:00 |
|
JoelKatz
|
271283b930
|
Update comments.
|
2012-04-19 03:45:15 -07:00 |
|
Arthur Britto
|
65126360c9
|
Add RPC command unl_score to request scoring for debugging.
|
2012-04-18 17:24:49 -07:00 |
|