Skip to content

Consider view contract's clientDataSets method instead of getClientDataSets #181

@rvagg

Description

@rvagg

In getClientDataSetsWithDetails we have an awkward indirection from getClientDataSets and then using the pdpRailId of each data set to call railToDataSet() with it so we can then query the PDPVerifier about a data set. It's pretty smelly.

I notice we have a clientDataSets on the view contract which just returns IDs and think maybe we should just start with that and then enhance each one in parallel. Maybe that will smell less.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

🎉 Done

Relationships

None yet

Development

No branches or pull requests

Issue actions