wagerr-dev-rc:zWGRv2_release_prep

Last commit made on 2018-06-27
Get this branch:
git clone -b zWGRv2_release_prep https://git.launchpad.net/wagerr-dev-rc

Branch merges

Branch information

Name:
zWGRv2_release_prep
Repository:
lp:wagerr-dev-rc

Recent commits

3375042... by Wagerr

Initialize accumulator checkpoints

8c5d642... by Wagerr

Initialize accumulator checkpoints

4a63d02... by Wagerr

New alert and spork keys for main and test networks

1abfb83... by dev

Revert "New alert and spork keys for main and testnet"

This reverts commit 90ede9a25a1cc3d3071eca40a10927172065ede9.

90ede9a... by dev

New alert and spork keys for main and testnet

bef9d94... by Cryptarchist <email address hidden>

doc: Update manpages to 2.0.0 (TODO: Fix version in docs)

8739126... by Cryptarchist <email address hidden>

doc: Add release notes for 2.0.0

bf9b412... by Cryptarchist <email address hidden>

Update protocol to 70919

2ddd80f... by Fuzzbawls

Properly log reason(s) for increasing a peer's DoS score.

Many of the MN related DoS checks had their log messages output only if
the client was running in debug mode, leading to unexplained peer bans.

d56a6f2... by Fuzzbawls

Make sure Boost headers are included for libzerocoin

Custom boost locations not using pkg_config can result in a header
include not being found when compiling the libzerocoin library. This
quick fix ensures that the `BOOST_CPPFLAGS` are explicitely included.