vote-program: expose handler mod under dcou#8312
vote-program: expose handler mod under dcou#8312buffalojoec wants to merge 1 commit intoanza-xyz:masterfrom
handler mod under dcou#8312Conversation
|
The Firedancer team maintains a line-for-line reimplementation of the |
fc32d3c to
6cd1c0b
Compare
6cd1c0b to
1d867ec
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8312 +/- ##
========================================
Coverage 83.2% 83.2%
========================================
Files 836 836
Lines 367032 367032
========================================
+ Hits 305410 305536 +126
+ Misses 61622 61496 -126 🚀 New features to boost your workflow:
|
jstarry
left a comment
There was a problem hiding this comment.
This is fine but there is a way to conditionally add the visibility via cfg FYI
Yes, with |
|
ah ok, well in any case I already approved |
Problem
The
handlermodule - which contains a unifying API consisting ofVoteStateHandleandVoteStateHandler- is intentionally private. However, it will be extremely useful to be able to use this unifying API both around the monorepo and in the Stake program tests.Summary of Changes
Make the
handlermodule public behind DCOU.