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

v0.7.1 #433

Merged
merged 32 commits into from
Feb 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1b84699
Update README.md
peerchemist Jan 29, 2019
138d9f6
Wallet GUI update
captainbuckkets Jan 17, 2019
bad9986
Changing HeaderView
captainbuckkets Jan 22, 2019
f9f2e4a
Fixed Description in About section + confirming bg fix
captainbuckkets Jan 22, 2019
47d33f5
Window size change
captainbuckkets Jan 23, 2019
1a26421
make background of qtoolbar green
backpacker69 Jan 18, 2019
4ea94ca
make multisig part of menubar
backpacker69 Jan 24, 2019
88b3cb0
display 7 last items in overview
backpacker69 Jan 24, 2019
5db631b
set same background for the rest of tabs
backpacker69 Jan 24, 2019
584d819
Changed text darkness + weird spacing fix
captainbuckkets Jan 29, 2019
ae60871
Changing lines
captainbuckkets Jan 29, 2019
10b3f45
fix bare address colour
backpacker69 Jan 30, 2019
a7bed86
version bump to 0.7.1
backpacker69 Jan 31, 2019
9bf60fd
change chat link
backpacker69 Jan 31, 2019
f87c892
colour correction
backpacker69 Jan 31, 2019
1f3c009
New Graphics
captainbuckkets Jan 31, 2019
86973b3
Weird spacing fix in bitcoin_en.ts also
sandakersmann Jan 31, 2019
a14171d
remove windows cross compilation from travis for time being
backpacker69 Feb 1, 2019
801d82f
table header background colour fix
backpacker69 Feb 4, 2019
405f59c
bump the Debian changelog
peerchemist Feb 4, 2019
3b7939e
estimatefee rpc call
backpacker69 Feb 8, 2019
015f3a3
Merge pull request #435 from backpacker69/estimatefee
peerchemist Feb 8, 2019
73e0751
don't shutdown when db contains now defunct blocks that fail stake mo…
backpacker69 Feb 8, 2019
392deaf
Merge pull request #436 from backpacker69/relaxedloading
peerchemist Feb 8, 2019
05fc797
Description in about section added to locale
sandakersmann Feb 10, 2019
0f832de
Merge pull request #437 from sandakersmann/develop
peerchemist Feb 12, 2019
4bbf6af
Logo Updates
captainbuckkets Feb 14, 2019
0c1e633
Merge pull request #442 from captainbuckkets/develop
peerchemist Feb 14, 2019
6d0c465
RM unneeded file
captainbuckkets Feb 14, 2019
499177d
Merge pull request #444 from captainbuckkets/develop
peerchemist Feb 14, 2019
9724075
Re-adding dependent files
captainbuckkets Feb 15, 2019
fc26f0c
Merge branch 'master' into develop
peerchemist Feb 16, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 22 additions & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@ matrix:
script:
- ./scripts/debuild.sh
#cross compile windows
- os: linux
services: docker
env:
- V=windows-Dockerfile-wheezy
script:
- ./archive.sh
- travis_wait 60 docker build -f scripts/docker/windows-crosscompile/Dockerfile-wheezy .
- os: linux
services: docker
env:
- V=windows-Dockerfile-xenial
script:
- ./archive.sh
- travis_wait 60 docker build -f scripts/docker/windows-crosscompile/Dockerfile-xenial .
- os: linux
services: docker
env:
- V=windows-Dockerfile-trusty
script:
- ./archive.sh
- travis_wait 60 docker build -f scripts/docker/windows-crosscompile/Dockerfile-trusty .
#- os: linux
# services: docker
# env:
# - V=windows-Dockerfile-wheezy
# script:
# - ./archive.sh
# - travis_wait 60 docker build -f scripts/docker/windows-crosscompile/Dockerfile-wheezy .
#- os: linux
# services: docker
# env:
# - V=windows-Dockerfile-xenial
# script:
# - ./archive.sh
# - travis_wait 60 docker build -f scripts/docker/windows-crosscompile/Dockerfile-xenial .
#- os: linux
# services: docker
# env:
# - V=windows-Dockerfile-trusty
# script:
# - ./archive.sh
# - travis_wait 60 docker build -f scripts/docker/windows-crosscompile/Dockerfile-trusty .
#- os: linux
# sudo: required
# env:
Expand All @@ -71,7 +71,7 @@ matrix:
# install: true
# script:
# - travis_wait 60 ./scripts/windows-crosscompile/compile-peercoin.sh
#osx
#osx
- os: osx
osx_image: xcode9.2
before_script:
Expand Down
2 changes: 1 addition & 1 deletion bitcoin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = peercoin-qt
macx:TARGET = "Peercoin-Qt"
VERSION = 0.7.0
VERSION = 0.7.1
INCLUDEPATH += src src/json src/qt
QT += network core
greaterThan(QT_MAJOR_VERSION, 4):QT+=widgets
Expand Down
6 changes: 6 additions & 0 deletions contrib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
peercoin (0.7.1-1) stable; urgency=low

* v0.7.1 release.

-- Peerchemist <peerchemist@protonmail.ch> Mon, 4 Feb 2019 10:44:20 +0000

peercoin (0.7.0-1) stable; urgency=low

* v0.7 release.
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/manpages/peercoind.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH PEERCOIND "1" "January 2019" "peercoind 0.7.0"
.TH PEERCOIND "1" "February 2019" "peercoind 0.7.1"
.SH NAME
peercoind \- peer-to-peer network based digital currency
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Peercoin 0.7.0 BETA
Peercoin 0.7.1 BETA

Copyright (c) 2011-2019 Peercoin Developers
Distributed under the MIT/X11 software license, see the accompanying
Expand Down
2 changes: 1 addition & 1 deletion doc/README_windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Peercoin 0.7.0 BETA
Peercoin 0.7.1 BETA

Copyright (c) 2011-2019 Peercoin Developers
Distributed under the MIT/X11 software license, see the accompanying
Expand Down
2 changes: 1 addition & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build in Terminal on Debian based Linux

git clone https://github.com/peercoin/peercoin
cd peercoin
git checkout v0.7.0ppc
git checkout v0.7.1ppc
./contrib/vagrant/install.sh


Expand Down
4 changes: 2 additions & 2 deletions share/setup.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 0.7.0
!define VERSION 0.7.1
!define COMPANY "Peercoin project"
!define URL http://github.com/peercoin/peercoin/

Expand Down Expand Up @@ -51,7 +51,7 @@ CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.7.0.0
VIProductVersion 0.7.1.0
VIAddVersionKey ProductName Peercoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// ppcoin version - intended for display purpose ONLY
#define PEERCOIN_VERSION_MAJOR 0
#define PEERCOIN_VERSION_MINOR 7
#define PEERCOIN_VERSION_REVISION 0
#define PEERCOIN_VERSION_REVISION 1
#define PEERCOIN_VERSION_BUILD 0

// Copyright year (2009-this)
Expand Down
12 changes: 6 additions & 6 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3065,12 +3065,12 @@ bool static LoadBlockIndexDB()
pindex->nChainTrust = (pindex->pprev ? pindex->pprev->nChainTrust : 0) + pindex->GetBlockTrust().getuint256();
// ppcoin: calculate stake modifier checksum
pindex->nStakeModifierChecksum = GetStakeModifierChecksum(pindex);
if (!CheckStakeModifierCheckpoints(pindex->nHeight, pindex->nStakeModifierChecksum))
return error("LoadBlockIndexDB() : Failed stake modifier checkpoint height=%d, modifier=0x%016" PRI64x, pindex->nHeight, pindex->nStakeModifier);

pindex->nChainTx = (pindex->pprev ? pindex->pprev->nChainTx : 0) + pindex->nTx;
if ((pindex->nStatus & BLOCK_VALID_MASK) >= BLOCK_VALID_TRANSACTIONS && !(pindex->nStatus & BLOCK_FAILED_MASK))
setBlockIndexValid.insert(pindex);
if (CheckStakeModifierCheckpoints(pindex->nHeight, pindex->nStakeModifierChecksum)) {
pindex->nChainTx = (pindex->pprev ? pindex->pprev->nChainTx : 0) + pindex->nTx;
if ((pindex->nStatus & BLOCK_VALID_MASK) >= BLOCK_VALID_TRANSACTIONS && !(pindex->nStatus & BLOCK_FAILED_MASK))
setBlockIndexValid.insert(pindex);
}
else printf("LoadBlockIndexDB() : Failed stake modifier checkpoint height=%d, modifier=0x%016" PRI64x ", sum=0x%016" PRI64x, pindex->nHeight, pindex->nStakeModifier, pindex->nStakeModifierChecksum);
}

// Load block file info
Expand Down
12 changes: 8 additions & 4 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BitcoinGUI::BitcoinGUI(QWidget *parent) :
{
restoreWindowGeometry();
setWindowTitle(tr("Peercoin") + " - " + tr("Wallet"));

QFontDatabase::addApplicationFont(":/fonts/notosans-regular");
QFile styleFile(":/themes/default");
styleFile.open(QFile::ReadOnly);
Expand Down Expand Up @@ -140,7 +140,7 @@ BitcoinGUI::BitcoinGUI(QWidget *parent) :
// Override style sheet for progress bar for styles that have a segmented progress bar,
// as they make the text unreadable (workaround for issue #1071)
// See https://qt-project.org/doc/qt-4.8/gallery.html
progressBar->setStyleSheet("QProgressBar { background-color: #333333; text-align: center; color: white; border: 1px solid #4b4b4b; } QProgressBar::chunk { background: #3cb054; margin: 0px; }");
progressBar->setStyleSheet("QProgressBar { background-color: #8C8C8C; text-align: center; color: white; border: 1px solid #4b4b4b; } QProgressBar::chunk { background: #3cb054; margin: 0px; }");

statusBar()->addWidget(progressBarLabel);
statusBar()->addWidget(progressBar);
Expand Down Expand Up @@ -214,6 +214,9 @@ void BitcoinGUI::createActions()

multisigAction = new QAction(QIcon(":/icons/multisig"), tr("&Multisig"), this);
multisigAction->setStatusTip(tr("UI to create multisig addresses"));
multisigAction->setToolTip(multisigAction->statusTip());
multisigAction->setCheckable(true);
multisigAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_7));
tabGroup->addAction(multisigAction);

connect(overviewAction, SIGNAL(triggered()), this, SLOT(showNormalIfMinimized()));
Expand Down Expand Up @@ -266,7 +269,7 @@ void BitcoinGUI::createActions()
openRPCConsoleAction->setStatusTip(tr("Open debugging and diagnostic console"));

openChatroomAction = new QAction(QIcon(":/icons/peercoin"), tr("&Chatroom"), this);
openChatroomAction->setStatusTip(tr("Open https://peercoin.chat in a web browser."));
openChatroomAction->setStatusTip(tr("Open the Peercoin Discord in a web browser."));

openForumAction = new QAction(QIcon(":/icons/peercoin"), tr("&Forum"), this);
openForumAction->setStatusTip(tr("Open https://talk.peercoin.net in a web browser."));
Expand Down Expand Up @@ -338,6 +341,7 @@ void BitcoinGUI::createToolBars()
toolbar->addAction(mintingAction);
#endif // DISABLE_MINING
toolbar->addAction(addressBookAction);
toolbar->addAction(multisigAction);
}

void BitcoinGUI::setClientModel(ClientModel *clientModel)
Expand Down Expand Up @@ -548,7 +552,7 @@ void BitcoinGUI::gotoVerifyMessageTab(QString addr)
}

void BitcoinGUI::openChatroom() {
QDesktopServices::openUrl(QUrl("https://peercoin.chat"));
QDesktopServices::openUrl(QUrl("https://discord.gg/XPxfwtG"));
}

void BitcoinGUI::openForum() {
Expand Down
11 changes: 7 additions & 4 deletions src/qt/forms/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>593</width>
<height>319</height>
<width>600</width>
<height>420</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -126,9 +126,12 @@
<string>
This is experimental software.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Distributed under the MIT/X11 software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

More information can be found on the Peercoin official website: https://peercoin.net/.</string>

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000;</string>
<string notr="true">background-color: #3cb054; color:#ffffff;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down
16 changes: 8 additions & 8 deletions src/qt/guiconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ static const int STATUSBAR_ICONSIZE = 16;
#define STYLE_INVALID "background:#FF8080"

/* Transaction list -- unconfirmed transaction */
#define COLOR_UNCONFIRMED QColor(128, 128, 128)
#define COLOR_UNCONFIRMED QColor(140, 140, 140)
/* Transaction list -- negative amount */
#define COLOR_NEGATIVE QColor(136, 0, 21)
#define COLOR_NEGATIVE QColor(255, 58, 66)
/* Table List -- negative amount */
#define COLOR_NEGATIVE_TABLE QColor(224, 0, 0)
#define COLOR_NEGATIVE_TABLE QColor(255, 58, 66)
/* Transaction list -- positive amount */
#define COLOR_POSITIVE QColor(0x3c, 0xb0, 0x54)
#define COLOR_POSITIVE QColor(60, 176, 84)
/* Transaction list -- bare address (without label) */
#define COLOR_BAREADDRESS QColor(140, 140, 140)
#define COLOR_BAREADDRESS QColor(121, 121, 121)

/* Tooltips longer than this (in characters) are converted into rich text,
so that they can be word-wrapped.
Expand All @@ -36,8 +36,8 @@ static const int MAX_URI_LENGTH = 255;
#define EXPORT_IMAGE_SIZE 256

/* Colors for minting tab for each coin age group */
#define COLOR_MINT_YOUNG QColor(128, 64, 64)
#define COLOR_MINT_MATURE QColor(64, 128, 64)
#define COLOR_MINT_OLD QColor(26, 77, 26)
#define COLOR_MINT_YOUNG QColor(255, 224, 226)
#define COLOR_MINT_MATURE QColor(204, 255, 207)
#define COLOR_MINT_OLD QColor(111, 252, 141)

#endif // GUICONSTANTS_H
6 changes: 4 additions & 2 deletions src/qt/locale/bitcoin_af_ZA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<source>
This is experimental software.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Distributed under the MIT/X11 software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</source>
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

More information can be found on the Peercoin official website: https://peercoin.net/.</source>
<translation type="unfinished"/>
</message>
<message>
Expand Down
6 changes: 4 additions & 2 deletions src/qt/locale/bitcoin_ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<source>
This is experimental software.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Distributed under the MIT/X11 software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</source>
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

More information can be found on the Peercoin official website: https://peercoin.net/.</source>
<translation type="unfinished"/>
</message>
<message>
Expand Down
6 changes: 4 additions & 2 deletions src/qt/locale/bitcoin_bg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<source>
This is experimental software.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Distributed under the MIT/X11 software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</source>
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

More information can be found on the Peercoin official website: https://peercoin.net/.</source>
<translation>
Това е експериментален софтуер.

Expand Down
6 changes: 4 additions & 2 deletions src/qt/locale/bitcoin_bs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<source>
This is experimental software.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Distributed under the MIT/X11 software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</source>
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

More information can be found on the Peercoin official website: https://peercoin.net/.</source>
<translation type="unfinished"/>
</message>
<message>
Expand Down
6 changes: 4 additions & 2 deletions src/qt/locale/bitcoin_ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<source>
This is experimental software.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Distributed under the MIT/X11 software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</source>
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

More information can be found on the Peercoin official website: https://peercoin.net/.</source>
<translation type="unfinished"/>
</message>
<message>
Expand Down
6 changes: 4 additions & 2 deletions src/qt/locale/bitcoin_ca_ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<source>
This is experimental software.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Distributed under the MIT/X11 software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</source>
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

More information can be found on the Peercoin official website: https://peercoin.net/.</source>
<translation>\n Aquest és software experimental.\n\n Distribuït sota llicència de software MIT/11, veure l&apos;arxiu COPYING o http://www.opensource.org/licenses/mit-license.php.\n\nAquest producte inclou software desarrollat pel projecte OpenSSL per a l&apos;ús de OppenSSL Toolkit (http://www.openssl.org/) i de softwqre criptogràfic escrit per l&apos;Eric Young (eay@cryptsoft.com) i software UPnP escrit per en Thomas Bernard.</translation>
</message>
<message>
Expand Down
6 changes: 4 additions & 2 deletions src/qt/locale/bitcoin_cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<source>
This is experimental software.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Distributed under the MIT/X11 software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</source>
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

More information can be found on the Peercoin official website: https://peercoin.net/.</source>
<translation>
Tohle je experimentální program.

Expand Down
6 changes: 4 additions & 2 deletions src/qt/locale/bitcoin_cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<source>
This is experimental software.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
Distributed under the MIT/X11 software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</source>
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

More information can be found on the Peercoin official website: https://peercoin.net/.</source>
<translation type="unfinished"/>
</message>
<message>
Expand Down