orleans
orleans copied to clipboard
Remove GrainReference from IGrainStorage contract
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.