Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.16 KB

README.md

File metadata and controls

50 lines (39 loc) · 2.16 KB

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 disucssion 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 disucssion 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.