Arthur Britto
ec008fe76d
Improve configuration handling.
...
- Make VALIDATORS_SITE configurable.
- At bootstrap load validators.txt with out a unl_default entry.
- Always merge in unl_default at start if available.
2012-06-18 11:45:22 -07:00
Arthur Britto
11241b9077
Make config file parsing more forgiving of all whitespace lines.
2012-06-18 11:35:12 -07:00
Arthur Britto
844e3ed95f
Remove BOOST_LOG_TRIVIAL.
2012-06-18 11:05:32 -07:00
JoelKatz
62dfd40ce9
Make SQL updates more sane.
2012-06-18 10:57:10 -07:00
JoelKatz
95ea30085c
Remove chatty debug.
2012-06-18 10:56:55 -07:00
JoelKatz
2a28428409
Add SQL_EXISTS macro to check if an entry exists.
2012-06-18 10:56:26 -07:00
JoelKatz
ec9308bbb8
Cleanups.
2012-06-18 10:37:11 -07:00
JoelKatz
8277854a15
Fix SQL error.
2012-06-18 10:37:05 -07:00
JoelKatz
7e286839bb
Suppress SQL errors in two cases where they are normal.
2012-06-18 10:30:10 -07:00
JoelKatz
36b829f003
Don't bork Nagle.
2012-06-18 09:52:49 -07:00
JoelKatz
2ff19d65e8
Don't go to full (validating) if we don't have a validation seed.
2012-06-18 09:52:06 -07:00
JoelKatz
6c0135fbef
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-18 09:23:23 -07:00
JoelKatz
8f88030219
Log whether we processed a peer ledger proposal or not.
2012-06-18 09:23:01 -07:00
jed
3e46abf9b8
.
2012-06-18 07:29:26 -07:00
jed
f4e7bcf909
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-18 07:28:07 -07:00
jed
7a9607492d
.
2012-06-18 07:27:49 -07:00
JoelKatz
2e1254cda6
Remove a FIXME, bug is fixed.
2012-06-18 00:44:33 -07:00
JoelKatz
562d0a658e
Tiny bugfix.
2012-06-18 00:44:27 -07:00
JoelKatz
bb6867345e
Remove FIXME.
2012-06-18 00:32:51 -07:00
Arthur Britto
291951b031
Use SeedNodes when compute TrustedNodes scores.
2012-06-16 15:08:36 -07:00
Arthur Britto
2825942db0
Fixes for UNL bootstrapping.
2012-06-16 13:23:40 -07:00
Arthur Britto
b1b8788b98
Update example validators.txt.
2012-06-16 12:37:51 -07:00
Arthur Britto
2ed33307b4
Cosmetic changes.
2012-06-16 12:35:24 -07:00
Arthur Britto
63a3e110c1
Fix default newcoind.cfg example for unl_default.
2012-06-16 12:24:00 -07:00
Arthur Britto
d6ca0389c9
Make UNL bootstrapping more robust.
2012-06-16 12:18:02 -07:00
Arthur Britto
160c625216
Get rid of DH_der_gen_hex and DH_der_load_hex.
2012-06-16 12:17:40 -07:00
Arthur Britto
f774baefeb
Change RPC unl_default to unl_load & unl_network and add UNL bootstrapping.
2012-06-16 11:46:17 -07:00
Arthur Britto
9964689f8f
Add configuration support for WEBSOCKET_IP and WEBSOCKET_PORT.
2012-06-16 02:53:56 -07:00
Arthur Britto
d3c1681c68
Add configuration support for UNL_DEFAULT.
2012-06-16 02:43:36 -07:00
Arthur Britto
86d175bfbd
Implement initial support specify validators as public keys.
2012-06-15 20:13:19 -07:00
Arthur Britto
e54c5603f6
Add Score for SeedNodes table.
2012-06-15 20:12:39 -07:00
Arthur Britto
d1cc5c0b8d
Fix documentation for unl_delete.
2012-06-15 20:12:11 -07:00
Arthur Britto
eb48ea77d7
Add getStrBinary to database functions.
2012-06-15 20:11:43 -07:00
Arthur Britto
3ea3feb1c1
Add sqlEscape to utils.h.
2012-06-15 16:09:33 -07:00
Arthur Britto
347b903393
Cosmetic changes.
2012-06-15 16:09:17 -07:00
jed
2caa4861c8
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-14 20:26:57 -07:00
Arthur Britto
0b60693c7a
Simply getPeersJson and display connection source.
2012-06-14 19:06:09 -07:00
Arthur Britto
a7e4523b64
Add a single SQL_FOREACH.
2012-06-14 19:05:32 -07:00
Arthur Britto
f9637e36bf
Get rid of redunant SQL_FOREACH declarations.
2012-06-14 18:42:46 -07:00
Arthur Britto
70970d8042
Fix SQL_FOREACH.
2012-06-14 18:33:31 -07:00
jed
0fb72a6e75
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-06-14 16:54:23 -07:00
jed
0e4541a7bc
Merge branch 'master' of github.com:jedmccaleb/NewCoin
...
Conflicts:
src/RPCServer.cpp
2012-06-14 16:54:08 -07:00
Arthur Britto
83640b987a
Add more locking to ConnectionPool.
2012-06-14 16:51:46 -07:00
Arthur Britto
e26c8f93cf
Add websocketpp to build.
2012-06-14 16:50:45 -07:00
Arthur Britto
834ecf9b5b
Import websocketpp.
2012-06-14 11:50:26 -07:00
Arthur Britto
a67756703c
Get rid of more references to boost trivial.
2012-06-14 09:29:55 -07:00
Arthur Britto
617bd47d07
Get rid of word Family from NewcoinAddress routines.
2012-06-13 23:46:00 -07:00
Arthur Britto
8264fc1d1a
Remove references to LOG_TRIVIAL.
2012-06-13 23:35:45 -07:00
Arthur Britto
26ef51463d
Cosmetic changes.
2012-06-13 23:28:39 -07:00
Arthur Britto
f000947bc7
Clean up creating seed from string.
2012-06-13 17:50:44 -07:00