Browse Source

Update README.md

PascalCoin 6 years ago
parent
commit
29e295ffdf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -35,9 +35,12 @@ Also, consider a donation at PascalCoin development account: "0-10"
 ## History:  
 ## History:  
 
 
 ### Build 4.0.2 - IN DEVELOPMENT !
 ### Build 4.0.2 - IN DEVELOPMENT !
+- Improvement speed (high performance): checking valid signature only once if operation is on mempool and was verified previously
+- Improved operations/blocks propagation
 - Fixed a decompression bug caused by FreePascal "paszlib" package bug on version 3.0.4 -> https://bugs.freepascal.org/view.php?id=34422
 - Fixed a decompression bug caused by FreePascal "paszlib" package bug on version 3.0.4 -> https://bugs.freepascal.org/view.php?id=34422
 - Allow only connections using Net protocol >= 9  (Introduced on Build 4.0.1)
 - Allow only connections using Net protocol >= 9  (Introduced on Build 4.0.1)
 - Fill automatic params at "buyaccount" RPC call: Will set 'price' and 'seller_account' values to current safebox values if not provided
 - Fill automatic params at "buyaccount" RPC call: Will set 'price' and 'seller_account' values to current safebox values if not provided
+- Important logs reduction to store only logs that are important
 - Fixed minor bugs and minor improvements (See GitHub commits since 2018-10-31)
 - Fixed minor bugs and minor improvements (See GitHub commits since 2018-10-31)
 
 
 ### Build 4.0.1 - 2018-10-31
 ### Build 4.0.1 - 2018-10-31