Skip to content

Releases: decenomy/SAPP

Sapphire (SAPP) v1.5.2.1 Non-Mandatory Update

04 Sep 15:40
Compare
Choose a tag to compare

Dear Sapphire (SAPP) 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.

Sapphire (SAPP) v1.5.2.0 Mandatory Update

12 Jun 18:46
Compare
Choose a tag to compare

Dear Sapphire (SAPP) 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.

Sapphire (SAPP) v1.5.1.0 Mandatory Update

26 Jan 03:27
Compare
Choose a tag to compare

Dear Sapphire (SAPP) 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.

Sapphire (SAPP) v1.5.0.0 Mandatory Update

10 Jan 23:14
Compare
Choose a tag to compare

Dear Sapphire (SAPP) 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);

Sapphire Coin (SAPP) v1.4.2.3 Non-Mandatory Update

19 Jan 14:49
Compare
Choose a tag to compare

Dear Sapphire (SAPP) friends,

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

  • Updates to the last DSW code;
  • Increased default network connectivity;
  • Removes timedata UI freezing warning;
  • fixes small UI color issues;

Full Changelog: v1.4.2.2...v1.4.2.3

Sapphire Coin (SAPP) v1.4.2.2 Non-Mandatory Update

30 Nov 01:27
Compare
Choose a tag to compare

Dear Sapphire Coin (SAPP) community,

This new version of the wallet is non-mandatory, and includes the following improvements:

  • Includes burn addresses in place of the banned addresses, the coins will be later reimbursed to the rightful owner;
  • Excludes the burned/banned coins from the total coin supply on gettxoutsetinfo;
  • Includes all the improvements made to DSW until now;
  • Exports the wallet in BIR format so that it is possible to import it into BIR;
The BIR fork block (#1700001) has the hash 595da30b729235a1840e313a02dfeb7db6ddddab0d8ba6915f80b665fa46328d and the timestamp 1638164205, Mon Nov 29 2021 05:36:45 UTC

The balances of SAPP and TRTT that will considered for the airdrop are from blocks with a timestamp lower than 1638164205

On SAPP: block 1354354 Mon Nov 29 05:35:15 2021 f89dfc4f210b057f362cacc7d05d96b6ef14ee5b4d4388491b0281905b577112

gettxoutsetinfo
{
  "height": 1354354,
  "bestblock": "f89dfc4f210b057f362cacc7d05d96b6ef14ee5b4d4388491b0281905b577112",
  "transactions": 2729927,
  "txouts": 2880917,
  "hash_serialized_2": "82c1a54c596deb9d2a3370bcf40e2759c0723ec8ae13c56ae0b8b10890da6683",
  "total_amount": 718121503.57970434,
  "disk_size": 143820360
}

code for the export is available on branch https://github.com/sappcoin-com/SAPP/tree/bir_export

the export is available on file sapp_bir_utxo.txt

On TRTT: block 358034 Mon Nov 29 05:32:15 2021 f4960364fbefa600f626a91d55c289faafe5471c3e92df49ec589895ac187d4f

gettxoutsetinfo
{
  "height": 358034,
  "bestblock": "f4960364fbefa600f626a91d55c289faafe5471c3e92df49ec589895ac187d4f",
  "transactions": 727831,
  "txouts": 953465,
  "hash_serialized_2": "2539cb48e7b2316c35deadae2a84fe28084783cf76e985b6cf18a9323190a992",
  "total_amount": 574052761.48862512,
  "disk_size": 49798692
}

code for the export is available on branch https://github.com/Trittium/trittium/tree/bir_export

the export is available on file trtt_bir_utxo.txt

Sapphire Coin (SAPP) v1.4.2.1 Non-Mandatory Update

28 Jul 13:42
Compare
Choose a tag to compare

Dear Sapphire Coin (SAPP) community,

This new version of the wallet is non-mandatory, and includes the followings improvements:

  • restores the versioning of the block index records, avoiding the need for a reindex when restarting the wallet with old version blockchain files;

Sapphire Coin (SAPP) v1.4.2.0 Mandatory Update

26 Jul 12:42
Compare
Choose a tag to compare

Dear Sapphire (SAPP) community,

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

  • introduces new rewards table with the increase on the stake reward percentage to 35% and a total increase of 100%;
  • 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;
  • fixes crash on QT UI startup
  • fixes the transactions duplication on the UI transaction list

Sapphire Coin (SAPP) v1.4.1.0 Mandatory Update

12 Jan 20:12
Compare
Choose a tag to compare

Must be updated before block 905001, as all v1.3 nodes will be disconnected.
Must be updated before block 910001, as all v1.4.0 nodes will be disconnected.

Bootstrap on: https://sappexplorer.com/bootstrap.zip

Sapphire Coin (SAPP) v1.4.0.0 Mandatory Update

09 Jan 17:16
Compare
Choose a tag to compare

Must be updated before block 905001, as all v1.3 nodes will be disconnected.

Bootstrap on: https://sappexplorer.com/bootstrap.zip