Skip to content

Revert "docs: add prebuilt seid binary install option" (#44)#45

Merged
alexander-sei merged 1 commit into
mainfrom
revert-44-prebuilt-seid-binaries
Jul 15, 2026
Merged

Revert "docs: add prebuilt seid binary install option" (#44)#45
alexander-sei merged 1 commit into
mainfrom
revert-44-prebuilt-seid-binaries

Conversation

@alexander-sei

Copy link
Copy Markdown
Collaborator

What

Reverts #44 (merge commit c7fa1f4), which added the prebuilt release binary as the recommended seid install path. Restores three pages to their pre-#44 state:

  • evm/installing-seid-cli.mdx
  • node/index.mdx
  • node/node-operators.mdx

Verified: the reverted tree is byte-identical to the pre-merge version of each file, and no prebuilt references remain.

Why

The prebuilt binaries aren't attached to a published sei-chain release yet. #44's own merge-timing note said to hold until the first release carrying binaries ships — it landed ahead of that, so the download + sha256sum verification commands would 404 for readers today.

Re-applying later (keep ready)

This is a temporary revert. When the first release with binaries is out, bring the docs back by reverting this PR — the GitHub Revert button on this PR, or git revert -m 1 <this PR's merge commit>. That cleanly restores all of #44's content.

Note: a plain re-merge of the old branch won't reintroduce the content, since those commits are already in main's history — reverting the revert is the correct path.

The original branch docs/prebuilt-seid-binaries is preserved on the remote as a reference snapshot of the intended final content.

🤖 Generated with Claude Code

This reverts the net changes of PR #44 (merge commit c7fa1f4), which
added the prebuilt release binary as the recommended seid install path
on evm/installing-seid-cli.mdx, node/index.mdx, and node/node-operators.mdx.

The prebuilt binaries are not yet attached to a published sei-chain
release, so the download and sha256sum verification commands in these
docs would 404 for readers. #44's own merge-timing note said to hold
until the first release carrying binaries ships; it landed ahead of that.

Temporary revert. To re-apply once binaries are live, revert this revert
(GitHub "Revert" button on the revert PR, or git revert of this commit) —
a plain re-merge of the old branch will not reintroduce the content since
those commits are already in main's history.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@cursor

cursor Bot commented Jul 15, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Documentation-only revert with no runtime or application code changes.

Overview
Reverts #44 and restores documentation-only changes on evm/installing-seid-cli.mdx, node/index.mdx, and node/node-operators.mdx to the prior build-from-source (git clone + make install) workflow.

The recommended prebuilt release binary flow is removed: tabbed install UIs, curl/checksum verification, install to /usr/local/bin, and notes about Ledger, RocksDB, and multiple seid copies on PATH. Prerequisites again assume Go is required for CLI install; uninstall/update sections point at $GOPATH/bin only.

On the node home page, Docker moves from a full install tab to a collapsed Alternative: Docker Image accordion; minor/major update procedures drop the prebuilt-binary branches and the “don’t mix install methods” callout.

Reviewed by Cursor Bugbot for commit 71d665d. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify

mintlify Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
sei-docs 🟢 Ready View Preview Jul 15, 2026, 3:48 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Documentation-only revert of #44, removing the prebuilt-binary install path across three pages because the binaries aren't yet attached to published sei-chain releases (so the download/sha256sum commands would 404). The revert is complete and internally consistent — no stray prebuilt references remain — and the rationale is sound.

Findings: 0 blocking | 5 non-blocking | 0 posted inline

Blockers

  • None at the file/PR level.

Non-blocking

  • The repository's REVIEW_GUIDELINES.md is empty/missing on the base branch, so no repo-specific standards could be applied.
  • The OpenAI Codex second-opinion review (codex-review.md) is empty — that pass produced no output.
  • The Cursor second-opinion review (cursor-review.md) is empty — that pass produced no output.
  • Minor pre-existing inconsistency reintroduced by the revert: version placeholders differ across the restored pages (git checkout [VERSION] and [new-version] in installing-seid-cli.mdx / node-operators.mdx vs git checkout <version-tag> in node/index.mdx). Since this is a straight revert to prior state it's not blocking, but worth normalizing in a follow-up.
  • This is intentionally a temporary revert; the PR description documents the correct re-apply path (revert-the-revert) once binaries ship, so no action needed now.

@alexander-sei
alexander-sei merged commit b6dae67 into main Jul 15, 2026
15 checks passed
@alexander-sei
alexander-sei deleted the revert-44-prebuilt-seid-binaries branch July 15, 2026 15:50
@alexander-sei
alexander-sei restored the revert-44-prebuilt-seid-binaries branch July 15, 2026 15:50
@mintlify

mintlify Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
sei-docs 🟡 Building Jul 15, 2026, 3:47 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

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