exonum-java-binding icon indicating copy to clipboard operation
exonum-java-binding copied to clipboard

Add precommits accessor to Blockchain/CoreSchema [ECR-4010]

Open dmitry-timofeev opened this issue 4 years ago • 1 comments

Overview

The precommits are required to create a BlockProof. They might be needed if BlockProof creation occurs in Java (see also https://wiki.bf.local/display/EJB/Java+Proofs+P2%3A+Creating+IndexProofs)


See: https://jira.bf.local/browse/ECR-4010

Definition of Done

  • [ ] There are no TODOs left in the code
  • [ ] Change is covered by automated tests
  • [ ] The coding guidelines are followed
  • [ ] Public API has Javadoc
  • [ ] Method preconditions are checked and documented in the Javadoc of the method
  • [ ] Changelog is updated if needed (in case of notable or breaking changes)
  • [ ] The continuous integration build passes

dmitry-timofeev avatar Dec 17 '19 15:12 dmitry-timofeev

Coverage Status

Coverage decreased (-0.07%) to 86.798% when pulling cdb28bb4dad368157da42e7e5f3c92ad8a9485b7 on dmitry-timofeev:add-precommits-ECR-4010 into 5287b2b0159673200ee8096890bc7fdc09a87189 on exonum:master.

coveralls avatar Dec 17 '19 17:12 coveralls