ceramicnetwork / js-ceramic

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

feat: Do not send CAR files when creating anchor requests against the CAS #3234

Closed stbrody closed 2 months ago

stbrody commented 3 months ago

Final PR of the sequence to get CAR files out of anchor requests to reduce load on the CAS API.

Requires https://github.com/ceramicnetwork/ceramic-anchor-service/pull/1219 and https://github.com/ceramicnetwork/ceramic-anchor-service/pull/1223 to be merged AND DEPLOYED to the prod CAS before this can be released in js-ceramic packages.

linear[bot] commented 3 months ago

AES-91 Stop sending CAR files from js-ceramic to CAS during anchor request creation

stbrody commented 3 months ago

Going to hold off on merging this until https://github.com/ceramicnetwork/ceramic-anchor-service/pull/1219 and https://github.com/ceramicnetwork/ceramic-anchor-service/pull/1223 have been deployed to prod

avious00 commented 2 months ago

LGTM