ceramicnetwork / js-ceramic

Typescript implementation of the Ceramic protocol
http://ceramic.network
Other
414 stars 127 forks source link

feat: enforce immutability constraints when working with interfaces #3156

Closed JulissaDantes closed 8 months ago

JulissaDantes commented 8 months ago

Description

Currently js-composedb enforces that if an interface being implemented has an immutable fields this constraint should be kept by the implementer. This PR adds the enforcement on the server side.