Skip to content

chore: override toString methods in records - #26817

Open
Grigorov-Georgi wants to merge 2 commits into
hiero-ledger:mainfrom
Grigorov-Georgi:chore/add-to-string-methods-to-key-pair-records
Open

chore: override toString methods in records#26817
Grigorov-Georgi wants to merge 2 commits into
hiero-ledger:mainfrom
Grigorov-Georgi:chore/add-to-string-methods-to-key-pair-records

Conversation

@Grigorov-Georgi

Copy link
Copy Markdown
Contributor

Description:

Override the default toString() in SchnorrKeyPair and TssKeyPair records to output only its public key.

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Georgi Grigorov <georgi.grigorov@limechain.tech>
@Grigorov-Georgi Grigorov-Georgi self-assigned this Aug 13, 2026
@lfdt-bot

lfdt-bot commented Aug 13, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@Grigorov-Georgi
Grigorov-Georgi marked this pull request as ready for review August 13, 2026 02:52
@Grigorov-Georgi
Grigorov-Georgi requested a review from a team as a code owner August 13, 2026 02:52
@Grigorov-Georgi Grigorov-Georgi changed the title chore: override toString methods to records chore: override toString methods in records Aug 13, 2026
@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #26817      +/-   ##
============================================
- Coverage     70.44%   70.44%   -0.01%     
+ Complexity    11673    11672       -1     
============================================
  Files          2583     2583              
  Lines        108354   108357       +3     
  Branches      12122    12122              
============================================
+ Hits          76332    76333       +1     
+ Misses        28035    28034       -1     
- Partials       3987     3990       +3     
Files with missing lines Coverage Δ Complexity Δ
...a/node/app/history/impl/ProofKeysAccessorImpl.java 95.12% <100.00%> (+0.12%) 0.00 <0.00> (ø)
...main/java/com/hedera/node/app/tss/TssKeyFiles.java 76.99% <100.00%> (+0.20%) 0.00 <0.00> (ø)
.../main/java/com/hedera/node/app/tss/TssKeyPair.java 100.00% <100.00%> (ø) 0.00 <0.00> (ø)

... and 8 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Georgi Grigorov <georgi.grigorov@limechain.tech>
@testlens-app

testlens-app Bot commented Aug 13, 2026

Copy link
Copy Markdown

✅ All tests passed ✅

🏷️ Commit: da73b29
▶️ Tests: 52182 executed
🟡 Checks: 56/69 completed


Learn more about TestLens at testlens.app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants