Closed cowfee closed 6 months ago
At the moment, Settlements are scored by calling into the legacy code. Ideally, the scoring code would be in driver, and the score method would be defined on the Solution type, not Settlement.
Settlement
driver
score
Solution
Not quite done yet (we still need to remove the conditional logic once CIP-38 is live)
At the moment,
Settlement
s are scored by calling into the legacy code. Ideally, the scoring code would be indriver
, and thescore
method would be defined on theSolution
type, notSettlement
.