Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: participation key integrity hash #111

Closed
wants to merge 2 commits into from

Conversation

PhearZero
Copy link
Member

ℹ Overview

  • adds partkey offline/online integrity hash

📝 Related Issues

✅ Acceptance:

  • Pre-commit checks pass

@PhearZero PhearZero added this to the Milestone 2 milestone Jan 17, 2025
@PhearZero PhearZero self-assigned this Jan 17, 2025
@PhearZero PhearZero linked an issue Jan 17, 2025 that may be closed by this pull request
@PhearZero PhearZero changed the base branch from main to v1.2.0 January 20, 2025 17:47
@PhearZero PhearZero requested a review from tasosbit January 20, 2025 18:15
# Conflicts:
#	ui/modal/testdata/Test_Snapshot/InfoModal.golden
#	ui/modals/info/testdata/Test_Snapshot/Visible.golden
Copy link

cloudflare-workers-and-pages bot commented Jan 20, 2025

Deploying nodekit-run with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9d991d1
Status: ✅  Deploy successful!
Preview URL: https://7b3885c1.nodekit-run.pages.dev
Branch Preview URL: https://feat-implement-partkey-integ.nodekit-run.pages.dev

View logs

Copy link

codecov bot commented Jan 20, 2025

Codecov Report

Attention: Patch coverage is 76.14679% with 26 lines in your changes missing coverage. Please review.

Project coverage is 35.61%. Comparing base (2ef13bd) to head (9d991d1).
Report is 127 commits behind head on main.

Files with missing lines Patch % Lines
ui/modals/info/info.go 54.16% 11 Missing ⚠️
internal/test/mock/fixtures.go 73.52% 6 Missing and 3 partials ⚠️
internal/algod/participation/integrity.go 88.00% 4 Missing and 2 partials ⚠️

❗ There is a different number of reports uploaded between BASE (2ef13bd) and HEAD (9d991d1). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (2ef13bd) HEAD (9d991d1)
3 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #111       +/-   ##
===========================================
- Coverage   47.32%   35.61%   -11.71%     
===========================================
  Files          75       78        +3     
  Lines        5881     6230      +349     
===========================================
- Hits         2783     2219      -564     
- Misses       2891     3902     +1011     
+ Partials      207      109       -98     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tasosbit
Copy link
Contributor

This looks good but we'll park it until ARC-81 is updated with network and offline spec

@PhearZero
Copy link
Member Author

This looks good but we'll park it until ARC-81 is updated with network and offline spec

It's already live in the URL service, I don't see the benefit on keeping this ticket alive when we can create a new one if the spec changes

Base automatically changed from v1.2.0 to main January 23, 2025 11:47
@tasosbit tasosbit closed this Feb 12, 2025
@tasosbit tasosbit deleted the feat/implement-partkey-integrity-hash branch February 12, 2025 15:39
@PhearZero PhearZero restored the feat/implement-partkey-integrity-hash branch February 12, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Implement partkey integrity hash
2 participants