Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
Improvements to the policy store
Merged fintohaps opened 1 year ago

Stacked patch on https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/patches/bd89ef967eb6b53784b8913280a7a4da27c25ac8

Base: 4de47ffff4277e42a211b8b7214161cafd830b84

radicle: return iterator types for db policies

Instead of collecting the results and returning the collection as an iterator, introduce FollowPolicies and SeedPolicies types, which implement Iterator.

Note that a call in service changed due to the lifetime borrow. It simply collects into a Vec for the time being.

fintohaps opened with revision 09fb0ddd on base 4de47fff +74 -53 1 year ago

Stacked patch on https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/patches/bd89ef967eb6b53784b8913280a7a4da27c25ac8

Base: 4de47ffff4277e42a211b8b7214161cafd830b84

radicle: return iterator types for db policies

Instead of collecting the results and returning the collection as an iterator, introduce FollowPolicies and SeedPolicies types, which implement Iterator.

Note that a call in service changed due to the lifetime borrow. It simply collects into a Vec for the time being.

lorenz accepted 1 year ago
fintohaps pushed revision 2 a989a8b4 on base 6940ac42 +74 -53 1 year ago

Rebased

fintohaps merged revision a989a8b4 at c847a16e 1 year ago