ソースを参照

Update CHANGELOG.md

PascalCoin 4 年 前
コミット
ffff59688e
1 ファイル変更7 行追加3 行削除
  1. 7 3
      CHANGELOG.md

+ 7 - 3
CHANGELOG.md

@@ -1,7 +1,6 @@
 # Changelog
 
-## Build 5.4 - (PENDING RELEASE)
-- CURRENT 5.4.Beta5
+## Build 5.4 - 2021-03-24
 - Added usage of AbstractMem library to allow build a PascalCoin version using virtual memory and efficient caching mechanism
   - Use AbstractMem library v1.2
   - Must activate {$DEFINE USE_ABSTRACTMEM} at config.inc file (Enabled by default)
@@ -11,6 +10,7 @@
   - Added "DATAFOLDER" configuration option at pascalcoin_daemon.ini file (daemon/service) in order to allow customize data folder
   - Added "ABSTRACTMEM_MAX_CACHE_MB" to customize Maximum megabytes in memory as a cache
   - Added "ABSTRACTMEM_USE_CACHE_ON_LISTS","ABSTRACTMEM_CACHE_MAX_ACCOUNTS","ABSTRACTMEM_CACHE_MAX_PUBKEYS" in order to customize cache values
+  - Added "MAX_PAYTOKEY_MOLINAS" to fix limit on automatic PayToKey feature
 - Improved performance when downloading Safebox (Fresh installation)
 - JSON-RPC changes:  
   - Updated "Operation Object" and "Multi Operation Object" return values:
@@ -41,7 +41,7 @@
     - "is_pay_to_key" : (Boolean) True if EPasa is a Pay To Key format like @[Base58Pubkey]
   - Payload encoding will automatically set "payload_type" value based on encoding params in order to store E-PASA standard
   - Updated "findaccounts": 
-    -New param "end" (integer, -1 for default): Will search from "start" to "end" (if "end"=-1 will search to the end)
+    - New param "end" (integer, -1 for default): Will search from "start" to "end" (if "end"=-1 will search to the end)
   - New method "findblocks": Will search and return an array of "Block objects"
     - "start","end","max" : Based on block number and max returns values (max by default=100)
     - "enc_pubkey" or "b58_pubkey" : If provided will return blocks where pubkey equal to provided
@@ -51,8 +51,12 @@
   - New method "save-safebox-abstractmem" : Will save a Safebox AbstractMem file of actual state
     - "filename" : String (optional)
   - New method "abstractmem-stats" : Testing purposes only
+  - Updated "addnode"
+    - New param "whitelist" : Boolean (False by default). When true the "nodes" ips will be added to Whitelist for JSON-RPC calls
 - Fixed bugs:
   - Fixed bugs on "pascalcoin_daemon" (daemon on Linux / Service on Windows) that produced crash on windows and some invalid finalization on Linux
+  - Fixed bugs on "finddataoperations" (not searching as expected)
+  - Fixed bug on "delistaccountforsale" (Freezing application / api calls)
   - Fixed minor bugs
 
 ## Build 5.3.0 - 2020-03-12