pivx-core:4.0

Last commit made on 2020-01-16
Get this branch:
git clone -b 4.0 https://git.launchpad.net/pivx-core

Branch merges

Branch information

Name:
4.0
Repository:
lp:pivx-core

Recent commits

ab06d6d... by furszy <email address hidden>

Merge #1283: [Backport] 4.0.2 backports

4663310fc01e04de56f7c34dc6ad35e00109d6cb [GUI] Min window size (furszy)
5c76d5191445c4d830ca62225d2dc709a0e519b2 Doc: Update manpages for 4.0.2 (Fuzzbawls)
79bfec9c3cc26b97c3de1c7764edf0da53b1bf02 Build: Bump version to 4.0.2 (Fuzzbawls)
82d0af735b94cff7894bc9018f01b02006156493 Doc: Update release notes for 4.0.2 (Fuzzbawls)
3432e2978b0d4ac4890d27ab5fa8d236f3c1493f [GUI] Transaction record cold staking fixes. (furszy)
e5badbc4b89eeeffbc1bc539d0d5b2e71ca6a7a5 [RPC] Don't do extra PoW round for pos blocks in 'generate' RPC Github-Pull: #1274 Rebased-From: 6b5ce006b83f1ddd6962dad185c675e6cbd1f6e9 (random-zebra)
7b8169cc4edb99f312f96c2db500eaddd2bdd580 [Trivial] Update copyright headers for 4.0.2 (Fuzzbawls)
8faf4bf90e0a87cbf0908396b8eb60835cb7de7b [Core] Update checkpoints for first v7 block (Fuzzbawls)
f6e8a14b754b49a862f0b9bd24665874c5dbbb2f [GUI] Add latest block number to topbar pushButtonSync Github-Pull: #1268 Rebased-From: 84b4ae46bf39827416ed3b7cf836a955f08cab4a (random-zebra)
8edfa83cd4c17c40f60e802dae2e7d6c7b825dbd [GUI] Connect P2CSUnlockOwner and P2CSUnlockStaker records to the model Github-Pull: #1265 Rebased-From: 4b24380f12289c72b3ca1ac06b2fc1ee7e058295 (random-zebra)
e4758271a1060886aa4a03a9aa4928be0729f583 [GUI] CoinControlDialog, removing extra spacing char from the copy to clipboard texts. (furszy)
dbe2b3ad4e03fd28225259393a8e43e34948694a [GUI] CoinControlDialog, copy to clipboard action implemented on every showed label + inform snackbar notifying the user. (furszy)
3404bd95aaa87c200cfc0671794e1f7066981d36 [Wallet] Don't add P2CS automatically to CWalletTx::GetLockedCredit Github-Pull: #1264 Rebased-From: 478965226f0d1fc61c43d629c5f7cdd765a8db1b (random-zebra)
d1f5731d1b183693636ecf8955174fe745c01082 [GUI] Force NavMenu to show dashboard button at startup. (furszy)
cdee261c2bdd950db3746bd07c90d67d47bb1333 [GUI] Open the app's window in the smallest, currently available, size. (furszy)
fc766c8542ba727d68b807c04eb1b0e201f0cde0 [GUI] TransactionRecord type P2CSDelegationSentOwner and P2CSDelegationSent distinction. (furszy)
49de2e450c5f0ca3a4412aa9ecef3485f4b73d1a [Qt][Bug] Load the most recent instead of the first transactions (Fuzzbawls)
827ca3e59009a96b535d5fc344fafc9615d26fef [Bug][GUI] Double counted delegated balance fix. (furszy)

Pull request description:

  Updates the `4.0` branch with relevant merged PRs in preparation for tagging the `4.0.2` release.

  Included PRs:
  #1261
  #1267
  #1263
  #1266
  #1264
  #1269
  #1265
  #1268
  #1273
  #1272
  #1274
  #1279

Top commit has no ACKs.

Tree-SHA512: 561d9319d08756c040751c6ce145505610ed2ebc4351a87d9d3bb05ecb98df9f35d492e9e3eb7e111ce611268c4a24bb13720e3f81917a671038f8ab23f14de4

4663310... by furszy <email address hidden>

[GUI] Min window size

5c76d51... by Fuzzbawls

Doc: Update manpages for 4.0.2

79bfec9... by Fuzzbawls

Build: Bump version to 4.0.2

82d0af7... by Fuzzbawls

Doc: Update release notes for 4.0.2

3432e29... by furszy <email address hidden>

[GUI] Transaction record cold staking fixes.

1) Cold stakes status was not set properly, there was no immaturity or "xxx blocks to mature" calculated.

2) GetCredit method in P2CS in wallets with both private keys is returning the real credit amount doubled because of be summing the cold staking credit and the delegated credit of the exact same utxo.

   Quick fix to solve it, only request one of them.. not the final solution.

Github-Pull: #1279
Rebased-From: e6fc91a235dbebbf3c523f9482b941c2d442d995

e5badbc... by random-zebra <email address hidden>

[RPC] Don't do extra PoW round for pos blocks in 'generate' RPC
Github-Pull: #1274
Rebased-From: 6b5ce006b83f1ddd6962dad185c675e6cbd1f6e9

7b8169c... by Fuzzbawls

[Trivial] Update copyright headers for 4.0.2

Github-Pull: #1272
Rebased-From: 9952616efbe1ae060c36b00dd51fd358edf56c55

8faf4bf... by Fuzzbawls

[Core] Update checkpoints for first v7 block

Add a new checkpoint for the first v7 block for both mainnet and testnet

Github-Pull: #1273
Rebased-From: 793b0af91e43760a201883aea463ddd0aac4ddff

f6e8a14... by random-zebra <email address hidden>

[GUI] Add latest block number to topbar pushButtonSync
Github-Pull: #1268
Rebased-From: 84b4ae46bf39827416ed3b7cf836a955f08cab4a