hiero-ledger / hiero-ledger/hiero-consensus-node

Use `computeHash` instead of `getHash` where it's applicable

Open
#23,407 0 comments 0 reactions 1 assignee Claimed by @imalygin View on GitHub
Platform Tech Debt Reduced
Dominant language
Java
Stars
406
Forks
226
Avg merge
3d 4h
Merged PRs (30d)
210

Description

There are several usages of `State.getHash` in our codebase which we use solely to compute hash for the state. We should use `computeHash` instead. The result is exactly the same, the code looks more intuitive.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.