Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update \

# Build + install EigenScript at the pinned tag (binary on PATH, stdlib under
# /usr/local/lib/eigenscript found relative to the binary).
ARG EIGS_REF=v0.34.0
ARG EIGS_REF=v0.35.1
RUN git clone --depth 1 --branch "${EIGS_REF}" \
https://github.com/InauguralSystems/EigenScript.git /tmp/eigs \
&& make -C /tmp/eigs install PREFIX=/usr/local CC=gcc \
Expand Down
2 changes: 1 addition & 1 deletion GAPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Root EigenScript issues get fixed upstream instead of worked around here.
`72c85e0`): the cap now fires only under an armed sandbox budget, and the
counter widened to 64-bit. Differential re-run at n=19/m=1000 and
n=16/m=4000: 0 mismatches. Shipped in v0.34.0; with the CI pin now at
v0.34.0 the 1e8-iteration ceiling is LIFTED — oracle runs may exceed 1e8
v0.35.1 the 1e8-iteration ceiling is LIFTED — oracle runs may exceed 1e8
cumulative iterations everywhere.
- **Rung-5 verdict on the bitset ask (2026-07-31): pressure did NOT repeat.**
The threshold rung runs on integer-coefficient polynomial lists and the
Expand Down