Skip to content

Releases: PascalCoin/PascalCoin

PascalCoin 5.8

24 Jan 14:00
780934e
Compare
Choose a tag to compare

PascalCoin v5.7.3

  • WIP

PascalCoin v5.7.2

05 Oct 09:06
Compare
Choose a tag to compare
PascalCoin v5.7.2 Pre-release
Pre-release

PascalCoin v5.7.2

  • Minor update on cache mem log event

PascalCoin v5.7.1

  • Fix cls function TAccountComp.EqualOperationBlocks
  • Create UAbstractMemBlockchainStorage.pas
  • Enable to use indexed data on Blockchain storage
  • Added OnFLushedCache event on AbstractMem library
  • Added OnFLushedCache event log
  • Memory Improvements

5.7 - 2021-12-23

23 Dec 08:28
Compare
Choose a tag to compare

Build 5.7 - 2021-12-23

  • This version will not propagate 0-Fee operations, but will allow 0-Fee operations to the blockchain (CT_AllowPropagate0feeOperations=False)
    • 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
  • Removed "Ask for Account (PASA)" feature
  • Improved resend operations process
  • Improvements on TMemPool save to file to protect continued saving process
  • Improvements on TStorage to allow usage of AbstractMem library
  • AbstractMem library v1.6 with improvements on speed and allowing 64bits offsets for files +4Gb
  • Net protocol upgraded to 15, min compatible version 14 (Build 5.6)
  • Daemon:
    • Usage of Fast Memory Manager for FPC x86_64 on Linux as part of mORMot framework. Copyright (C) 2021 Arnaud Bouchez
    • log files separated by date: pascalcoin.log -> pascalcoin_YYYY-MM-DD.log
    • RPC log files separated by date: pascalcoin_rpc.log -> pascalcoin_rpc_YYYY-MM-DD.log
    • Peers cache stored on a separated file at DATAFOLDER with name "peers_cache.ini" instead of "pascacoin_daemon.ini"

TESTNET 5.7 - 2021-12-23

23 Dec 08:48
Compare
Choose a tag to compare
Pre-release

TESTNET for 5.7

  • Ports used by default on this TESTNET:
    • Server port 4204 (production is 4004)
    • JSON-RPC 4203 (production is 4003)
    • Miner port 4209 (production is 4009)
  • This TESTNET data folder is located at PascalCoin_TESTNET
    • Linux: $(home)/PascalCoin_TESTNET
    • Windows: c:\Users(user name)\AppData\Roaming\PascalCoin_TESTNET
  • See CHANGELOG file for full changes

5.6 - 2021-11-02

02 Nov 20:56
Compare
Choose a tag to compare

Build 5.6 - 2021-11-02

** MINERS SHOULD UPDATE AS SOON AS POSSIBLE **

  • Assigned OP_RECOVER automatically to miner using miner AccountKey
  • Net Protocol upgraded to 14 (improvements)
  • See CHANGELOG file for full changes on 5.6 version

TESTNET 5.6 - 2021-11-02

02 Nov 20:52
Compare
Choose a tag to compare
Pre-release

TESTNET for 5.6

  • PascalCoin miner with Stratum support for Pools, also improved hashing speed
  • Ports used by default on this TESTNET:
    • Server port 4204 (production is 4004)
    • JSON-RPC 4203 (production is 4003)
    • Miner port 4209 (production is 4009)
  • This TESTNET data folder is located at PascalCoin_TESTNET
    • Linux: $(home)/PascalCoin_TESTNET
    • Windows: c:\Users(user name)\AppData\Roaming\PascalCoin_TESTNET
  • See CHANGELOG file for full changes

5.5 - 2021-04-12

11 Apr 23:28
Compare
Choose a tag to compare

Build 5.5 - 2021-04-12

  • Fixed fatal bug. Mandatory upgrade
  • Net protocol upgraded to 13
  • See CHANGELOG file for full changes on 5.5 version

5.4 - 2021-03-24

24 Mar 19:30
Compare
Choose a tag to compare

Build 5.4.0 - 2021-03-24

  • AbstractMem library enabled (low memory/hardware requeriments) Works on any server with only 1 Gb Ram and 1 CPU up to 1000tx/second
  • Added "Ask for Account (PASA)" feature on GUI wallet
  • Implementation of PIP-0027 (E-PASA: Infinite Address-Space Layer-2)
    • Implementation of PayToKey feature
  • New JSON-RPC methods and updates on objects
  • See CHANGELOG file for full changes on 5.4 version

TESTNET 5.4 - 2021-03-24

25 Mar 10:00
Compare
Choose a tag to compare
Pre-release

TESTNET for 5.4

  • PascalCoin miner with Stratum support for Pools, also improved hashing speed
  • Ports used by default on this TESTNET:
    • Server port 4204 (production is 4004)
    • JSON-RPC 4203 (production is 4003)
    • Miner port 4209 (production is 4009)
  • This TESTNET data folder is located at PascalCoin_TESTNET
    • Linux: $(home)/PascalCoin_TESTNET
    • Windows: c:\Users(user name)\AppData\Roaming\PascalCoin_TESTNET
  • See CHANGELOG file for full changes

5.3 - 2020-03-12

13 Mar 12:51
f33df61
Compare
Choose a tag to compare

Build 5.3.0 - 2020-03-12

  • Fixed "out of memory" error when downloading Safebox
  • Fixed freeze bug on GUI when updating accounts grid
  • Minor improvements for testing
  • See CHANGELOG file for full changes on 5.3 version