Commit Graph

32 Commits

Author SHA1 Message Date
JoelKatz
5dcc7908dd ledger [id|current|lastclosed] [full]
Implementation is not 100% complete yet.
2012-06-09 01:49:18 -07:00
Arthur Britto
0b02b20003 Add support for a signature when creating NicknameSet transactions. 2012-06-05 14:50:42 -07:00
Arthur Britto
480482d618 Merge branch 'master' into misc
Conflicts:
	src/TransactionEngine.cpp
2012-06-05 13:08:36 -07:00
Arthur Britto
26d7f0e1a4 Add ledger fuctionality for NicknameState. 2012-06-05 13:05:42 -07:00
JoelKatz
e84c7924a4 Extra debug 2012-06-04 21:37:04 -07:00
JoelKatz
3826094819 New wobble handling. 2012-06-03 19:43:28 -07:00
JoelKatz
766e03bc62 Fee charge fixes. 2012-06-01 20:34:25 -07:00
Arthur Britto
a0009f7c6f Rework Ledger index calculation. 2012-05-31 20:26:14 -07:00
Arthur Britto
a283d9df30 Merge branch 'pay'
Conflicts:
	src/NetworkOPs.cpp
2012-05-30 00:51:48 -07:00
Arthur Britto
68c8434a2b Rework RPCServer to go through NetworkOPs. 2012-05-30 00:41:10 -07:00
JoelKatz
c750c4af38 Add a function to make the "sacrificial" ledger that runs as our
current ledger during consensus building time. We just use it to
decide whether to process/forward transactions. We re-apply them when we
have a new last-closed ledger anyway.
2012-05-29 18:00:57 -07:00
Arthur Britto
48d3099c00 Add ledger support for directories and ripple state. 2012-05-26 02:54:50 -07:00
Arthur Britto
09a29ac00d Remove references to Hanko class. 2012-05-20 02:29:23 -07:00
JoelKatz
c0513e6129 Offer index and base functions. 2012-05-19 06:25:08 -07:00
Arthur Britto
abccd3aeb6 More toward using STAmount. 2012-05-18 20:17:28 -07:00
Arthur Britto
8760a5b3d2 Change over to STAmount. 2012-05-18 19:28:39 -07:00
Arthur Britto
0f6fa17d5e Use name spaces for ledger index. 2012-05-17 20:37:13 -07:00
JoelKatz
64616ec945 Bugfixes. 2012-05-15 17:32:18 -07:00
Arthur Britto
d761f4c451 Add support for generator map ledger entries. 2012-05-12 18:29:46 -07:00
Arthur Britto
26fd9f3e43 Work toward authorized keys. 2012-05-10 15:51:19 -07:00
JoelKatz
f4ddb29eda Cleanups. 2012-05-08 03:43:13 -07:00
JoelKatz
a626706638 Rework time logic. All network protocols now use our native time, 64-bit
seconds since 1/1/2000. Some places internally use only 32-bits. We'll have
to fix that by 2130 or so.
2012-05-07 15:31:48 -07:00
Arthur Britto
f548e27e67 Cosmetic changes. 2012-05-05 16:46:29 -07:00
JoelKatz
038144d5aa Add ledger interval. Various updates. 2012-05-05 13:50:23 -07:00
JoelKatz
5284107cdb Change ledger logic to hold total coins in existence, not fees. 2012-04-30 11:31:10 -07:00
JoelKatz
59872be189 Remove obsolete ledger functionality. Update to use new code. 2012-04-23 15:55:58 -07:00
JoelKatz
f6f9ba4d08 Missing functions, and an easy way to specify no special parameters. 2012-04-20 17:42:54 -07:00
JoelKatz
3b6fca362b Add nickname node functions. Simplify. 2012-04-19 06:16:02 -07:00
JoelKatz
e0e7a822a1 More ledger work:
Ledger::getAccountRoot
LedgerStateParms
SerializedLedgerEntry(const Serialier&..
2012-04-17 05:06:16 -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
Arthur Britto
73ff9b95ad Rework addresses. 2012-03-17 20:19:09 -07:00
Arthur Britto
c513e45754 Move sources to src and build objs in obj. 2012-03-06 22:43:06 -08:00