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

Add debug implementations for scoring parameters #3511

Conversation

amackillop
Copy link
Contributor

I want to use custom scoring parameters in LDK Node but the Config requires Debug implementations for its fields. My plan is to add a method to the NodeBuilder to set the parameters in the configuration and use them on startup instead of the defaults if set.

@amackillop amackillop changed the title Add debug implementations for scoring paramaeters Add debug implementations for scoring parameters Jan 8, 2025
Derives Debug for
ProbabilisticScoringFeeParameters and
ProbabiliticScoringDecayParameters
@amackillop amackillop force-pushed the amackillop/2024-12-30/add-debug-to-scorer-params branch from 8abc549 to 48ceefd Compare January 8, 2025 15:54
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.27%. Comparing base (85d1e5f) to head (48ceefd).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3511      +/-   ##
==========================================
- Coverage   88.32%   88.27%   -0.05%     
==========================================
  Files         149      149              
  Lines      112912   112921       +9     
  Branches   112912   112921       +9     
==========================================
- Hits        99731    99683      -48     
- Misses      10694    10746      +52     
- Partials     2487     2492       +5     

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

Copy link
Collaborator

@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

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

Thanks

@TheBlueMatt TheBlueMatt merged commit 0282cfb into lightningdevkit:main Jan 9, 2025
17 of 19 checks passed
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