docs: add Enterprise SDK documentation#23
Open
probablyangg wants to merge 13 commits into
Open
Conversation
Document @stablechain/enterprise: the gas waiver, guaranteed blockspace, and composed guaranteedWaiver modules, their send/relay methods, build helpers, shared types, and error codes. Note testnet-only availability and the contact-for-access gating. Add both pages to the /en sidebar under Build. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add task-focused implementation guides modeled on the Stable SDK Earn yield page: relay-with-gas-waiver and send-guaranteed-transactions (which also covers the combined guaranteed relay transactions flow). Point the Enterprise SDK menu's Gas Waiver and Guaranteed Blockspace items at these guides. List the three features by name in the overview and reference. Reiterate testnet-only, on-request availability. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add a dedicated how-to for the combined guaranteedWaiver feature (gas-waived transactions over guaranteed blockspace), modeled on the reference. Add it to the Enterprise SDK menu, and replace the inline "Combine with gas waiver" section in the guaranteed blockspace guide with a pointer to it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The Cloudflare prerender OOMs at the previous 6144 MB cap: it prerenders all 395 pages (en/cn/ko) sequentially in one process and dies right at the ceiling (peak 6010/6191 MB). The same build passes locally, so the working set is ~6 GB and just tips over. Raise the cap to 7168 MB, which stays under the 8 GB Cloudflare build container. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 2602a0b | Commit Preview URL Branch Preview URL |
Jul 15 2026, 08:39 AM |
Contributor
Styleguide check✓ 132 en pages — 0 blocking, 11 warnings docs/pages/en/explanation/autobahn.mdxdocs/pages/en/explanation/consensus.mdx
docs/pages/en/explanation/ethereum-compatibility.mdx
docs/pages/en/how-to/monitor-node.mdx
docs/pages/en/how-to/troubleshoot-node.mdx
docs/pages/en/reference/indexers.mdx
docs/pages/en/reference/ramps.mdx
docs/pages/en/reference/system-transactions-api.mdx
docs/pages/en/reference/wallets.mdxEnforced by |
Reflect the custodian-signing update on the SDK main branch: the waiver modules now source their key from a SignerSource (signer > account > env var). Add a subtle "Signing keys and custody" section to the reference with the awsKmsSigner subpath, document the Signer/SignerSource types and signer helpers, and update the build helpers to take a Signer (toSigner). Fix the renamed guaranteedWaiver key field (waiverAccount -> account) and add custody tips to the how-to guides. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Re-opens the changes from #20, which was reverted from
main(mergee52cec4rolled back). Branch is unchanged; re-submitting for review.Supersedes #20.