pivx-core:2.2

Last commit made on 2017-05-05
Get this branch:
git clone -b 2.2 https://git.launchpad.net/pivx-core

Branch merges

Branch information

Name:
2.2
Repository:
lp:pivx-core

Recent commits

c23ceb4... by Fuzzbawls

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

7bd59f5... by Fuzzbawls

[Build] Bump version to 2.2.1

5b84ec1... by Fuzzbawls

[Doc] Add release notes for 2.2.1

ebae538... by Fuzzbawls

Update translations for 2.2.1

3186181... by Fuzzbawls

Update hard coded seeds for 2.2.1

78106b7... by Fuzzbawls

Merge #172: 2.2.1 backports 2

7855f5c [Utils] makeseeds script update (Fuzzbawls)
cd239ab [Wallet] Update checkpoints with v2.2 chain (presstab)
82f66ee [Utils] Add ExecStop= to example systemd service (Aaron Miller)
0d5709a [Qt] Sendcoinsdialog: more place for long locales (Mrs-X)
1583fc2 Remove legacy Dash code IsReferenceNode (Jon Spock)
9a05301 Change alert public key to disable it by zeroing out the first few digits (Jon Spock)

Tree-SHA512: d5fae27f6def8e613cfe8126906a25a22dfe7ea1ce2c06a53084242b7312e25364a802c322560106c3757c9761fd93c0dc38e638b21175f21840bea22d59d1f7

7855f5c... by Fuzzbawls

[Utils] makeseeds script update

Remove old generate-seeds.py script/dir
Update makeseeds for use with PIVX

makeseeds can now pull data from a DNS seeder directly to generate
the list of valid fallback nodes.

GitHub-Pull: #167
Rebased-From: a283d96

cd239ab... by presstab <email address hidden>

[Wallet] Update checkpoints with v2.2 chain

GitHub-Pull: #168
Rebased-From: be977dc

82f66ee... by Aaron Miller <email address hidden>

[Utils] Add ExecStop= to example systemd service

With no stop command defined `systemctl stop pivxd` will send SIGTERM
which can cause database corruption. With this change `pivx-cli stop`
will be used to stop the daemon process gracefully.

GitHub-Pull: #166
Rebased-From: 236e9b7

0d5709a... by Mrs-X <email address hidden>

[Qt] Sendcoinsdialog: more place for long locales

GitHub-Pull: #165
Rebased-From: c87cdc1