Skip to content

Max/smolmix docs#6716

Draft
mfahampshire wants to merge 28 commits intodevelopfrom
max/smolmix-docs
Draft

Max/smolmix docs#6716
mfahampshire wants to merge 28 commits intodevelopfrom
max/smolmix-docs

Conversation

@mfahampshire
Copy link
Copy Markdown
Contributor

@mfahampshire mfahampshire commented Apr 28, 2026

TODO

  • X.Y.Z placeholders — SMOLMIX_VERSION and NYM_SDK_VERSION in versions.ts + hardcoded Cargo.toml snippets in tutorials
  • blake3 pin — check whether blake3 = "=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.txt as well since its autogenerated


This change is Reviewable

@mfahampshire mfahampshire added this to the Independent Release milestone Apr 28, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nym-explorer-v2 Ready Ready Preview, Comment Apr 30, 2026 7:14am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs-nextra Ignored Ignored Preview Apr 30, 2026 7:14am
nym-node-status Ignored Ignored Preview Apr 30, 2026 7:14am

Request Review

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);
Copy link
Copy Markdown
Contributor Author

@mfahampshire mfahampshire Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: this was a fix for clippy

export const NYM_SDK_VERSION = "1.20.4";

// smolmix standalone crate
export const SMOLMIX_VERSION = "0.0.1";
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: do we want this to match the SDK_VERSION?

resp.version = nym_ip_packet_requests::v9::VERSION;
let bytes = resp.to_bytes();
bytes
resp.to_bytes()
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: this was to solve a clippy gripe as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant