Skip to content

Conversation

@macladson
Copy link
Member

Moves the RuntimeVariableList and RuntimeFixedVector types from Lighthouse to ssz_types which is a more natural place for them to exist.

They have some additional dependencies so I have gated them behind the runtime-types feature.

@codecov
Copy link

codecov bot commented Oct 3, 2025

Codecov Report

❌ Patch coverage is 27.58621% with 84 lines in your changes missing coverage. Please review.
✅ Project coverage is 50.48%. Comparing base (d2c956f) to head (32c8552).

Files with missing lines Patch % Lines
src/runtime_types/runtime_variable_list.rs 35.55% 58 Missing ⚠️
src/runtime_types/runtime_fixed_vector.rs 0.00% 26 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
- Coverage   59.39%   50.48%   -8.92%     
==========================================
  Files           9       11       +2     
  Lines         298      414     +116     
==========================================
+ Hits          177      209      +32     
- Misses        121      205      +84     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member Author

@macladson macladson left a comment

Choose a reason for hiding this comment

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

This is ready now. Although we may want to wait for the context_deserialize addition so we can combine the implementation locations

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.

1 participant