3
3
The goal of the SIMD project is to standardize and provide high-quality
4
4
documentation for Solana and its ecosystem. This repository tracks past and
5
5
ongoing improvements to Solana in the form of Solana Improvement Documents
6
- (SIMDs).
7
- [ SIMD-0001] ( https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0001-simd-process.md )
6
+ (SIMDs).
7
+ [ SIMD-0001] ( https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0001-simd-process.md )
8
8
governs the SIMD process.
9
9
10
10
## SIMD Types
11
11
12
12
SIMDs can be divided into the following categories:
13
13
14
- - ** Standard SIMDs** :
15
- Describe changes that affect most or all Solana implementations, such as:
16
- - ** Core** :
17
- Changes affecting consensus or substantial changes to the validator.
18
- - ** Networking** :
19
- Changes or substantial improvements to network protocol specifications.
20
- - ** Interfaces** :
21
- Breaking changes around the client JSON RPC API specifications and standards.
22
- - ** Meta SIMDs** :
23
- Describe a process surrounding Solana or propose a change to (or an event in)
24
- a process.
14
+ - ** Standard SIMDs** :
15
+ Describe changes that affect most or all Solana implementations, such as:
16
+ - ** Core** :
17
+ Changes affecting consensus or substantial changes to the validator.
18
+ - ** Networking** :
19
+ Changes or substantial improvements to network protocol specifications.
20
+ - ** Interfaces** :
21
+ Breaking changes around the client JSON RPC API specifications and standards.
22
+ - ** Meta SIMDs** :
23
+ Describe a process surrounding Solana or propose a change to (or an event in)
24
+ a process.
25
25
26
26
## Before You Begin
27
27
28
- Before you write a SIMD, ideas MUST be thoroughly discussed and vetted on the
29
- [ ideas section] ( https://github.com/solana-foundation/solana-improvement-documents/discussions/categories/ideas )
30
- within this
31
- [ repo's disucssion page] ( https://github.com/solana-foundation/solana-improvement-documents/discussions ) .
32
- Read and review [ SIMD-0001] ( https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0001-simd-process.md ) ,
28
+ Before you write a SIMD, ideas MUST be thoroughly discussed and vetted on the
29
+ [ ideas section] ( https://github.com/solana-foundation/solana-improvement-documents/discussions/categories/ideas )
30
+ within this
31
+ [ repo's disucssion page] ( https://github.com/solana-foundation/solana-improvement-documents/discussions ) .
32
+ Read and review [ SIMD-0001] ( https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0001-simd-process.md ) ,
33
33
which describes the SIMD process in detail.
34
34
35
35
This repository is for documenting standards and not for implementation help.
@@ -39,13 +39,12 @@ of this [repo's disucssion page](https://github.com/solana-foundation/solana-imp
39
39
40
40
## Access Policy
41
41
42
- The SIMD repository has three levels of access, as detailed in
42
+ The SIMD repository has three levels of access, as detailed in
43
43
[ SIMD-0007] ( https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0007-access-policy.md ) :
44
44
45
45
1 . Triage
46
46
2 . Write
47
47
3 . Maintain
48
48
49
49
To request access or report misuse, please follow the procedures outlined in
50
- SIMD-0007.
51
-
50
+ SIMD-0007.
0 commit comments