Bez popisu

samkim-crypto d7be6613df SIMD-0388: BLS12-381 Elliptic Curve Syscalls (#388) před 5 dny
.github bd04d780b5 Fix header linter (#234) před 9 měsíci
proposals d7be6613df SIMD-0388: BLS12-381 Elliptic Curve Syscalls (#388) před 5 dny
.gitignore 1f9a233350 add: SIMD linting (#40) před 2 roky
README.md c60b8756f3 Fix typos in documentation (#328) před 3 měsíci
XXXX-template.md 834dad7178 Add SIMD dependency section (#288) před 3 měsíci
package-lock.json 1f9a233350 add: SIMD linting (#40) před 2 roky
package.json 1f9a233350 add: SIMD linting (#40) před 2 roky
tsconfig.json 1f9a233350 add: SIMD linting (#40) před 2 roky

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.