Skip to content

Releases: IndexChain/Index

Mandatory update v0.13.10.7

01 Jul 02:24

Choose a tag to compare

This update increases the block request/send limit to 5k.This is necessary for more faster and efficient sync speed.

Minor Update v0.13.10.6

04 Jun 20:45

Choose a tag to compare

What is this update for?

This update is for those users who are experiencing sync issues after the last update, if you are one of the users who is experiencing sync issues this update is for you.Make sure to run a reindex to sync to the correct chain after the update either via wallet repair > reindex or via -reindex on the daemon.

Mandatory Update - v0.13.10.5

01 Jun 21:02

Choose a tag to compare

Note : IndexNode owners need to start their mn from their wallet to update the proto version after updating the node.

Changes in this update

  • Remove old zcoin version check
  • Protocol bump
  • Rename Exodus to Elysium
  • Cleanup miner code,add more strict checks for normal txes.
  • Fix package version
  • [Utils] Fix windows utf8 paths

Mandatory Update - v0.13.10.4

10 Apr 17:16

Choose a tag to compare

This update is a mandatory update as it includes consensus changes to the fullnode wallet.

Changes in this release:

  • Wallet repair tab added (Retrofitted from Dash).
  • Add resync option to cli and ui for resyncing from scratch
  • Fix stakes getting rejected on CheckZerocoinFoundersInputs
  • Dont stake if indexnodesync isnt complete
  • gui: Drop boost::scoped_array and use wchar_t API explicitly on Windows
  • Use utf-8 to decode filename.

Stability Update v0.13.10.3

08 Apr 21:10

Choose a tag to compare

This update is a mandatory update as this update contains consensus changes.

Info regarding the change to blockindex:

  • This release changes blockindex to include nstakemodifier for all blocks,those who upgrade will need to remove blocks and chainstate folder and sync blocks from scratch to be able to run this new wallet.

Changes in this release

  • c308f8540f0c15a595ca698ac8cf489d74f43ef0 [Db/Validation] Fix PoS block check causing disconnection.
  • 1a5860764a5efc356b601caf977c70622f9186e9 Fix typo in Lock wallet action.
  • 0c87a7ac4a0ce4dea4161f775fdcafac2575c097 [Qt] Fix functionality to properly unlock for staking.
  • fbbfb9d137c10f79cfd9765f3c1c03d2d3d2f51b Fix connection loss on restart [Adds nStakeModifier to serializer regardless of block type].
  • e81fd9011e453f6eff0a10f4dc3b5c20ec610844 Check premature spends on coinstake & minor fixes.
  • 5d7e019bc5008b1c98be9d9aed54a57aec857fb3 Only show net amount if its greater than 0
  • 61059a40cf5083f55dc878a8413a87bdc324e7d8 Fix amount shown in tx desc and add type and other misc info in getblock.
  • 36fbe3660690cbecfaf3eec8bad6228038d4e274 Get only PoW NetHashPS.
  • a9d5bd339e78c1e6cfd2ba8fda2bb342f96d8f56 Add theme switching
  • e81fd9011e453f6eff0a10f4dc3b5c20ec610844 Check premature spends on coinstake & minor fixes.

Release v0.13.10.2 : Mandatory update

05 Apr 18:40

Choose a tag to compare

Changes in this release:

  • Fix connection loss bug on restart of wallet.
  • Add filter for Indexnode rewards and stakes.
  • Add more inital seeds to sync and connect to.
  • Change text in generated/staked block txes accordingly.
  • Changed copyright year to 2020.
  • Add Waiting for new block to progress text if connected peers are > 1 instead of no block source available.
  • Fix mention of zcoin in encryption text.
  • Fix getstake to use ismine type from ISMINE_ALL to ISMINE_SPENDABLE (Should fix the fake balance issue some users reported).
  • Add fallback for checkproofofstake to mapBlockIndex.
  • Add iscoinstake to getrawtranasction and raw tx decode commands to differentiate coinstakes vs other txes.
  • Remove excessive log on PoS Block storage to db.
  • Update installer icons and graphics to IndexChain.
  • UI Revamp based on Qtum stylesheets.
  • Align staking amount to left to match with other amounts.
  • Add lastposblock,lastpowblock,lastpowdiff and lastposdiff to getblockchaininfo response

Chain relaunch - Mandatory update

31 Mar 23:43

Choose a tag to compare

This update restarts the chain on mainnet,enforces mn payment if more than 6 mn is active on network and adds mn reward type to qt gui.This is a mandatory update.

For those who had balances in old chain restore via mnemonic seed or wallet.dat and coins should appear as you had before one synced

Mandatory update v0.13.10

30 Mar 14:13

Choose a tag to compare

The last updated caused a diff overflow causing all blocks to have just the min diff,this update rejects any fast tracked blocks and puts the diff algo code back to normal.For those who are installing the wallet anew you wont need to do anything,but for those who are updating the wallet.Do the following

Navigate to the IndexChain data folder,normally in %appdata% for windows users
Delete blocks and chainstate folder
Copy over the blocks and chainstate folder from snapshot and start the wallet,you should be on the right net work then.
Thats all.

Mandatory Update to Difficulty adjustment algo

29 Mar 22:12

Choose a tag to compare

This update adds the following:

  • Automatic diff adjustment if block time difference between last and the block before the last block have less than 35 seconds of timespan between them.

Cleanup:

  • Remove unused MTP code

Hardfork will commence at Height : 19040

Hotfix for Staked balance bug

28 Mar 18:18

Choose a tag to compare

Non-Mandatory Wallet update:

This release fixes immature balances of staked balances which some have reported to have experienced.