This repository was archived by the owner on Jul 30, 2025. It is now read-only.
[stateless] Add AIP FAQ for stateless#1007
Merged
gregnazario merged 1 commit intomainfrom Jul 2, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation and navigation entries for the new “Stateless Accounts” AIP (AIP-115).
- Introduces an AIPs overview page with general FAQs.
- Adds a detailed FAQ for AIP-115 (Stateless Accounts).
- Updates meta mappings to surface the new overview and AIP-115 pages in navigation.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/nextra/pages/en/build/aips/overview.mdx | Added AIPs overview page |
| apps/nextra/pages/en/build/aips/aip-115.mdx | Added detailed FAQ for AIP-115 (Stateless Accounts) |
| apps/nextra/pages/en/build/aips/_meta.tsx | Updated AIPs meta mapping to include overview and AIP-115 |
| apps/nextra/pages/en/build/_meta.tsx | Added “Aptos Improvement Proposals (AIPs)” to build nav |
Comments suppressed due to low confidence (3)
apps/nextra/pages/en/build/aips/aip-115.mdx:29
- [nitpick] This sentence is confusing due to the repeated use of "transaction"; consider rephrasing to something like: "When an account signs its first sequenced transaction, it..." for clarity.
When an account signs its first transaction sequence number transaction, it
apps/nextra/pages/en/build/aips/aip-115.mdx:34
- [nitpick] The phrase "account resource" is used twice in this sentence; consider simplifying to: "For an orderless transaction, the resource is not needed and will not be created."
For an orderless transaction, the account resource is not needed at all, and the
apps/nextra/pages/en/build/aips/aip-115.mdx:120
- [nitpick] The term "Orderless Transactions" is capitalized here but appears lowercase elsewhere (e.g., line 34); consider standardizing the capitalization throughout the doc.
### Is this compatible with Orderless Transactions?
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Checklist
pnpm fmt?pnpm lint?