lp:~fuzzbawls/pivx-core/+git/test

Owned by Fuzzbawls
Get this repository:
git clone https://git.launchpad.net/~fuzzbawls/pivx-core/+git/test

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/fuzzbawls/pivx.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
2020_net-cleanup-resolve 2020-03-03 10:03:36 UTC
net: disable resolving from storage structures

Author: Cory Fields
Author Date: 2016-04-13 00:48:29 UTC

net: disable resolving from storage structures

CNetAddr/CService/CSubnet can no longer resolve DNS.

2020_net-banlist-updates 2020-02-29 09:15:59 UTC
banlist (bugfix): allow CNode::SweepBanned() to run on interval

Author: Philip Kaufmann
Author Date: 2015-07-03 08:46:08 UTC

banlist (bugfix): allow CNode::SweepBanned() to run on interval

- allows CNode::SweepBanned() to run, even if !CNode::BannedSetIsDirty(),
  because if nBanUntil is over we want the ban to be disabled for these
  nodes

2020_cleanup-qt-m4 2020-02-25 09:32:21 UTC
build: remove extra tokens warning

Author: Fuzzbawls
Author Date: 2020-02-23 00:59:14 UTC

build: remove extra tokens warning

2020_replace-deprecated-qt-methods 2020-02-25 09:26:09 UTC
[Qt] Replace deprecated Qt methods

Author: Fuzzbawls
Author Date: 2020-02-25 09:26:09 UTC

[Qt] Replace deprecated Qt methods

`qSort`, `qStableSort`, `qLowerBound`, and `qUpperBound` have been
marked as deprecated since Qt 5.2.

Also, `QSslSocket::setDefaultCaCertificates()` and `QSslSocket::systemCaCertificates()`
member functions are obsolete as of Qt 5.12

This PR replaces the former with their `std::` equivalents, and the latter
with `QSslConfiguration` equivalents.

Changes maintain backwards compatibility with Qt 5.5.1

2020_move-zerocoin-checks 2020-02-24 11:00:36 UTC
[Refactor] Move zerocoin checks out of main

Author: Fuzzbawls
Author Date: 2020-02-14 00:44:14 UTC

[Refactor] Move zerocoin checks out of main

This moves all zerocoin checking methods out of main.cpp/h into two new
files in the `consensus` subdir: zerocoin_verify.cpp/h

2020_remove-unused-be 2020-02-23 07:19:15 UTC
[Cleanup] Remove unused blockexplorer GUI files

Author: Fuzzbawls
Author Date: 2020-02-23 07:19:15 UTC

[Cleanup] Remove unused blockexplorer GUI files

The in-wallet block explorer is not used in the new GUI.

2020_qt55-minimum 2020-02-23 06:23:30 UTC
[CMake] Check for and require Qt 5.5.1 minimum version

Author: Fuzzbawls
Author Date: 2020-02-22 06:16:18 UTC

[CMake] Check for and require Qt 5.5.1 minimum version

2020_consensus-namespace 2020-02-14 01:01:10 UTC
Swap to newer method for genesis calculation; introduce Consensus namespace..

Author: barrystyle
Author Date: 2019-12-23 12:05:48 UTC

Swap to newer method for genesis calculation; introduce Consensus namespace..

2020_nuke-unittest-network 2020-02-11 10:20:16 UTC
[Cleanup] Remove stale UNITTEST network

Author: Fuzzbawls
Author Date: 2020-02-11 06:41:13 UTC

[Cleanup] Remove stale UNITTEST network

This network is un-necessary as our unit test suite can simply be run
with MainNet's parameters, which is basically what we already do.

2020_hide-zpiv-balance 2020-02-07 01:34:53 UTC
[Qt] Hide zPIV balances when they are zero

Author: Fuzzbawls
Author Date: 2020-02-06 23:40:23 UTC

[Qt] Hide zPIV balances when they are zero

Since there will be no **new** zerocoins anymore, there is no need to
take up UI space with zero value zerocoin balance information.

2020_refactor-tx-verification 2020-02-04 00:39:56 UTC
Move transaction checks out to consensus/tx_verify.cpp.

Author: barrystyle
Author Date: 2019-12-20 20:25:24 UTC

Move transaction checks out to consensus/tx_verify.cpp.

2020_move-txdiskpos-blockundo 2020-02-01 04:11:47 UTC
Move CDiskTxPos/CBlockUndo to txdb.h/undo.h respectively

Author: barrystyle
Author Date: 2019-12-19 16:23:07 UTC

Move CDiskTxPos/CBlockUndo to txdb.h/undo.h respectively

2020_update-debuild 2020-01-31 02:01:41 UTC
[Build] Update debuild for Ubuntu Focal

Author: Fuzzbawls
Author Date: 2020-01-31 02:01:41 UTC

[Build] Update debuild for Ubuntu Focal

Ubuntu Focal no longer contains a `python` package, so launchpad nightly
builds fail with a "dependency wait" error for Focal.

This updates the dependencies to default to `python3` package, but
allows for a fallback on a `python` package to maintain backwards
compatibility.

Also added the Qt5 SVG and (if available) the Qt5 Charts packages.

2020_setup-consensus-subdir 2020-01-30 00:44:28 UTC
Move CValidationState to consensus subdir

Author: Fuzzbawls
Author Date: 2020-01-24 07:23:34 UTC

Move CValidationState to consensus subdir

2020_refactor-tx-verify 2020-01-29 11:45:57 UTC
Move transaction checks out to consensus/tx_verify.cpp.

Author: barrystyle
Author Date: 2019-12-20 20:25:24 UTC

Move transaction checks out to consensus/tx_verify.cpp.

2019_qt-no-keywords 2020-01-29 00:31:41 UTC
[Qt] Define QT_NO_KEYWORDS

Author: Fuzzbawls
Author Date: 2019-10-16 07:31:56 UTC

[Qt] Define QT_NO_KEYWORDS

QT_NO_KEYWORDS prevents Qt from defining the `foreach`, `signals`, `slots` and `emit` macros.

This avoids overlap between Qt macros and boost, and enforces the standard.

pr-1209 2020-01-22 07:15:30 UTC
Remove training wheels from chainparams.cpp for genesis creation.

Author: barrystyle
Author Date: 2020-01-21 01:17:44 UTC

Remove training wheels from chainparams.cpp for genesis creation.

4.0.2-backports 2020-01-16 19:36:40 UTC
[GUI] Min window size

Author: furszy
Author Date: 2020-01-16 12:38:00 UTC

[GUI] Min window size

2020_update-checkpoints 2020-01-15 08:28:26 UTC
[Core] Update checkpoints for first v7 block

Author: Fuzzbawls
Author Date: 2020-01-15 08:28:26 UTC

[Core] Update checkpoints for first v7 block

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

2020-pre-4.0.2-copyright-header-update 2020-01-15 06:54:30 UTC
[Trivial] Update copyright headers for 4.0.2

Author: Fuzzbawls
Author Date: 2020-01-15 06:49:55 UTC

[Trivial] Update copyright headers for 4.0.2

2020_fix-txload-limit 2020-01-14 12:25:47 UTC
[Qt][Bug] Load the most recent instead of the first transactions

Author: Fuzzbawls
Author Date: 2020-01-14 12:25:47 UTC

[Qt][Bug] Load the most recent instead of the first transactions

Fixes a comparator bug when loading the initial `walletTxes` vector.
The design intention is to load the 20k most recent transactions, but it
 was loading the first 20k transactions in error, resulting in a
 potentially large gap in the UI's transaction history.

2020_remove-automint 2020-01-14 09:53:45 UTC
Wallet: Remove stale zerocoin mint percentage from walletmodel

Author: Fuzzbawls
Author Date: 2020-01-08 10:04:33 UTC

Wallet: Remove stale zerocoin mint percentage from walletmodel

2020_transifex-script-update 2020-01-12 06:18:50 UTC
[Scripts] Automatically update git/build when importing translations

Author: Fuzzbawls
Author Date: 2020-01-12 05:54:02 UTC

[Scripts] Automatically update git/build when importing translations

4.0.1-backports 2020-01-11 23:43:43 UTC
[RPC] Notate all account stuff as deprecated

Author: Fuzzbawls
Author Date: 2020-01-10 01:14:38 UTC

[RPC] Notate all account stuff as deprecated

First step in removing the internal accounting system. All RPC command
documentation/help output now notates that account arguments are
deprecated.

Ported from https://github.com/bitcoin/bitcoin/pull/5575, with
additional edits where necessary for cold staking related commands that
also used account arguments.

Github-Pull: #1251
Rebased-From: 73d331a9dda934b9b31f620c7286fb431d6cd5da

2020_CS-isloading 2020-01-11 12:37:15 UTC
[Qt] Initialize isLoading to false for CS view

Author: Fuzzbawls
Author Date: 2020-01-11 12:37:15 UTC

[Qt] Initialize isLoading to false for CS view

Loading of the cold staking delegations list checks to see if `isLoading`
is true, and exit's out if it is. this check is used to prevent double
loading, but on some systems `isLoading` is initialized as `true`, so
the loading of CS delegations will never occur.

This changes to initialization to be explicitly `false`.

2020_accounts-note-depreciated 2020-01-10 01:14:38 UTC
[RPC] Notate all account stuff as deprecated

Author: Fuzzbawls
Author Date: 2020-01-10 01:14:38 UTC

[RPC] Notate all account stuff as deprecated

First step in removing the internal accounting system. All RPC command
documentation/help output now notates that account arguments are
deprecated.

Ported from https://github.com/bitcoin/bitcoin/pull/5575, with
additional edits where necessary for cold staking related commands that
also used account arguments.

2019_cmake-explicit-boost 2019-11-10 22:57:42 UTC
[CMake] Don't rely on CMake internals for Boost_FOUND status message(s)

Author: Fuzzbawls
Author Date: 2019-11-10 22:57:42 UTC

[CMake] Don't rely on CMake internals for Boost_FOUND status message(s)

2019_coincontrol-send-improve 2019-11-10 22:55:14 UTC
[Qt] Re-work Send UI to allow for better utility and fee calculation

Author: Fuzzbawls
Author Date: 2019-11-10 22:55:14 UTC

[Qt] Re-work Send UI to allow for better utility and fee calculation

2019_mac-notification-refactor 2019-10-14 23:55:39 UTC
Refactoring with QString::toNSString

Author: Hennadii Stepanov
Author Date: 2018-12-16 18:29:56 UTC

Refactoring with QString::toNSString

The behavior of MacNotificationHandler::showNotification() has not been
changed.

2019_welcomeui-window 2019-10-11 23:07:54 UTC
[Qt] Introduce NetworkStyle to welcome window

Author: Fuzzbawls
Author Date: 2019-10-11 23:07:54 UTC

[Qt] Introduce NetworkStyle to welcome window

Keeping in-line with the other UI windows (app and splash), change the
welcome UI to a fully movable/closable window that displays the
appropriate network's title string.

precomputation-up-to-date-3 2019-03-28 09:40:20 UTC
Reduce log spam

Author: Fuzzbawls
Author Date: 2019-03-26 18:44:26 UTC

Reduce log spam

New debug category "staking" added with some previous `LogPrintf`
messages recategorized to reduce log spam.

Also noted both "staking" and "precompute" in the init help message and
added them to the "pivx" umbrella category.

2018_gitian-build-script 2018-10-28 09:19:06 UTC
[Contrib] Move gitian-build bash script to python

Author: Fuzzbawls
Author Date: 2018-10-28 09:18:12 UTC

[Contrib] Move gitian-build bash script to python

2018-Depends-Update 2018-09-03 23:29:30 UTC
fixup qt makefile

Author: Fuzzbawls
Author Date: 2018-09-03 23:29:30 UTC

fixup qt makefile

2018_depends-qt59 2018-07-12 08:57:00 UTC
update to Qt 5.9.6

Author: Fuzzbawls
Author Date: 2018-07-12 08:49:53 UTC

update to Qt 5.9.6

2018_libzerocoin-boost 2018-05-21 05:44:09 UTC
[Build] Make sure Boost headers are included for libzerocoin

Author: Fuzzbawls
Author Date: 2018-05-21 05:44:09 UTC

[Build] 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.

2018_qrscan 2018-01-23 10:17:06 UTC
Travis: Enable building Qt for most platforms

Author: Fuzzbawls
Author Date: 2018-01-23 10:17:06 UTC

Travis: Enable building Qt for most platforms

2017_ban_manage 2017-12-12 02:28:22 UTC
CScheduler updates

Author: Fuzzbawls
Author Date: 2017-11-14 00:16:19 UTC

CScheduler updates

This fixes a race condition in the unit tests where a thread has not
finished "in time" for the final check, resulting in a failed test.

Also introduces our own reverse_lock so we don't have to rely on the
boost version.

2017_univalue_standard 2017-12-01 08:06:26 UTC
fix rpcmining/getblocktemplate univalue transition logic error

Author: Fuzzbawls
Author Date: 2017-12-01 07:40:15 UTC

fix rpcmining/getblocktemplate univalue transition logic error

This has little to no impact on PIVX since we don't use
`getblocktemplate` at all and are not PoW, but including it here as a
consistency update from upstream.

2017_logprint_check 2017-11-29 02:03:38 UTC
Hook up the logprint-scanner.py script to TravisCI

Author: Fuzzbawls
Author Date: 2017-11-29 02:03:38 UTC

Hook up the logprint-scanner.py script to TravisCI

This script is now run during the ARM build test.

2017_RPC_PIP 2017-09-07 06:14:51 UTC
Add masternode network (ipv4/6 or Tor) to RPC

Author: Fuzzbawls
Author Date: 2017-08-30 01:22:31 UTC

Add masternode network (ipv4/6 or Tor) to RPC

Added output in listmasternodes as well as getmasternodecount.
Useful for tracking network statistics.

UI implementation to follow

2017_makeseeds_update 2017-05-01 05:36:00 UTC
[Utils] Remove old generate-seeds.py script/dir

Author: Fuzzbawls
Author Date: 2017-05-01 05:30:22 UTC

[Utils] Remove old generate-seeds.py script/dir

301341 of 341 results
This repository contains Public information 
Everyone can see this information.

Subscribers