-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
AUTO: Upstream UpdatesAuto-generated from tracking upstream reposAuto-generated from tracking upstream repos
Description
SIMD
Opened
- Add SIMD dependency section solana-foundation/solana-improvement-documents#288
- SIMD-0287: Message Headers with Compute Budget Metadata solana-foundation/solana-improvement-documents#287
- SIMD-0286: Increase block limits to 100M solana-foundation/solana-improvement-documents#286
Closed
Agave Wiki
7fceb98211ece6c7f2f826cac77d627fcc4f6733^..ead71f8dc29d9bbc198bd2c964657f8af30e0d95
diff --git a/Feature-Gate-Tracker-Schedule.md b/Feature-Gate-Tracker-Schedule.md
index f2a4375..edf7f3e 100644
--- a/Feature-Gate-Tracker-Schedule.md
+++ b/Feature-Gate-Tracker-Schedule.md
@@ -18,15 +18,15 @@ The version floor is the current minimum supported software version for a cluste
### Pending Devnet Activation
| Key | SIMD | Agave Version | FD Version | Jito Version | Testnet | Devnet | Description | Owner |
|-----|------|---------------|------------|--------------|---------|--------|-------------|-------|
+| RENtePQcDLrAbxAsP3k8dwVcnNYQ466hi2uKvALjnXx | 0267 | v2.2.8 | | v2.2.8 | 785 | | Sets rent_epoch to a constant in the VM | brooksprumo |
+| LTHasHQX6661DaDD4S6A2TFi6QBuiwXKv66fB1obfHq | 0215 | v2.2.6 | | v2.2.6 | 789 | | Accounts Lt Hash | brooksprumo |
### Pending Testnet Activation
| Key | SIMD | Agave Version | FD Version | Jito Version | Testnet | Devnet | Description | Owner |
|-----|------|---------------|------------|--------------|---------|--------|-------------|-------|
-| RENtePQcDLrAbxAsP3k8dwVcnNYQ466hi2uKvALjnXx | 0267 | v2.2.8 | | v2.2.8 | 785 | | Sets rent_epoch to a constant in the VM | brooksprumo |
-| LTHasHQX6661DaDD4S6A2TFi6QBuiwXKv66fB1obfHq | 0215 | v2.2.6 | | v2.2.6 | | | Accounts Lt Hash | brooksprumo |
-| LTdLt9Ycbyoipz5fLysCi1NnDnASsZfmJLJXts5ZxZz | 0223 | v2.2.1 | | | | | Removes Accounts Delta Hash | brooksprumo |
-| 2B2SBNbUcr438LtGXNcJNBP2GBSxjx81F945SdSkUSfC | 0175 | v2.2.6 | | | | | SIMD-0175: Disable partitioned rent collection | jstarry |
+| LTdLt9Ycbyoipz5fLysCi1NnDnASsZfmJLJXts5ZxZz | 0223 | v2.2.1 | | v2.2.1 | | | Removes Accounts Delta Hash | brooksprumo |
+| 2B2SBNbUcr438LtGXNcJNBP2GBSxjx81F945SdSkUSfC | 0175 | v2.2.6 | | v2.2.6 | | | SIMD-0175: Disable partitioned rent collection | jstarry |
| JE86WkYvTrzW8HgNmrHY7dFYpCmSptUpKupbo2AdQ9cG | 0166 | v2.2.0 | | v2.2.0 | | | Feature Gate: Enables deployment and execution of SBPFv1 programs | Lichtso |
| F6UVKh1ujTEFK3en2SyAL3cdVnqko1FVEXWhmdLRu6WP | 0173, 0174 | v2.2.0 | | v2.2.0 | | | Feature Gate: Enables deployment and execution of SBPFv2 programs | Lichtso |
| C8XZNs1bfzaiT3YDeXZJ7G5swQWQv7tVzDnCxtHvnSpw | 0178, 0179, 0189 | v2.2.0 | | v2.2.0 | | | Feature Gate: Enables deployment and execution of SBPFv3 programs | Lichtso |
diff --git a/feature-gate-tracker-schedule.json b/feature-gate-tracker-schedule.json
index b248bd8..556d4dc 100644
--- a/feature-gate-tracker-schedule.json
+++ b/feature-gate-tracker-schedule.json
@@ -971,7 +971,7 @@
"Title": "Enable secp256r1 precompile"
}
],
- "3 - Ready for Testnet": [
+ "2 - Ready for Devnet": [
{
"Comms Required": null,
"Devnet Epoch": null,
@@ -995,7 +995,7 @@
"SIMDs": [
"0267"
],
- "Status": "3 - Ready for Testnet",
+ "Status": "2 - Ready for Devnet",
"Testnet Epoch": 785,
"Title": "Sets rent_epoch to a constant in the VM"
},
@@ -1022,10 +1022,12 @@
"SIMDs": [
"0215"
],
- "Status": "3 - Ready for Testnet",
- "Testnet Epoch": "",
+ "Status": "2 - Ready for Devnet",
+ "Testnet Epoch": 789,
"Title": "Accounts Lt Hash"
- },
+ }
+ ],
+ "3 - Ready for Testnet": [
{
"Comms Required": null,
"Devnet Epoch": null,
@@ -1037,7 +1039,7 @@
""
],
"Min Jito Versions": [
- ""
+ "v2.2.1"
],
"Owners": [
"brooksprumo"
@@ -1064,7 +1066,7 @@
""
],
"Min Jito Versions": [
- ""
+ "v2.2.6"
],
"Owners": [
"jstarry"
Metadata
Metadata
Assignees
Labels
AUTO: Upstream UpdatesAuto-generated from tracking upstream reposAuto-generated from tracking upstream repos