Browse Source

Build 1.5.3

PascalCoin 8 years ago
parent
commit
c07279ba4e
3 changed files with 19 additions and 1 deletions
  1. 9 0
      README.md
  2. 9 0
      README.txt
  3. 1 1
      Units/PascalCoin/UConst.pas

+ 9 - 0
README.md

@@ -34,6 +34,15 @@ Also, consider a donation at PascalCoin development account: "0-10"
 
 
 ## History:  
 ## History:  
 
 
+### Build 1.5.3.0 - 2017-03-06
+
+- Fixed issue #23: RPC findoperation fails to find operation by opHash
+- Miners best practices: Sending new job with new timestamp every 30 seconds
+- Buffering last 10 sent jobs to miners
+- Small delay prior to destroy a connection to prevent exception handling
+- Minor logs changes
+
+
 ### Build 1.5.2.0 - 2017-03-03
 ### Build 1.5.2.0 - 2017-03-03
 
 
 - Added a jobs buffer for miners. This will allow to submit old job solutions (limited buffer). (Fix the "tx" issue)
 - Added a jobs buffer for miners. This will allow to submit old job solutions (limited buffer). (Fix the "tx" issue)

+ 9 - 0
README.txt

@@ -34,6 +34,15 @@ Also, consider a donation at PascalCoin development account: "0-10"
 
 
 ## History:  
 ## History:  
 
 
+### Build 1.5.3.0 - 2017-03-06
+
+- Fixed issue #23: RPC findoperation fails to find operation by opHash
+- Miners best practices: Sending new job with new timestamp every 30 seconds
+- Buffering last 10 sent jobs to miners
+- Small delay prior to destroy a connection to prevent exception handling
+- Minor logs changes
+
+
 ### Build 1.5.2.0 - 2017-03-03
 ### Build 1.5.2.0 - 2017-03-03
 
 
 - Added a jobs buffer for miners. This will allow to submit old job solutions (limited buffer). (Fix the "tx" issue)
 - Added a jobs buffer for miners. This will allow to submit old job solutions (limited buffer). (Fix the "tx" issue)

+ 1 - 1
Units/PascalCoin/UConst.pas

@@ -99,7 +99,7 @@ Const
   CT_Op_Changekey = $02;
   CT_Op_Changekey = $02;
   CT_Op_Recover = $03;
   CT_Op_Recover = $03;
 
 
-  CT_ClientAppVersion : AnsiString = {$IFDEF PRODUCTION}'1.5.2.2'{$ELSE}{$IFDEF TESTNET}'TESTNET 1.5.2.2'{$ELSE}{$ENDIF}{$ENDIF};
+  CT_ClientAppVersion : AnsiString = {$IFDEF PRODUCTION}'1.5.3'{$ELSE}{$IFDEF TESTNET}'TESTNET 1.5.3'{$ELSE}{$ENDIF}{$ENDIF};
 
 
   CT_Discover_IPs =  'bpascal1.dynamic-dns.net;bpascal2.dynamic-dns.net;pascalcoin2.ddns.net;pascalcoin1.dynamic-dns.net;pascalcoin1.dns1.us';
   CT_Discover_IPs =  'bpascal1.dynamic-dns.net;bpascal2.dynamic-dns.net;pascalcoin2.ddns.net;pascalcoin1.dynamic-dns.net;pascalcoin1.dns1.us';