bluesky-social / atproto

Social networking technology created by Bluesky
Other
6.9k stars 489 forks source link

Fix handling of too big events #2923

Closed dholms closed 3 weeks ago

dholms commented 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

Closes https://github.com/bluesky-social/atproto/issues/2893

dholms commented 3 weeks ago

closing in favor of https://github.com/bluesky-social/atproto/pull/2894