Skip to content

Syscoin 3.1.3.0

Compare
Choose a tag to compare
@sidhujag sidhujag released this 09 Sep 05:52
· 31157 commits to master since this release

Syscoin 3.1.3.0 Release Notes

This is a non-mandatory update for existing Syscoin 3 users. It fixes cross platform floating point interest rate fluctuations across platforms.

We ask that anybody handling Syscoin Assets to upgrade to this core version and resync your internal databases to detect any missing payments. Resync can either be done via a reindex or deleting your data directory (saving any conf/wallet files) and synchronizing from an empty data directory.

Changes

  1. Use boost's multiprecision library to integrate the interest rate asset calculation in 50-decimal point float variables. This will negate any descrepencies we are seeing across platforms. Osx/win64/linux were tested to work consistently. Removed the buffer included in last build as results are matching exactly. Fixes #271