Change Log
0.9.12 (2018-03-01)
Merged pull requests:
- On transaction apply and undo, do not reset state of an account - Closes #1328 #1349 (SargeKhan)
- Bug in TransactionPool.transactionInPool - Closes #707 #1360 (4miners)
- Logs are not verbose enough for apply unconfirmed transaction - Fixes #1331 #1367 (SargeKhan)
- Error on applyUnconfirmed step is neglected in chain/applyBlock a504361 (SargeKhan)
- Ensure forge and sync process exclusiveness d305c88 (MaciejBaj)
- Duplicated transaction in queues corrupts unconfirmed state 7c20780 (MaciejBaj)
- Re-receive transactions from deleted block ac2498d (MaciejBaj)
- Update dependencies with vulnerabilities 6245143 (diego-G)
- Transaction pool unit tests fix aad735c (MaciejBaj)
- Fix delegate unit tests 1e8018e (MaciejBaj)
- Extend stress test by adding extra transaction types d7e16e3 (MaciejBaj)
- Re-receive transactions from deleted block d533af3 (SargeKhan)
Closed issues:
- Error loading blocks: Delegate not found #1182