Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Commit 9f92da7

Browse files
committed
DigitalNote v1.0.2.9 Initial
Changelog ------------ - Version bump - Updated checkpoints - Updated secure messaging system - Updated some GUI components
1 parent b415930 commit 9f92da7

File tree

10 files changed

+13
-12
lines changed

10 files changed

+13
-12
lines changed

DigitalNote.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEMPLATE = app
22
TARGET = DigitalNote-qt
3-
VERSION = 1.0.2.7
3+
VERSION = 1.0.2.9
44
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
55
QT += core gui widgets network printsupport
66
DEFINES += ENABLE_WALLET

src/checkpoints.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ namespace Checkpoints
3939
(66400, uint256("0x8035935fc3b5e8b58ab023336d6f7f1ec35eac9930cdd238ce35771cd7b3964d"))
4040
(67500, uint256("0x4df36f82141ce789aa64d80908aafca145d09f5257ebb3b7550f94e2624a2d98"))
4141
(68200, uint256("0x000000000005ab4fb2fec8705c51aee6b04ebf51f98bca11e61d7f41bcc51e92"))
42+
(190900, uint256("0x00000000000324d80ae543f7b4882de88a6711c644dfdc596fbaab3225db859e"))
4243
;
4344

4445
// TestNet has no checkpoints

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define CLIENT_VERSION_MAJOR 1
1010
#define CLIENT_VERSION_MINOR 0
1111
#define CLIENT_VERSION_REVISION 2
12-
#define CLIENT_VERSION_BUILD 7
12+
#define CLIENT_VERSION_BUILD 9
1313

1414
// Set to true for release, false for prerelease or test build
1515
#define CLIENT_VERSION_IS_RELEASE true

src/qt/bitcoin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static void InitMessage(const std::string &message)
8787

8888
if(!fUseDarkTheme)
8989
{
90-
splashref->showMessage(QString::fromStdString(message), Qt::AlignBottom|Qt::AlignHCenter, QColor(255,255,255));
90+
splashref->showMessage(QString::fromStdString(message), Qt::AlignBottom|Qt::AlignHCenter, QColor(97,78,176));
9191
}
9292

9393
QApplication::instance()->processEvents();

src/qt/forms/sendmessagesdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<item>
4545
<widget class="QLabel" name="addressFromLabel">
4646
<property name="styleSheet">
47-
<string notr="true">color: #ffffff;</string>
47+
<string notr="true"/>
4848
</property>
4949
<property name="text">
5050
<string>Address &amp;From:</string>

src/qt/messagepage.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ MessagePage::MessagePage(QWidget *parent) :
8080
messageTextEdit(new MRichTextEdit())
8181
{
8282
ui->setupUi(this);
83-
84-
83+
84+
8585
#ifdef Q_OS_MAC // Icons on push buttons are very uncommon on Mac
8686
ui->deleteButton->setIcon(QIcon());
8787
#endif
@@ -123,7 +123,7 @@ void MessagePage::setModel(MessageModel *model)
123123
this->model = model;
124124
if(!model)
125125
return;
126-
126+
127127
//if (model->proxyModel)
128128
// delete model->proxyModel;
129129
model->proxyModel = new QSortFilterProxyModel(this);

src/qt/sendcoinsentry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) :
2525
#if QT_VERSION >= 0x040700
2626
/* Do not move this to the XML file, Qt before 4.7 will choke on it */
2727
ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book"));
28-
ui->payTo->setPlaceholderText(tr("Enter a DigitalNote address (e.g. iACLambeGgkxodKtfzM7huFXyPYWjz33Z2)"));
28+
ui->payTo->setPlaceholderText(tr("Enter a DigitalNote address (e.g. dPAGvSSCttmkfTgjwKvCm6Unmh9YBBFrM9)"));
2929
#endif
3030
setFocusPolicy(Qt::TabFocus);
3131
setFocusProxy(ui->payTo);

src/qt/sendmessagesdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SendMessagesDialog::SendMessagesDialog(Mode mode, Type type, QWidget *parent) :
3434
#if QT_VERSION >= 0x040700
3535
/* Do not move this to the XML file, Qt before 4.7 will choke on it */
3636
if(mode == SendMessagesDialog::Encrypted)
37-
ui->addressFrom->setPlaceholderText(tr("Enter a DigitalNote address (e.g. iACLambeGgkxodKtfzM7huFXyPYWjz33Z2)"));
37+
ui->addressFrom->setPlaceholderText(tr("Enter your DigitalNote address (e.g. dPAGvSSCttmkfTgjwKvCm6Unmh9YBBFrM9)"));
3838
#endif
3939
addEntry();
4040

src/qt/sendmessagesentry.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ SendMessagesEntry::SendMessagesEntry(QWidget *parent) :
2525
#if QT_VERSION >= 0x040700
2626
/* Do not move this to the XML file, Qt before 4.7 will choke on it */
2727
ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book"));
28-
ui->sendTo->setPlaceholderText(tr("Enter a DigitalNote address (e.g. iACLambeGgkxodKtfzM7huFXyPYWjz33Z2)"));
29-
ui->publicKey->setPlaceholderText(tr("Enter the public key for the address above, it is not in the blockchain"));
28+
ui->sendTo->setPlaceholderText(tr("Enter recipient DigitalNote address (e.g. dPAGvSSCttmkfTgjwKvCm6Unmh9YBBFrM9)"));
29+
ui->publicKey->setPlaceholderText(tr("Enter the public key for recipient address above, it is not in the blockchain"));
3030
ui->messageText->setErrorText(tr("You cannot send a blank message!"));
3131
#endif
3232
setFocusPolicy(Qt::TabFocus);

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70509;
3030
//
3131
// network protocol versioning
3232
//
33-
static const int PROTOCOL_VERSION = 62021;
33+
static const int PROTOCOL_VERSION = 62023;
3434

3535
// intial proto version, to be increased after version/verack negotiation
3636
static const int INIT_PROTO_VERSION = 209;

0 commit comments

Comments
 (0)