There was an error while loading. Please reload this page.
1 parent 614b290 commit dd6e8bfCopy full SHA for dd6e8bf
2 files changed
src/data/resources/roadmap.ts
@@ -51,6 +51,11 @@ const inProgressItems: RoadmapItem[] = [
51
];
52
53
const upcomingItems: RoadmapItem[] = [
54
+ {
55
+ id: "bulletproofsStar",
56
+ status: "upcoming",
57
+ link: "https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/626",
58
+ },
59
{
60
id: "bulletproofsPP",
61
status: "upcoming",
src/i18n/translations/en/roadmap.json
@@ -30,6 +30,10 @@
30
"title": "Jamtis",
31
"description": "Post-quantum addressing protocol for Monero."
32
},
33
+ "bulletproofsStar": {
34
+ "title": "Bulletproofs*",
35
+ "description": "Folding Bulletproofs for lighter many-input transactions."
36
37
"bulletproofsPP": {
38
"title": "Bulletproofs++",
39
"description": "Next generation range proofs for smaller, faster transactions."
0 commit comments