Skip to content

Sirius core wallet - Mandatory update - Critical bug fix

Latest
Compare
Choose a tag to compare
@mischasirius mischasirius released this 22 Sep 13:46
· 1 commit to master since this release
f696985

Sirius wallet for Windows

Includes fix for the critical duplicate inputs bug

0.15.2

Update History

⦁ Fix some translation errors and typos
⦁ Add Support for openssl 1.1
⦁ Fix a python tests bug that caused bulk running of tests to fail
⦁ Add static seeds
⦁ Update copyright year
⦁ Upgrade Sirius core code to bitcoin core 0.15.1 with important performance improvments and other features, read more about bitcoin core 0.15.0 and 0.15.1
⦁ Fix a bug with reindexing when the data directory is empty
⦁ Prevent sending ERC20 tokens to P2SH Sirius addresses in the Qt wallet
⦁ Restore JS number as string support for callcontract and sendtocontract rpc calls
⦁ Fix a bug where the wrong block hash would be stored in the transaction receipt for miners with -logevents enabled
⦁ Fixed a bug where transactions with low fees would get stuck in the local mempool.
⦁ Fix a bug with clearing cache of StorageResults
⦁ Add contract support to "createrawtransaction" rpc call
⦁ Add sender support to "sendtoaddress" rpc call
⦁ Add EVM global variables to callcontract
⦁ Update CentOS build instructions
⦁ Add exception data to TransactionReceipt
⦁ Fixed a bug where the gas price could not be parsed correctly on certain platforms
⦁ Fixed a bug where the logs were not reverted on disconnect block in certain cases
⦁ New Qt GUI
⦁ Fix Qt wallet freeze when syncing from scratch with -logevents or -reindex
⦁ Add update checking functionality to Qt wallet
⦁ Fix a bug in token transfers history dates
⦁ Fix a bug with searchlogs rpc call
⦁ Add an extra check when adding token addresses
⦁ Fix compatibility with boost 1.66
⦁ Add checkpoints
⦁ Update defaultAssumeValid chain param
⦁ Add minmempoolgaslimit startup argument
⦁ Fix a callcontract bug which in very specific cases could cause the node to fail to sync the blockchain
⦁ Add ability to save and restore contract addresses and ABI data
⦁ Make the token confirmation view data correct
⦁ Added option to disable change address usage
⦁ Fixed bug where heavy RPC usage could cause the wallet to crash
⦁ Add feature to restore wallet in the Qt wallet
⦁ Add new RPC call "waitforlogs" that is particularly useful for Dapp developers
⦁ Add long-polling support to the gettransaction RPC call