File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5358const upcomingItems : RoadmapItem [ ] = [
Original file line number Diff line number Diff line change 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."
You can’t perform that action at this time.
0 commit comments