Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More updates from Pivx Upstream #177

Open
wants to merge 283 commits into
base: master
Choose a base branch
from
Open

More updates from Pivx Upstream #177

wants to merge 283 commits into from

Conversation

KolbyML
Copy link

@KolbyML KolbyML commented May 7, 2020

No description provided.

Fuzzbawls and others added 30 commits March 14, 2020 17:16
There were surprisingly many `#ifdef` fallbacks for Qt 4.

Removing them simplifies maintenance, as well as adding new GUI
functionality.

(cherry picked from commit 907f73b)
Fix an edge case where autocombine would get stuck if available
UTXOs are low in value compared to autocombine threshold
This file has not been used in quite a while, nuke it from orbit.
Prevent file access collisions and possible file corruption by refusing
to overwrite the current wallet in use.
(cherry picked from commit 908c1d7)
This function is never used, and never will be; Nuke it from orbit.
verifychain only accepts a single (optional) argument instead of two,
and we need to capture that argument properly.
Properly return an error when attempting to use a negative timeout. Also
 sanitize the timeout so as to not cause a value error with libevent on
 MacOS.
Even though this command is all but deprecated, it's help output and
example were incorrect and deserving of an update.

amount is the 3rd paramater, and is required. minconf is the 4th
paramater, and for all intents and purposes is a "dummy" paramater since
 it is no longer considered in the functional logic.
When calling `getreceivedbyaddress` with a non-wallet address, return a
proper error code/message instead of `0`
check-doc and logprint-scanner were still using python2 conventions.
This updates the two scripts to use pyhon3 instead and be consistent
with the rest of our python utility scripts.

Also, use a more widely accessible bash path in lint-whitespace.sh
Used primarialy (for now) in node identification for upcoming regtest
scripting.
Simple addition to the JSON output; mainly used in upcoming functional
test updates.
Simple consistency addition. This mimmics the output from `getinfo`.
- Fix git's rev-list call
- Add proper copyright headers from upstream
- Check that the script is in the git tree
This moves CScheduler and threadGroup to a static declaration in init
.cpp so as to avoid a potential shutdown deadlock where both are freed
before the network message handler thread has been completely released.
furszy and others added 30 commits May 6, 2020 13:08
…emove vchDefaultKey and have better first run detection".

[Wallet][Startup][DB][Backport] Don't create any default address
Move the two CMake build tests further up in the test order so we don't
have to manually restart them due to caching/timeouts.
to check balances in a reorganization of PoS blocks, and verify that the
input of an orphan block's coinstake is spendable after.
…mpool check code cleanup in IsTrusted method.

 Comes from bitcoin b2b3619
- qualify as constants the arguments of CWallet's functions:
IsLockedCoin, LockCoin and UnlockCoin.

- Diagnose unsuitable outputs in lockunspent (backports bitcoin/bitcoin
bitcoin#11087)
… the tip, preventing possible multi-threading shared resource problem.

Remove duplicated tip check.
When the build number (CLIENT_VERSION_BUILD) is non-zero, we want
to include that in the package version number so the resulting binaries
are named with the correct version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.