hiero-ledger / hiero-ledger/hiero-consensus-node
SignatureVerificationFuture is redundant
Open
P3
Tech Debt Incurred
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
After asynchronous signature verification was removed, `SignatureVerificationFuture`/`SignatureVerificationFutureImpl` became redundant. Should be replaced with `SignatureVerification` produced by `SignatureVerifierImpl.verify()`.
See also #18146.
Contributor guide
Research direction
Search for SignatureVerificationFuture and SignatureVerificationFutureImpl, then inspect SignatureVerifierImpl.verify() and the related discussion in #18146. Replace references with SignatureVerification as described and verify that no callers or implementations still depend on the redundant future types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cryptography, security
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100