forked from Lab1not/coranos.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroadmap.json
128 lines (128 loc) · 3.13 KB
/
roadmap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"startDate": "Sep 01 2017",
"endDate": "Sep 17 2017",
"taskName": "Roadmap And White Paper",
"status": "SUCCEEDED"
},
{
"startDate": "Sept 09 2017",
"endDate": "Sept 13 2017",
"taskName": "Ledger Nano S Hardware Wallet Prototype",
"status": "SUCCEEDED"
},
{
"startDate": "Sept 07 2017",
"endDate": "Sept 13 2017",
"taskName": "TestNET Client GUI in Electrum",
"status": "SUCCEEDED"
},
{
"startDate": "Sept 8 2017",
"endDate": "Sept 15 2017",
"taskName": "Modified neon-js to work with Ledger Nano S",
"status": "SUCCEEDED"
},
{
"startDate": "Sept 15 2017",
"endDate": "Sept 17 2017",
"taskName": "neon-js PR",
"status": "RUNNING"
},
{
"startDate": "Sept 06 2017",
"endDate": "Sept 15 2017",
"taskName": "Modified neon-wallet to work with Ledger Nano S",
"status": "SUCCEEDED"
},
{
"startDate": "Sept 15 2017",
"endDate": "Sept 17 2017",
"taskName": "neon-wallet PR",
"status": "NOT STARTED"
},
{
"startDate": "Sept 17 2017",
"endDate": "Nov 30 2017",
"taskName": "Ledger Nano S Hardware Wallet GUI",
"status": "RUNNING"
},
{
"startDate": "Sept 17 2017",
"endDate": "Oct 01 2017",
"taskName": "Ledger Nano S Hardware Wallet GUI design",
"status": "RUNNING"
},
{
"startDate": "Sept 17 2017",
"endDate": "Oct 01 2017",
"taskName": "Ledger Nano S Hardware Wallet GUI Web Page Mockup",
"status": "RUNNING"
},
{
"startDate": "Sept 17 2017",
"endDate": "Oct 01 2017",
"taskName": "Ledger Nano S Hardware Wallet GUI User Workflow Diagram",
"status": "NOT STARTED"
},
{
"startDate": "Sept 17 2017",
"endDate": "Oct 01 2017",
"taskName": "Ledger Nano S Hardware Wallet GUI Class Diagrams",
"status": "NOT STARTED"
},
{
"startDate": "Sept 17 2017",
"endDate": "Oct 01 2017",
"taskName": "Ledger Nano S Hardware Wallet GUI Sequence Diagrams",
"status": "NOT STARTED"
},
{
"startDate": "Sept 17 2017",
"endDate": "Oct 01 2017",
"taskName": "Coding the Hardware Wallet GUI For Real",
"status": "NOT STARTED"
},
{
"startDate": "Nov 01 2017",
"endDate": "Nov 30 2017",
"taskName": "Code audit and acceptance by NEO team",
"status": "NOT STARTED"
},
{
"startDate": "Nov 01 2017",
"endDate": "Nov 30 2017",
"taskName": "Ledger acceptance as a signed app",
"status": "NOT STARTED"
},
{
"startDate": "Nov 01 2017",
"endDate": "Nov 30 2017",
"taskName": "Update bip39 standalone website to use CX_CURVE_256R1 instead of CX_CURVE_256K1",
"status": "NOT STARTED"
},
{
"startDate": "Nov 01 2017",
"endDate": "Nov 30 2017",
"taskName": "Register NEO coin at SLIP-0044",
"status": "NOT STARTED"
},
{
"startDate": "Nov 01 2017",
"endDate": "Nov 30 2017",
"taskName": "Update Ledger Nano S Hardware Wallet for NEO to support custom paths.",
"status": "NOT STARTED"
},
{
"startDate": "Nov 01 2017",
"endDate": "Nov 30 2017",
"taskName": "Update NEON Wallet to support loading custom NEO Ledger app onto ledger.",
"status": "NOT STARTED"
},
{
"startDate": "Nov 01 2017",
"endDate": "Nov 30 2017",
"taskName": "Update NEO Ledger app to support signing large (10kb+) tx by only signing the hash.",
"status": "NOT STARTED"
}
]