Max/smolmix docs#6716
Draft
mfahampshire wants to merge 28 commits intodevelopfrom
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
c5fedbe to
315bdfd
Compare
mfahampshire
commented
Apr 29, 2026
| assert_eq!(MAX_NON_STREAM_VERSION, 8); | ||
| assert_eq!(SPHINX_STREAM_VERSION_THRESHOLD, 9); | ||
| assert!(SPHINX_STREAM_VERSION_THRESHOLD > MAX_NON_STREAM_VERSION); | ||
| const _: () = assert!(SPHINX_STREAM_VERSION_THRESHOLD > MAX_NON_STREAM_VERSION); |
Contributor
Author
There was a problem hiding this comment.
note: this was a fix for clippy
mfahampshire
commented
Apr 29, 2026
| export const NYM_SDK_VERSION = "1.20.4"; | ||
|
|
||
| // smolmix standalone crate | ||
| export const SMOLMIX_VERSION = "0.0.1"; |
Contributor
Author
There was a problem hiding this comment.
question: do we want this to match the SDK_VERSION?
mfahampshire
commented
Apr 29, 2026
| resp.version = nym_ip_packet_requests::v9::VERSION; | ||
| let bytes = resp.to_bytes(); | ||
| bytes | ||
| resp.to_bytes() |
Contributor
Author
There was a problem hiding this comment.
note: this was to solve a clippy gripe as well
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO
X.Y.Zplaceholders —SMOLMIX_VERSIONandNYM_SDK_VERSIONinversions.ts+ hardcodedCargo.tomlsnippets in tutorialsblake3pin — check whetherblake3 = "=1.7.0"is still needed once the release candidate is built.NOTE the diff is enormous because any changes in the docs are reflected in
llms-full.txtas well since its autogeneratedThis change is