Arthur Britto
e46149819d
Remove use of deprecated crypto code.
2012-06-13 11:56:01 -07:00
Arthur Britto
063d4352ee
Implement XDG spec for file layout.
2012-06-11 20:14:35 -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
9739eea860
More sensible name
2012-06-09 18:08:16 -07:00
JoelKatz
ea5ae2a113
Structures for tracking transactions by which accounts they affect.
2012-06-08 18:13:13 -07:00
JoelKatz
27241a9a5c
Application-level tagged cache.
2012-06-04 07:17:54 -07:00
JoelKatz
bef64eaad5
Nicer nonce/hash code.
2012-06-04 06:14:23 -07:00
JoelKatz
31e70c0cd2
Use new Ledger constructors.
2012-06-03 19:42:30 -07:00
Arthur Britto
f0e3383856
Fix starting number of XNS.
2012-06-02 02:04:46 -07:00
Arthur Britto
545ede1823
Merge branch 'pay'
...
Conflicts:
src/NetworkOPs.cpp
src/SHAMap.cpp
2012-06-01 01:23:19 -07:00
Arthur Britto
e6745d0b3b
Add mNonce256 to Application.
2012-06-01 01:16:31 -07:00
JoelKatz
83d8a347ee
Make SHAMapNode::ClassInit self-invoking.
2012-05-31 13:35:27 -07:00
JoelKatz
83aa616d13
Remove synched flag, and neww pushLedger function.
2012-05-30 21:25:47 -07:00
Arthur Britto
68c8434a2b
Rework RPCServer to go through NetworkOPs.
2012-05-30 00:41:10 -07:00
Arthur Britto
0010656ff8
Remove obsolete Local* code.
2012-05-20 01:52:23 -07:00
Arthur Britto
47b168c390
Merge branch 'pay'
2012-05-19 18:20:14 -07:00
Arthur Britto
5cba2b4497
Less debugging.
2012-05-19 18:17:44 -07:00
JoelKatz
70e9fbb92b
Speed up testing.
2012-05-18 21:23:51 -07:00
Arthur Britto
66c02cd078
Change root master passphrase to "masterpassphrase".
2012-05-16 17:14:44 -07:00
JoelKatz
5f3521e0f4
Missing class initialization.
2012-05-15 20:19:19 -07:00
Arthur Britto
04e44960e4
Clean up root account generation.
2012-05-15 00:09:22 -07:00
Arthur Britto
b0fec63582
Remove old claim example code.
2012-05-12 21:57:20 -07:00
Arthur Britto
5ad3eb6d4d
Work towards Claim.
2012-05-11 18:29:41 -07:00
Arthur Britto
9a7e7b961c
Generate information for root regular/master.
2012-05-10 15:50:58 -07:00
Arthur Britto
c6bc90a8a8
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-05-09 17:05:47 -07:00
Arthur Britto
2da5c4cc31
Remove dead code TimingService.
2012-05-09 17:05:28 -07:00
JoelKatz
ca27ef99a5
Change to make_shared.
2012-05-09 16:47:55 -07:00
JoelKatz
0968e0229b
Typo.
2012-05-08 14:32:51 -07:00
JoelKatz
f9505e000d
Cleanup.
2012-05-08 03:45:24 -07:00
JoelKatz
386e17ac14
Change when we start the state timer.
2012-05-08 03:42:26 -07:00
Arthur Britto
2fad636ed2
Report when interfaces are off.
2012-05-05 16:50:39 -07:00
Arthur Britto
d9d0a57c31
Fix crash if no config file.
2012-05-05 16:42:50 -07:00
JoelKatz
8e0b122779
Update to new ledger code.
2012-05-05 13:50:04 -07:00
JoelKatz
2bdd06f5cc
Pass io_service to NetworkOPs to it can set timers.
2012-05-03 15:45:04 -07:00
Arthur Britto
b341e02eba
Initial scaning support
2012-04-30 13:23:54 -07:00
Arthur Britto
67e34a1594
Load theConfig before initializing Application.
2012-04-28 15:13:32 -07:00
JoelKatz
a14c9fdcf1
Fix a typo. Add some asserts.
2012-04-26 18:57:34 -07:00
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
41ba874199
Remove KnownNodeList completely and remove pugi from build.
2012-04-24 17:07:43 -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
b3773f1d52
Typo.
2012-04-23 15:55:19 -07:00
Arthur Britto
85b5922603
Work toward automated UNL maintenance.
2012-04-13 20:47:34 -07:00
Arthur Britto
98d6065460
Initial support for fetch newcoin.txt via https.
2012-03-29 21:14:57 -07:00
Arthur Britto
d0eb4567ba
NewcoinAddress fixes and work towards unls.
2012-03-20 15:20:39 -07:00
Arthur Britto
925cc6ff86
Many fixes and clean up for NewcoinAddress.
2012-03-18 19:00:28 -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