wagerr-rebase:v0.14.0.x

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

Branch merges

Branch information

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

Recent commits

2ae1ce4... by Alexander Block <email address hidden>

[v0.14.0.x] Update release notes with notable changes and changelog (#3229)

* Update release notes with notable changes and changelog

* Add #3230 to changelog

20d4a27... by UdjinM6 <email address hidden>

[v0.14.0.x] Make sure mempool txes are properly processed by CChainLocksHandler despite node restarts (#3230)

dc07a0c... by Alexander Block <email address hidden>

[v0.14.0.x] Bump version and prepare release notes (#3228)

* Bump version to 0.14.0.5

* Copy 0.14.0.4 release notes and prepare 0.14.0.5 release notes

* Run gen-manpages.sh

3998c31... by UdjinM6 <email address hidden>

Merge pull request #3227 from codablock/pr_v14_backports

[v0.14.0.x] Backport pending PRs

401da32... by Alexander Block <email address hidden>

More fixes in llmq-is-retroactive tests

33721ea... by Alexander Block <email address hidden>

Make llmq-is-retroactive test compatible with 0.14.0.x

85bd162... by Alexander Block <email address hidden>

Make wait_for_xxx methods compatible with 0.14.0.x

Mostly related to wait_until not asserting in 0.14.0.x

22cfdda... by Alexander Block <email address hidden>

Allow re-signing of IS locks when performing retroactive signing (#3219)

* Implement re-signing of InstantSend inputs when TXs come in via blocks

* Use GetAdjustedTime instead of GetTimeMillis in CSigSharesManager

This allows use of mocktime in tests.

* Expose verifiedProRegTxHash in getpeerinfo and implement wait_for_mnauth

* Allow to wait for IS and CL to NOT happen

* Bump timeout for wait_for_instantlock

* Implement tests for retroactive signing of IS and CLs

* Add wait_for_tx function to DashTestFramework

* Add -whitelist=127.0.0.1 to node0

* Use node3 for isolated block generation

* Don't test for non-receival of TXs on node4/node5

a8b8891... by Alexander Block <email address hidden>

Add wait_for_xxx methods as found in develop

But slightly modified so that they work with wait_until which does not
assert in v0.14.0.x

8dae12c... by Alexander Block <email address hidden>

More/better logging for InstantSend