wagerr-rebase:v0.13.x

Last commit made on 2019-04-04
Get this branch:
git clone -b v0.13.x https://git.launchpad.net/wagerr-rebase

Branch merges

Branch information

Name:
v0.13.x
Repository:
lp:wagerr-rebase

Recent commits

297c266... by Alexander Block <email address hidden>

Merge pull request #2831 from codablock/pr_v13_release

[0.13.x] Bump version to 0.13.3.0 and add release notes

7022e83... by UdjinM6 <email address hidden>

Update doc/release-notes.md

Co-Authored-By: codablock <email address hidden>

317ca50... by Alexander Block <email address hidden>

Add release notes for 0.13.3.0

25038ff... by Alexander Block <email address hidden>

Bump version to 0.13.3.0

53b2162... by Alexander Block <email address hidden>

Harden spork15 value to 1047200 when on mainnet (#2830)

This is a hackish version of https://github.com/dashpay/dash/pull/2824,
meant for 0.13.x only. The reason for this hackish version is that the
code has diverged quite a bit and its not worth the effort to backport
the hardening code.

Even though 0.13.x included a lot of fixes for sporks handling and syncing,
I still feel more safe with hardening the spork15 block height. If
something goes wrong with spork syncing (e.g. its slower then the first
DIP2/3 block arrives), the whole sync process will fail otherwise.

3db4e31... by Alexander Block <email address hidden>

Merge pull request #2828 from codablock/pr_v13_backports

[0.13.x] Backports from develop

575cafc... by Alexander Block <email address hidden>

Do not skip pushing of vMatch and vHashes in CMerkleBlock (#2826)

Even if its a TX type which we don't want in merkle blocks. Wrongfully
omitting the pushes causes invalid partial merkle trees, which in turn
causes SPV nodes to ban us.

8c58799... by UdjinM6 <email address hidden>

There can be no two votes which differ by the outcome only (#2819)

66c2f39... by UdjinM6 <email address hidden>

Fix vote ratecheck (#2813)

b52d0ad... by gladcow <email address hidden>

Fix revoke reason check for ProUpRevTx (#2787)