Skip to content

Releases: decenomy/PNY

Peony (PNY) v4.1.2.1 Non-Mandatory Update

04 Sep 15:40
Compare
Choose a tag to compare

Dear Peony (PNY) friends,

This new wallet version is non-mandatory. It contains fixes to the setautocombinethreshold RPC command and the related GUI elements. These are the changes:

  • Only allow integers as input.
  • The value for the threshold must be at least 1.
  • In wallets that used the now deprecated autocombinethreshold command, the value was not saved correctly. We introduced a mechanism that would allow us to continue supporting the old wallets while saving the value correctly when you change it the next time.

Peony (PNY) v4.1.2.0 Mandatory Update

12 Jun 14:32
Compare
Choose a tag to compare

Dear Peony (PNY) friends,

This new wallet version is mandatory.

The following improvements and commands were introduced:

Improvements:

  • Last Paid V2 and Masternode Payment V2 fixes.
  • Speed up the listmasternodes RPC command: This improvement reduces the execution time of the listmasternodes command, which returns a list of all masternodes on the network along with their status and information. It makes it faster and easier to query the network state and monitor your masternodes.

Commands:

  • checkconnection RPC call : This call allows you to test the connectivity of your server with other nodes on the network.
  • mnping RPC call` : This call allows you to send a ping message to your masternode and receive a pong response. It helps you verify that your masternode is online and responsive.
  • reloadmasternodeconfig RPC call and a corresponding GUI element: This call and element allow you to reload your masternode configuration file from the command line or the user interface. It is useful if you want to make changes to your masternode settings without stopping or restarting them.
  • setautocombinethreshold command and UI support: This command replaces the deprecated autocombinerewards command, which automatically combined small inputs into larger ones to reduce transaction fees and improve privacy. The new command allows you to set a threshold amount for auto-combining inputs and enable or disable this feature from the command line or the user interface.
  • rewindblockindex command, start option, and the GUI element: This command allows you to rewind your block index in case of a fork or a corrupted database. It deletes all blocks after a specified height and re-syncs with the network from that point. It can help you recover from various issues that may affect your wallet functionality or integrity.

Peony (PNY) v4.1.1.0 Mandatory Update

26 Jan 03:57
Compare
Choose a tag to compare

Dear Peony (PNY) friends,

This new wallet version is mandatory.

The following improvements and fixes were included:

  • Multinode capability;
  • Last paid V2 and Masternode payment V2 fixes and improvements;
  • Takes into account the collateral of the previous collateral change window on CMasternodeBroadcast::CheckInputsAndAdd;
  • Speeds up the masternode count operation;
  • Seamless MN upgrade between protocols;
  • Adds support for multinode hot reloading;
  • Adds the getactivemasternodecount rpc/cli command;

This update is mandatory, but you don't need to restart the masternode if you update it quickly.

However, this version is mandatory, and when the masternode network support reaches 80%, all the old nodes will be cut off from the network.

Thanks techy2 and kyeno, for your suggestions and contributions.

Peony (PNY) v4.1.0.0 Mandatory Update

19 Jan 15:20
Compare
Choose a tag to compare

Dear Peony (PNY) friends,

This new wallet version is mandatory.

The following improvements were also introduced:

  • Multinode capability;
  • UI privacy mode;
  • Staking improvements (staking needs to be activated to be used);
  • Staking hash rate report on the dashboard;
  • Last paid V2 (needs activation by spork);
  • Masternode payment V2 (needs activation by spork);
  • Reconsider Window (needs activation by spork);
  • Masternode collateral seven days window (needs activation by spork);
  • Allows several MNs on the same IP (needs activation by spork);

Peony (PNY) v4.0.1.1 Non-Mandatory Update

28 Jan 23:38
Compare
Choose a tag to compare

Dear PNY friends,

This new version of the wallet is non-mandatory, but it is highly recommended update. It includes the following improvements:

  • Includes burn addresses;
  • Updates to the last DSW code;
  • Increased default network connectivity;
  • Removes timedata UI freezing warning;

Peony (PNY) v4.0.1.0 Mandatory update

26 Jul 12:25
Compare
Choose a tag to compare

Dear Peony (PNY) community,

This new version of the wallet is mandatory until block #110000, and includes the followings improvements:

  • introduces new rewards table and increase on the stake reward percentage to 35%;
  • bumps protocol version;
  • skips block signatures for blocks older than the last checkpoint;
  • skips proof of stake checks for blocks older than the last checkpoint;
  • skips transaction checks for blocks older than the last checkpoint;
  • adds new checkpoints;
  • adds UPGRADE_MASTERNODE_RANK_V2;

Peony (PNY) v4.0.0.1 Non-Mandatory update

13 May 17:47
Compare
Choose a tag to compare

Fixes default UI theme issues
Sets a minimum of 2 times the MAX_OUTBOUND_CONNECTIONS value to the -maxconnections option
Fixes inno setup script

Peony (PNY) v4.0.0.0 Mandatory update

12 May 16:31
Compare
Choose a tag to compare

Dear Peony (PNY) friends,
The new wallet has arrived!

Peony (PNY) v3.0.4.1 Non-Mandatory update

10 May 16:35
Compare
Choose a tag to compare

Adds freeze point to timestamp 1620691200: Tue May 11 2021 00:00:00 GMT+0000
Adds code to extract all the UTXO balances

v3.0.4

12 Oct 15:43
Compare
Choose a tag to compare
Resolve sync issues experienced by some clients