Ingen beskrivning

carllin 572a6ec9cc SIMD-0384: Alpenglow Migration (#384) 13 timmar sedan
.github bd04d780b5 Fix header linter (#234) 9 månader sedan
proposals 572a6ec9cc SIMD-0384: Alpenglow Migration (#384) 13 timmar sedan
.gitignore 1f9a233350 add: SIMD linting (#40) 2 år sedan
README.md c60b8756f3 Fix typos in documentation (#328) 3 månader sedan
XXXX-template.md 834dad7178 Add SIMD dependency section (#288) 3 månader sedan
package-lock.json 1f9a233350 add: SIMD linting (#40) 2 år sedan
package.json 1f9a233350 add: SIMD linting (#40) 2 år sedan
tsconfig.json 1f9a233350 add: SIMD linting (#40) 2 år sedan

README.md

Solana Improvement Documents (SIMDs)

The goal of the SIMD project is to standardize and provide high-quality documentation for Solana and its ecosystem. This repository tracks past and ongoing improvements to Solana in the form of Solana Improvement Documents (SIMDs). SIMD-0001 governs the SIMD process.

SIMD Types

SIMDs can be divided into the following categories:

  • Standard SIMDs: Describe changes that affect most or all Solana implementations, such as:
    • Core: Changes affecting consensus or substantial changes to the validator.
    • Networking: Changes or substantial improvements to network protocol specifications.
    • Interfaces: Breaking changes around the client JSON RPC API specifications and standards.
  • Meta SIMDs: Describe a process surrounding Solana or propose a change to (or an event in) a process.

Before You Begin

Before you write a SIMD, ideas MUST be thoroughly discussed and vetted on the ideas section within this repo's discussion page. Read and review SIMD-0001, which describes the SIMD process in detail.

This repository is for documenting standards and not for implementation help. For specific questions and concerns regarding SIMDs, it's best to discuss them in the questions section of this repo's discussion page.

Access Policy

The SIMD repository has three levels of access, as detailed in SIMD-0007:

  1. Triage
  2. Write
  3. Maintain

To request access or report misuse, please follow the procedures outlined in SIMD-0007.