You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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