Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/data/resources/roadmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ const inProgressItems: RoadmapItem[] = [
];

const upcomingItems: RoadmapItem[] = [
{
id: "bulletproofsStar",
status: "upcoming",
link: "https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/626",
},
{
id: "bulletproofsPP",
status: "upcoming",
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/translations/en/roadmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"title": "Jamtis",
"description": "Post-quantum addressing protocol for Monero."
},
"bulletproofsStar": {
"title": "Bulletproofs*",
"description": "Folding Bulletproofs for lighter many-input transactions."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this is the correct way to describe, but otherwise LGTM

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about "A folding scheme for more compact FCMP++ transactions"?

It's not the only thing it enables (theres cheaper tx uniformity as well), but to higlight the biggest impact

},
"bulletproofsPP": {
"title": "Bulletproofs++",
"description": "Next generation range proofs for smaller, faster transactions."
Expand Down