Closed dholms closed 3 weeks ago
We were using the wrong method on BlockMap here: the async .add which serializes & hashes the content instead of the synchronous .set since we already know the bytes & cid for the block
.add
.set
Closes https://github.com/bluesky-social/atproto/issues/2893
closing in favor of https://github.com/bluesky-social/atproto/pull/2894
We were using the wrong method on BlockMap here: the async
.add
which serializes & hashes the content instead of the synchronous.set
since we already know the bytes & cid for the blockCloses https://github.com/bluesky-social/atproto/issues/2893