orleans icon indicating copy to clipboard operation
orleans copied to clipboard

Remove GrainReference from IGrainStorage contract

Open pentp opened this issue 2 years ago • 0 comments

Grain state storage should depend only on grain identity. GrainReference is too broad type for this. There's still some data redundancy between string grainType and grainId.Type, but reworking this would require significantly more effort.

Microsoft Reviewers: Open in CodeFlow

pentp avatar Jul 19 '22 22:07 pentp