This repository has no description
0

Configure Feed

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

deps: pin to landed upstream releases; retire upstream-fixes note

the three upstream fixes weir surfaced have landed in their proper
homes, so weir now depends on blessed sources instead of the temporary
reference branches:

- zat -> v0.3.7 (release; carries the MST encoding-cache fix + the
collectBlocksInto/corruption fix)
- http.zig -> master (websocket v0.1.7 alignment, merged)
- redis -> main tip 507f69f (retire-read-buffers fix, merged)

removes NOTE-upstream-fixes-needed.md per its own exit condition.
verified: clean build, 6/6 tests, demo flow runs end to end, boot
hydration replays the repo (51 records) without BadBlockHash.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

+3 -3
+3 -3
build.zig.zon
··· 5 5 .minimum_zig_version = "0.16.0", 6 6 .dependencies = .{ 7 7 .zat = .{ 8 - .url = "git+https://tangled.org/zat.dev/zat?ref=mst-block-cache#3960e708e4fd350c6198eccf9bb9d9208d098292", 9 - .hash = "zat-0.3.6-5PuC7u17CQAvOxF5QdlvKi0MVUWJ0go3J6CvRflUGE6f", 8 + .url = "https://tangled.org/zat.dev/zat/archive/v0.3.7.tar.gz", 9 + .hash = "zat-0.3.7-5PuC7g8uCgBbhjFD4vqc0XFbzzmj8VEOqqpZ54vvsI6V", 10 10 }, 11 11 .httpz = .{ 12 - .url = "git+https://tangled.org/zzstoatzz.io/http.zig?ref=zat-websocket-pin#7f415c75f7d7ba1adf608b0b074d553221ab6748", 12 + .url = "git+https://tangled.org/zzstoatzz.io/http.zig?ref=master#7f415c75f7d7ba1adf608b0b074d553221ab6748", 13 13 .hash = "httpz-0.0.0-PNVzrLzSCACt2P5jixSdJ5Gro35zic4hb40S1B3CsoNm", 14 14 }, 15 15 .burner_redis = .{