ceramicnetwork / js-ceramic

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

feat: remove event id #3203

Closed stephhuynh18 closed 5 months ago

stephhuynh18 commented 6 months ago

Description

We do not want to have to mirror the event-id implementation in rust-ceramic in js-ceramic. To do this we will remove all event-id implementation and references from js-ceramic and expect rust-ceramic to calculate.

Will not pass until relevant changes in rust-ceramic are made

linear[bot] commented 6 months ago

WS2-3172 Remove event ids from js-ceramic