-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
39 lines (26 loc) · 956 Bytes
/
TODO.txt
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
implement unit tests for BSM
Add whitepaper tab to BSM
local storage of wallet json
add scan information controlling what was scanned
add unspent records, organized by coin_ndx or stealthaddr
Get a faster scrypt implementation which is not as horribly slowish
validate algorithm too
MINOR
better RNG impl?
add warning if RNG not seeded - alert?
timers to do the dwallet generation
progress bar to display unlock/generate percent complete
timer with heartthrobbing mightbe best
alt; web worker to do it
have a timer to lock an unlocked wallet
MAJOR
refactor top down, adding only my stuff
add
warp wallet back end
scrypt ^ pbkdf2
update everything to latest version of cryptojs,
This may impact other codes, like scrypt and bitcoin key classes
reorganize this into a compressed/mnified crypto.js section
with the other 3rd party stuff also minified and shrunkdown
balance checking tab
spending transaction making tab