Skip to content

Conversation

dmitry-timofeev
Copy link
Contributor

Overview

This operation is no longer used by the framework.


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

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

*
* <p>Such transaction is supposed to be used in TransactionProxy integration tests.
*/
public final class SetEntryTransaction implements Transaction {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove the whole transaction and not just info()?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It used to be used in native ITs of Rust TransactionProxy, which are gone. Probably, most of fakes will be gone, but that's after @ipenkin 's tests.

@dmitry-timofeev dmitry-timofeev changed the base branch from update-qa-service to master November 18, 2019 16:40
This operation is no longer used by the framework.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.009%) to 86.08% when pulling fe3ec61 on dmitry-timofeev:remove-tx-info into bd55453 on exonum:master.

@dmitry-timofeev dmitry-timofeev merged commit 37107d8 into exonum:master Nov 19, 2019
@dmitry-timofeev dmitry-timofeev deleted the remove-tx-info branch November 19, 2019 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants