Skip to content

Commit a488ef6

Browse files
committed
roadmap: add jamtis, move RandomX v2 to history
1 parent ca59341 commit a488ef6

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

src/data/resources/roadmap.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ const inProgressItems: RoadmapItem[] = [
3636
},
3737
{ id: "newSite", status: "in-progress" },
3838
{
39-
id: "randomxV2",
39+
id: "jamtis",
4040
status: "in-progress",
41-
link: "https://github.com/tevador/RandomX/pull/317",
41+
link: "https://gist.github.com/tevador/639d083c994c1ef9401832c08e2b7832",
4242
},
4343
];
4444

@@ -63,6 +63,14 @@ const proposedItems: RoadmapItem[] = [
6363
// History
6464

6565
const historyByYear: Record<string, HistoryEvent[]> = {
66+
2026: [
67+
{
68+
month: "february",
69+
titleKey: "randomxV2",
70+
link: "https://github.com/tevador/RandomX/pull/317",
71+
},
72+
],
73+
6674
2024: [
6775
{ month: "may", titleKey: "havenoDex", link: "https://haveno.exchange/" },
6876
{ month: "january", titleKey: "xmrBchSwap" },

src/i18n/translations/en/roadmap.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"title": "New getmonero.org",
2323
"description": "Complete redesign and modernization of the official website."
2424
},
25-
"randomxV2": {
26-
"title": "RandomX V2",
27-
"description": "Next iteration of Monero's proof-of-work algorithm to improve ASIC resistance."
25+
"jamtis": {
26+
"title": "Jamtis",
27+
"description": "Post-quantum addressing protocol for Monero."
2828
},
2929
"bulletproofsPP": {
3030
"title": "Bulletproofs++",
3131
"description": "Next generation range proofs for smaller, faster transactions."
3232
},
3333
"seraphis": {
34-
"title": "Seraphis & Jamtis",
34+
"title": "Seraphis",
3535
"description": "New transaction protocol with improved privacy and functionality."
3636
},
3737
"ospead": {
@@ -60,6 +60,7 @@
6060
"december": "December"
6161
},
6262
"events": {
63+
"randomxV2": "RandomX V2 released",
6364
"havenoDex": "HavenoDEX released",
6465
"xmrBchSwap": "XMR-BCH atomic swap completed",
6566
"lwsSubaddress": "Light Wallet Server subaddress support",

0 commit comments

Comments
 (0)