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 |
|
Arthur Britto
|
99d61cc8e6
|
Store and score IPs.
|
2012-04-18 17:24:05 -07:00 |
|
Arthur Britto
|
9d55bec56e
|
Minor clean up.
|
2012-04-18 17:23:46 -07:00 |
|
Arthur Britto
|
b056eb887b
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-04-17 19:47:17 -07:00 |
|
Arthur Britto
|
24088dbe9b
|
Add scoring for TrustedNodes.
|
2012-04-17 19:44:00 -07:00 |
|
Arthur Britto
|
5d7a2ed8e3
|
Add strJoin to utils.h
|
2012-04-17 19:43:28 -07:00 |
|
Arthur Britto
|
8fabf505fc
|
Require TrustedNodes to have a score.
|
2012-04-17 19:42:14 -07:00 |
|
Arthur Britto
|
e7307dca6d
|
Have executeSQL take a String.
|
2012-04-17 19:41:12 -07:00 |
|
JoelKatz
|
e0e7a822a1
|
More ledger work:
Ledger::getAccountRoot
LedgerStateParms
SerializedLedgerEntry(const Serialier&..
|
2012-04-17 05:06:16 -07:00 |
|
JoelKatz
|
fb415dc6ac
|
Have a SHAMapItem use a serializer internally to save copies and avoid ugliness.
|
2012-04-17 05:03:21 -07:00 |
|
JoelKatz
|
23e46d4f12
|
Allow a serializer to be used much like a vector.
|
2012-04-17 05:02:28 -07:00 |
|
JoelKatz
|
33fb458c9a
|
Cleanup.
|
2012-04-17 05:02:02 -07:00 |
|
JoelKatz
|
1ea7b56fa8
|
Various cleanups, mostly style and whitespace.
|
2012-04-17 02:34:24 -07:00 |
|
JoelKatz
|
cc4b350eb7
|
Build the LedgerEngine logic into the Ledger class.
Add index rules for account state and ripple nodes.
|
2012-04-16 11:39:29 -07:00 |
|
JoelKatz
|
7ab3da2f76
|
This will be built into the Ledger class.
|
2012-04-16 11:39:01 -07:00 |
|
Arthur Britto
|
34e5b77223
|
Bug fixes and add scoring framing work.
|
2012-04-14 19:13:43 -07:00 |
|