tag:github.com,2008:https://github.com/PascalCoin/PascalCoin/releasesRelease notes from PascalCoin2024-01-24T12:49:36Ztag:github.com,2008:Repository/189565680/5.82024-01-24T14:16:39ZPascalCoin 5.8<h1>PascalCoin v5.7.3</h1>
<ul>
<li>WIP</li>
</ul>PascalCoinDevtag:github.com,2008:Repository/189565680/v5.7.22023-10-05T09:06:38ZPascalCoin v5.7.2<h1>PascalCoin v5.7.2</h1>
<ul>
<li>Minor update on cache mem log event</li>
</ul>
<h1>PascalCoin v5.7.1</h1>
<ul>
<li>Fix cls function TAccountComp.EqualOperationBlocks</li>
<li>Create UAbstractMemBlockchainStorage.pas</li>
<li>Enable to use indexed data on Blockchain storage</li>
<li>Added OnFLushedCache event on AbstractMem library</li>
<li>Added OnFLushedCache event log</li>
<li>Memory Improvements</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/189565680/5.72021-12-23T12:59:34Z5.7 - 2021-12-23<h2>Build 5.7 - 2021-12-23</h2>
<ul>
<li>This version will not propagate 0-Fee operations, but will allow 0-Fee operations to the blockchain (CT_AllowPropagate0feeOperations=False)
<ul>
<li>A wallet that wants to execute 0-Fee operations will need to connect to a miner/pool/node running a 5.6 version or solomine</li>
</ul>
</li>
<li>Removed "Ask for Account (PASA)" feature</li>
<li>Improved resend operations process</li>
<li>Improvements on TMemPool save to file to protect continued saving process</li>
<li>Improvements on TStorage to allow usage of AbstractMem library</li>
<li>AbstractMem library v1.6 with improvements on speed and allowing 64bits offsets for files +4Gb</li>
<li>Net protocol upgraded to 15, min compatible version 14 (Build 5.6)</li>
<li>Daemon:
<ul>
<li>Usage of Fast Memory Manager for FPC x86_64 on Linux as part of mORMot framework. Copyright (C) 2021 Arnaud Bouchez</li>
<li>log files separated by date: pascalcoin.log -> pascalcoin_YYYY-MM-DD.log</li>
<li>RPC log files separated by date: pascalcoin_rpc.log -> pascalcoin_rpc_YYYY-MM-DD.log</li>
<li>Peers cache stored on a separated file at DATAFOLDER with name "peers_cache.ini" instead of "pascacoin_daemon.ini"</li>
</ul>
</li>
</ul>PascalCoinDevtag:github.com,2008:Repository/189565680/TESTNET_5.72021-12-23T12:58:06ZTESTNET 5.7 - 2021-12-23<h2>TESTNET for 5.7</h2>
<ul>
<li>Ports used by default on this TESTNET:
<ul>
<li>Server port <strong>4204</strong> (production is 4004)</li>
<li>JSON-RPC <strong>4203</strong> (production is 4003)</li>
<li>Miner port <strong>4209</strong> (production is 4009)</li>
</ul>
</li>
<li>This TESTNET data folder is located at <strong>PascalCoin_TESTNET</strong>
<ul>
<li>Linux: $(home)/PascalCoin_TESTNET</li>
<li>Windows: c:\Users(user name)\AppData\Roaming\PascalCoin_TESTNET</li>
</ul>
</li>
<li>See <a href="https://github.com/PascalCoin/PascalCoin/blob/master/CHANGELOG.md">CHANGELOG</a> file for full changes</li>
</ul>PascalCoinDevtag:github.com,2008:Repository/189565680/5.62021-11-02T20:56:02Z5.6 - 2021-11-02<h2>Build 5.6 - 2021-11-02</h2>
<p>** MINERS SHOULD UPDATE AS SOON AS POSSIBLE **</p>
<ul>
<li>Assigned OP_RECOVER automatically to miner using miner AccountKey</li>
<li>Net Protocol upgraded to 14 (improvements)</li>
<li>See <a href="https://github.com/PascalCoin/PascalCoin/blob/master/CHANGELOG.md">CHANGELOG</a> file for full changes on 5.6 version</li>
</ul>PascalCoinDevtag:github.com,2008:Repository/189565680/TESTNET_5.62021-11-02T20:52:28ZTESTNET 5.6 - 2021-11-02<h2>TESTNET for 5.6</h2>
<ul>
<li>PascalCoin miner with Stratum support for Pools, also improved hashing speed</li>
<li>Ports used by default on this TESTNET:
<ul>
<li>Server port <strong>4204</strong> (production is 4004)</li>
<li>JSON-RPC <strong>4203</strong> (production is 4003)</li>
<li>Miner port <strong>4209</strong> (production is 4009)</li>
</ul>
</li>
<li>This TESTNET data folder is located at <strong>PascalCoin_TESTNET</strong>
<ul>
<li>Linux: $(home)/PascalCoin_TESTNET</li>
<li>Windows: c:\Users(user name)\AppData\Roaming\PascalCoin_TESTNET</li>
</ul>
</li>
<li>See <a href="https://github.com/PascalCoin/PascalCoin/blob/master/CHANGELOG.md">CHANGELOG</a> file for full changes</li>
</ul>PascalCoinDevtag:github.com,2008:Repository/189565680/5.52021-04-11T23:28:08Z5.5 - 2021-04-12<h2>Build 5.5 - 2021-04-12</h2>
<ul>
<li>Fixed fatal bug. <strong>Mandatory upgrade</strong></li>
<li>Net protocol upgraded to 13</li>
<li>See <a href="https://github.com/PascalCoin/PascalCoin/blob/master/CHANGELOG.md">CHANGELOG</a> file for full changes on 5.5 version</li>
</ul>PascalCoinDevtag:github.com,2008:Repository/189565680/5.42021-03-24T19:30:09Z5.4 - 2021-03-24<h2>Build 5.4.0 - 2021-03-24</h2>
<ul>
<li>AbstractMem library enabled (low memory/hardware requeriments) Works on any server with only 1 Gb Ram and 1 CPU up to 1000tx/second</li>
<li>Added "Ask for Account (PASA)" feature on GUI wallet</li>
<li>Implementation of <a href="https://github.com/PascalCoin/PascalCoin/blob/master/PIP/PIP-0027.md">PIP-0027 (E-PASA: Infinite Address-Space Layer-2)</a>
<ul>
<li>Implementation of PayToKey feature</li>
</ul>
</li>
<li>New JSON-RPC methods and updates on objects</li>
<li>See <a href="https://github.com/PascalCoin/PascalCoin/blob/master/CHANGELOG.md">CHANGELOG</a> file for full changes on 5.4 version</li>
</ul>PascalCoinDevtag:github.com,2008:Repository/189565680/TESTNET_5.42021-03-25T10:00:26ZTESTNET 5.4 - 2021-03-24<h2>TESTNET for 5.4</h2>
<ul>
<li>PascalCoin miner with Stratum support for Pools, also improved hashing speed</li>
<li>Ports used by default on this TESTNET:
<ul>
<li>Server port <strong>4204</strong> (production is 4004)</li>
<li>JSON-RPC <strong>4203</strong> (production is 4003)</li>
<li>Miner port <strong>4209</strong> (production is 4009)</li>
</ul>
</li>
<li>This TESTNET data folder is located at <strong>PascalCoin_TESTNET</strong>
<ul>
<li>Linux: $(home)/PascalCoin_TESTNET</li>
<li>Windows: c:\Users(user name)\AppData\Roaming\PascalCoin_TESTNET</li>
</ul>
</li>
<li>See <a href="https://github.com/PascalCoin/PascalCoin/blob/master/CHANGELOG.md">CHANGELOG</a> file for full changes</li>
</ul>PascalCoinDevtag:github.com,2008:Repository/189565680/5.32020-03-13T12:51:44Z5.3 - 2020-03-12<h2>Build 5.3.0 - 2020-03-12</h2>
<ul>
<li>Fixed "out of memory" error when downloading Safebox</li>
<li>Fixed freeze bug on GUI when updating accounts grid</li>
<li>Minor improvements for testing</li>
<li>See <a href="https://github.com/PascalCoin/PascalCoin/blob/master/CHANGELOG.md">CHANGELOG</a> file for full changes on 5.3 version</li>
</ul>PascalCoinDev