Skip to content

v1.1.0

Compare
Choose a tag to compare
@Cylix Cylix released this 18 Feb 07:52
· 66 commits to master since this release
695b9db

1.1.0

Type Details
Date February 17th, 2018
Tag v1.1.0
Description Cross-Platform support, CI integration & buildchain improvement, little fixes & improvements
Added
  • Windows support since MSVC 2015
  • Appveyor CI integration for Windows builds
  • Additional platforms builds for mac & linux on Travis CI, including code inspection tools
Changed
  • Performance improvement of BigInt initialization (from trits)
  • Use the official Keccak repository as a submodule dependency rather than using a private copy of the source files.
  • Fix some overflow issues on 32bits systems for getBalances and prepareTransfers
Removed
  • Remove boost multiprecision as a dependency, which mean boost is no longer required to build this library
Upgrading There is no breaking changes, upgrading from 1.0.0 to 1.1.0 should be smooth. Major changes are about windows support and boost dependency drop, that do not require any change on your side