Skip to content

Commit 5daff1e

Browse files
committed
update existing SIMDs with their current status
1 parent 9359c71 commit 5daff1e

28 files changed

+99
-59
lines changed

.github/linter/customRules.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ export const metadataStatusIsValid = {
281281

282282
const validStatus = [
283283
"Idea",
284-
"Draft",
285284
"Review",
286285
"Accepted",
287286
"Stagnant",

proposals/0007-access-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- Jacob Creech (Solana Foundation)
66
category: Meta
77
type: Meta
8-
status: Draft
8+
status: Living
99
created: 2022-12-10
1010
---
1111

@@ -34,7 +34,7 @@ in accordance with Github access policies.
3434

3535
## Motivation
3636

37-
Shamelessly borrowing from [Mozilla's access
37+
Shamelessly borrowing from [Mozilla's access
3838
policy](https://www.mozilla.org/en-US/about/governance/policies/commit/access-policy/)
3939
:
4040

proposals/0009-lockout-violation-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
- wencoding
88
category: Standard
99
type: Core
10-
status: Draft
10+
status: Accepted
1111
created: 2022-12-12
1212
feature: (fill in with feature tracking issues once accepted)
1313
---

proposals/0015-partitioned-epoch-reward-distribution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ authors:
55
- Haoran Yi (Solana Labs)
66
category: Standard
77
type: Core
8-
status: Accepted
8+
status: Withdrawn
99
created: 2023-03-02
10-
feature: (fill in with feature tracking issues once accepted)
10+
feature: N/A
1111
superseded-by: '0118'
1212
---
1313

proposals/0022-multi-stake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ authors:
55
- Jon Cinque (Solana Labs)
66
category: Standard
77
type: Core
8-
status: Draft
8+
status: Accepted
99
created: 2023-01-20
10-
feature: (fill in with feature tracking issues once accepted)
10+
feature: ()
1111
---
1212

1313
## Summary

proposals/0033-timely-vote-credits.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ authors:
55
- Bryan Ischo <[email protected]>
66
category: Standard
77
type: Core
8-
status: Draft
8+
status: Implemented
99
created: 2023-01-30
10-
feature: https://github.com/solana-labs/solana/issues/32857
10+
feature: [tvcF6b1TRz353zKuhBjinZkKzjmihXmBAHJdjNYw1sQ](https://github.com/solana-labs/solana/issues/32857)
11+
development:
12+
- Anza - implemented
13+
- Firedancer - implemented
1114
---
1215

1316
## Summary

proposals/0047-syscall-and-sysvar-for-last-restart-slot.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ authors:
55
- Godmode Galactus (Mango Markets)
66
category: Standard
77
type: Core
8-
status: Draft
8+
status: Implemented
99
created: 2023-04-15
10+
feature: [HooKD5NC9QNxk25QuzCssB8ecrEzGt6eXEPBUxWp1LaR](https://github.com/solana-labs/solana/issues/32177)
11+
development:
12+
- Anza - [implemented in 1.17.0](https://github.com/solana-labs/solana/pull/31957)
13+
- Firedancer - implemented
1014
---
1115

1216
## Summary

proposals/0049-syscall-get-remaining-compute-units.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ authors:
55
- Christian Kamm
66
category: Standard
77
type: Core
8-
status: Draft
8+
status: Implemented
99
created: 2023-05-17
10-
feature: (fill in with feature tracking issues once accepted)
10+
feature: [5TuppMutoyzhUSfuYdhgzD47F92GL1g89KpCZQKqedxP](https://github.com/solana-labs/solana/issues/33325)
11+
development:
12+
- Anza - [Implemented](https://github.com/solana-labs/solana/pull/31640) but held
13+
- Firedancer - Prioritized
1114
---
1215

1316
## Summary

proposals/0064-transaction-receipt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors:
77
- Harsh Patel (Tinydancer)
88
category: Standard
99
type: Core
10-
status: Draft
10+
status: Stale
1111
created: 2023-06-20
12-
feature: (fill in with feature tracking issues once accepted)
12+
feature: N/A
1313
---
1414

1515
## Summary

proposals/0079-allow_commission_decrease_at_any_time.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ authors:
55
- Bryan Ischo ([email protected])
66
category: Standard
77
type: Core
8-
status: Draft
8+
status: Implemented
99
created: 2023-10-26
10-
feature: https://github.com/solana-labs/solana/issues/29361
10+
feature: [decoMktMcnmiq6t3u7g5BfgcQu91nKZr6RvMYf9z1Jb](https://github.com/solana-labs/solana/issues/33994)
11+
development:
12+
- Anza - [Implemented](https://github.com/solana-labs/solana/pull/33847)
13+
- Firedancer - Implemented
1114
---
1215

1316
## Summary

0 commit comments

Comments
 (0)