a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(cid): subarray instead of reencode

Mary 731849de 5f1b5d9f

+1 -1
+1 -1
packages/utilities/cid/lib/index.ts
··· 117 117 version: 1, 118 118 code: specs.codec, 119 119 digest: digest, 120 - bytes: encodeCID(1, specs.codec, digest.bytes), 120 + bytes: bytes.subarray(0, specs.size), 121 121 }; 122 122 123 123 return [cid, bytes.subarray(specs.size)];