Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Releases: exonum/exonum-testkit

Testkit 0.5 "Dusky Eagle-Owl"

30 Jan 15:42
Compare
Choose a tag to compare

Added

  • Added rollback() method for TestKit allowing 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_mount and private_mount to public_handler and private_handler,
    respectively, and made these methods return iron::Chain references. (#23)

Fixed

  • Added missing documentation for ApiKind and improved documentation quality. (#15)
  • Fixed TestKitApi::get_private method, which wrongly used public API previously. (#25)