Skip to content

Commit bbcbe27

Browse files
committed
3.5.7.4-leisure
Gridcoin Research 3.5.7.4/MSI=40.9 Leisure Upgrade - Fix crash on startup when client has no blocks file.
1 parent 5849740 commit bbcbe27

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

Makefile.Debug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#############################################################################
22
# Makefile for building: gridcoinresearch
3+
# Generated by qmake (2.01a) (Qt 4.8.4) on: Sun Aug 14 10:11:19 2016
34
# Project: gridcoinresearch.pro
45
# Template: app
56
#############################################################################

Makefile.Release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#############################################################################
22
# Makefile for building: gridcoinresearch
3+
# Generated by qmake (2.01a) (Qt 4.8.4) on: Sun Aug 14 10:11:20 2016
34
# Project: gridcoinresearch.pro
45
# Template: app
56
#############################################################################

contrib/Installer/GridcoinInstaller/GridcoinResearch.vdproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -232,19 +232,19 @@
232232
"Entry"
233233
{
234234
"MsmKey" = "8:_UNDEFINED"
235-
"OwnerKey" = "8:_6408A3D03D15E306A4C3FC5FD95ADA69"
235+
"OwnerKey" = "8:_D0966638AB084779AFD69795C33FC8EB"
236236
"MsmSig" = "8:_UNDEFINED"
237237
}
238238
"Entry"
239239
{
240240
"MsmKey" = "8:_UNDEFINED"
241-
"OwnerKey" = "8:_32F2DC723F30362B0B78F9A291EC0098"
241+
"OwnerKey" = "8:_7A0EA93E644A4D9E8037FBB3C062DD65"
242242
"MsmSig" = "8:_UNDEFINED"
243243
}
244244
"Entry"
245245
{
246246
"MsmKey" = "8:_UNDEFINED"
247-
"OwnerKey" = "8:_DEB886DE05C496A5AD26B43C4B1B90B9"
247+
"OwnerKey" = "8:_6AEABB5004EC4B57225B51B085DB5625"
248248
"MsmSig" = "8:_UNDEFINED"
249249
}
250250
"Entry"
@@ -256,19 +256,19 @@
256256
"Entry"
257257
{
258258
"MsmKey" = "8:_UNDEFINED"
259-
"OwnerKey" = "8:_6AEABB5004EC4B57225B51B085DB5625"
259+
"OwnerKey" = "8:_DEB886DE05C496A5AD26B43C4B1B90B9"
260260
"MsmSig" = "8:_UNDEFINED"
261261
}
262262
"Entry"
263263
{
264264
"MsmKey" = "8:_UNDEFINED"
265-
"OwnerKey" = "8:_7A0EA93E644A4D9E8037FBB3C062DD65"
265+
"OwnerKey" = "8:_32F2DC723F30362B0B78F9A291EC0098"
266266
"MsmSig" = "8:_UNDEFINED"
267267
}
268268
"Entry"
269269
{
270270
"MsmKey" = "8:_UNDEFINED"
271-
"OwnerKey" = "8:_D0966638AB084779AFD69795C33FC8EB"
271+
"OwnerKey" = "8:_6408A3D03D15E306A4C3FC5FD95ADA69"
272272
"MsmSig" = "8:_UNDEFINED"
273273
}
274274
}
@@ -1095,19 +1095,19 @@
10951095
{
10961096
"Name" = "8:Microsoft Visual Studio"
10971097
"ProductName" = "8:Gridcoin Research"
1098-
"ProductCode" = "8:{8F0D9F56-E672-4697-9504-A080E6B8C2F7}"
1099-
"PackageCode" = "8:{1A25A788-BCB1-4BDA-8385-43F08E751F91}"
1098+
"ProductCode" = "8:{D2E7B790-93C7-4435-AC13-D8EA7F24F1D4}"
1099+
"PackageCode" = "8:{121BC031-831C-40D8-9BE7-232F1D4D3E4D}"
11001100
"UpgradeCode" = "8:{9617E9EA-252F-43CE-B53E-B48C85F71192}"
11011101
"AspNetVersion" = "8:4.0.30319.0"
11021102
"RestartWWWService" = "11:FALSE"
11031103
"RemovePreviousVersions" = "11:TRUE"
11041104
"DetectNewerInstalledVersion" = "11:FALSE"
11051105
"InstallAllUsers" = "11:TRUE"
1106-
"ProductVersion" = "8:40.8"
1106+
"ProductVersion" = "8:40.9"
11071107
"Manufacturer" = "8:GridcoinResearch"
11081108
"ARPHELPTELEPHONE" = "8:"
11091109
"ARPHELPLINK" = "8:"
1110-
"Title" = "8:Gridcoin Research 40.8"
1110+
"Title" = "8:Gridcoin Research 40.9"
11111111
"Subject" = "8:"
11121112
"ARPCONTACT" = "8:The Gridcoin Developers"
11131113
"Keywords" = "8:Gridcoin Research"

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 3
1010
#define CLIENT_VERSION_MINOR 5
1111
#define CLIENT_VERSION_REVISION 7
12-
#define CLIENT_VERSION_BUILD 3
12+
#define CLIENT_VERSION_BUILD 4
1313

1414
// Converts the parameter X to a string after macro replacement on X has been performed.
1515
// Don't merge these into one macro!

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2808,6 +2808,7 @@ int64_t CTransaction::GetValueIn(const MapPrevTx& inputs) const
28082808

28092809
double PreviousBlockAge()
28102810
{
2811+
if (nBestHeight < 10) return 99999;
28112812
if (IsLockTimeWithinMinutes(nLastCalculatedMedianTimePast,1))
28122813
{
28132814
return nLastBlockAge;

0 commit comments

Comments
 (0)