You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor relations service to composition-style filtering applicable in layers such as:
filtered_relations = base_relations
.intersect_with_future_of(root, reachability_service)
.intersect_with_past_of(selected_tip, reachability_service) // some places in the code below do this step as well
Can be done in a style like UtxoView instances can be composed. Probably better if done in a separate PR
Refactor relations service to composition-style filtering applicable in layers such as:
Can be done in a style like
UtxoView
instances can be composed. Probably better if done in a separate PROriginally posted by @michaelsutton in #494 (comment)
The text was updated successfully, but these errors were encountered: