View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/pivx-core

See all merge proposals.

Import details

Import Status: Reviewed

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

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — 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-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — 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-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log

Branches

Name Last Modified Last Commit
master 2024-04-25 08:36:40 UTC
Merge #2926: [GA] Overhaul Github Actions Workflow

Author: Fuzzbawls
Author Date: 2024-04-25 08:33:50 UTC

Merge #2926: [GA] Overhaul Github Actions Workflow

3ba861c64ff35cc420f717b0286714d40457c2f0 [GA] Overhaul Github Actions Workflow (Fuzzbawls)

Pull request description:

  This is a major overhaul of our GitHub Actions workflow file that introduces several cleanups and optimizations, as well as new jobs dedicated to running just the python functional test suite. Below are some of the more notable changes:

  - Split off functional tests to their own jobs. Often times we will see a trivial failure in one of the functional tests. Prior to this change, this meant needing to re-run the entire build job again. With this change, we can trigger a re-run of just the functional test suite without needing to re-compile the wallet again. This is handled by creating a minimal archive "artifact" in the build job, and passing it to the new functional test jobs. Credit goes to @Duddino for coming up with this idea and doing much of the initial research and testing!
  - Split old configure/build/unittest groupings into their own steps. Instead of exclusively relying on older group macros in a single step, I've created new more descriptive steps to improve readability and responsiveness of the actions report portal. This also helps in seeing where any significant bottle-neck is for a particular job configuration.
  - Unify the `apt_get` and `brew_install` matrix config params. These two params have been unified to just `packages` across all matrix configurations.
  - No longer cache the sapling params. Since the sapling params files are part of our source tree anyways, caching them in GitHub Actions cache files is redundant and only serves to waste valuable cache storage space.
  - Add some basic descriptive commentary for jobs. Self-explanatory.

  Note: The minimalist build artifacts are ONLY intended to be used within the GitHub Actions environment and expire after 5 days from their creation. Failing functional tests that are not resolved within this expiry time will necessitate a full re-run of the workflow. Any use of these artifacts outside of GitHub Actions is discouraged and unsupported.

  ---
  Reviewer's note: GitHub will report this PR as not having all the "required checks" as passing as the names/IDs of jobs have been changed. Once this PR is merged it will be then possible to update the repository settings to reflect the new job names/IDs in the "required checks" settings.

ACKs for top commit: 3ba861c64ff35cc420f717b0286714d40457c2f0
  Duddino:
    ACK 3ba861c64ff35cc420f717b0286714d40457c2f0
  panleone:
    utACK 3ba861c64ff35cc420f717b0286714d40457c2f0

Tree-SHA512: f5d7ff65c5dd37dc24c64dfa47038126923c92146a1fd61410e902cb452e350b49d65a9c8a55c1281b412713825ffc8d794d275519c632e4e2b541b0339cc54a

5.6 2024-02-20 21:11:10 UTC
Build: generate 5.6.1 manpages

Author: Fuzzbawls
Author Date: 2024-02-20 21:11:10 UTC

Build: generate 5.6.1 manpages

5.5 2022-12-23 19:28:18 UTC
[Doc] Update manpages for 5.5.0 release

Author: Fuzzbawls
Author Date: 2022-12-23 19:28:18 UTC

[Doc] Update manpages for 5.5.0 release

5.4 2021-12-19 18:37:48 UTC
Doc: Update manpages for 5.4.0

Author: furszy
Author Date: 2021-12-19 18:37:48 UTC

Doc: Update manpages for 5.4.0

5.3 2021-11-02 11:40:36 UTC
Doc: Update manpages for 5.3.3

Author: furszy
Author Date: 2021-11-02 11:40:36 UTC

Doc: Update manpages for 5.3.3

5.2 2021-06-27 21:12:13 UTC
Doc: bump manpages for 5.2.0.1

Author: Fuzzbawls
Author Date: 2021-06-27 21:12:13 UTC

Doc: bump manpages for 5.2.0.1

5.1 2021-04-24 12:57:39 UTC
update manpanges

Author: furszy
Author Date: 2021-04-24 12:53:15 UTC

update manpanges

5.0 2021-01-14 17:15:35 UTC
update manpanges

Author: Fuzzbawls
Author Date: 2021-01-14 17:15:35 UTC

update manpanges

4.3 2020-09-27 09:02:41 UTC
Doc: Update manpages for 4.3.0 release

Author: Fuzzbawls
Author Date: 2020-09-27 09:02:41 UTC

Doc: Update manpages for 4.3.0 release

4.2 2020-08-18 20:25:44 UTC
Update manpages for 4.2.1rc1

Author: Fuzzbawls
Author Date: 2020-08-18 20:25:44 UTC

Update manpages for 4.2.1rc1

4.1 2020-05-31 01:04:20 UTC
4.1.1 release notes

Author: Fuzzbawls
Author Date: 2020-05-31 01:02:50 UTC

4.1.1 release notes

4.0 2020-01-16 20:05:49 UTC
Merge #1283: [Backport] 4.0.2 backports

Author: furszy
Author Date: 2020-01-16 20:05:41 UTC

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

3.4 2019-08-26 12:46:13 UTC
v3.4.0 release

Author: Fuzzbawls
Author Date: 2019-08-26 12:46:13 UTC

v3.4.0 release

3.3 2019-06-18 10:35:53 UTC
PIVX Core v3.3.0

Author: Fuzzbawls
Author Date: 2019-06-18 10:34:00 UTC

PIVX Core v3.3.0

3.2 2019-05-08 07:31:48 UTC
3.2.2 Release

Author: Fuzzbawls
Author Date: 2019-05-08 07:31:48 UTC

3.2.2 Release

Bulletproofs 2018-12-27 11:46:12 UTC
fix OSX compilation error

Author: random-zebra
Author Date: 2018-12-27 11:46:12 UTC

fix OSX compilation error

3.1 2018-07-10 04:02:43 UTC
Bump version to 3.1.1

Author: Fuzzbawls
Author Date: 2018-07-10 04:02:43 UTC

Bump version to 3.1.1

3.0 2017-11-30 00:05:25 UTC
Bump Version to 3.0.6

Author: Fuzzbawls
Author Date: 2017-11-30 00:05:25 UTC

Bump Version to 3.0.6

Add Release Notes

2.3 2017-09-19 03:55:07 UTC
Merge #260: [RPC] Sanitize proposal-name and -URL parameters

Author: Fuzzbawls
Author Date: 2017-09-19 03:54:57 UTC

Merge #260: [RPC] Sanitize proposal-name and -URL parameters

08df887 [RPC] Sanitize proposal-name and -URL parameters (Mrs-X)

Tree-SHA512: 81ee152f2bd277c7c64a08e6f0ec0b713c85dacfa28fd2c4cf216a807cafa55e01a5e47612aea4ac11ba93fd6931270f98fb1033af799d816c39e59357e15651

2.2 2017-05-05 03:47:26 UTC
Merge #173: [2.2.1] release process

Author: Fuzzbawls
Author Date: 2017-05-05 03:47:13 UTC

Merge #173: [2.2.1] release process

7bd59f5 [Build] Bump version to 2.2.1 (Fuzzbawls)
5b84ec1 [Doc] Add release notes for 2.2.1 (Fuzzbawls)
ebae538 Update translations for 2.2.1 (Fuzzbawls)
3186181 Update hard coded seeds for 2.2.1 (Fuzzbawls)

Tree-SHA512: c77e191a230f57fb0f24ef3e96d5e98ee5fadf55e0132d80e4a158e97f69114abcf501dee96053e2a09cba42567d89fbdd8f01fd588830b9cabc0e805e794593

120 of 20 results

Other repositories

Name Last Modified
lp:pivx-core 11 minutes ago
lp:~fuzzbawls/pivx-core/+git/test 2024-04-21
12 of 2 results
You can't create new repositories for PIVX Core.