Skip to content

Commit 341934b

Browse files
committed
add Bulletproofs* to roadmap
1 parent 614b290 commit 341934b

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/data/resources/roadmap.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ const inProgressItems: RoadmapItem[] = [
4848
status: "in-progress",
4949
link: "https://gist.github.com/tevador/639d083c994c1ef9401832c08e2b7832",
5050
},
51+
{
52+
id: "bulletproofsStar",
53+
status: "in-progress",
54+
link: "https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/626",
55+
},
5156
];
5257

5358
const upcomingItems: RoadmapItem[] = [

src/i18n/translations/en/roadmap.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"title": "Jamtis",
3131
"description": "Post-quantum addressing protocol for Monero."
3232
},
33+
"bulletproofsStar": {
34+
"title": "Bulletproofs*",
35+
"description": "Folding Bulletproofs for lighter many-input transactions."
36+
},
3337
"bulletproofsPP": {
3438
"title": "Bulletproofs++",
3539
"description": "Next generation range proofs for smaller, faster transactions."

0 commit comments

Comments
 (0)