This repository was archived by the owner on Feb 2, 2018. It is now read-only.
Releases: exonum/exonum-testkit
Releases · exonum/exonum-testkit
Testkit 0.5 "Dusky Eagle-Owl"
Added
- Added
rollback()method forTestKitallowing to rollback blocks added to
the testkit blockchain. (#8) - Added
TestKit::create_block_with_transaction()method. (#13) - Added basic logging support for requests and responses. (#27)
Changed
- Reimplemented
probe()/probe_all()methods of the testkit with
a revertible database. (#8) - Renamed
public_mountandprivate_mounttopublic_handlerandprivate_handler,
respectively, and made these methods returniron::Chainreferences. (#23)