forked from blockexplorer/old-blockexplorer-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
51 lines (39 loc) · 1.76 KB
/
TODO
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
Liraz's TODO list
=================
- refactor blockudpate.php (eliminate code duplication for mainnet and
testnet blockupdate)
- update rewritten blockupdate.php to use stock bitcoind 0.8.
The current version only works with a specially patched version of
bitcoind 0.7.
- redesign database schema to reduce diskspace usage. It currently uses
10X the disk space that bitcoind uses. Mostly because it stores raw
bitcoin data inefficiently over and over again.
- new web design
- how many transaction confirmations
- add interesting visualizations
- rewrite in node.js
- explore hacking bitcoind so that we don't have to keep another copy of
the blockchain in the database.
Michael's (AKA Theymos) todo list
=================================
Here was my to-do list for BBE:
- keys should have a foreign key relationship with the transactions they first appeared in. Otherwise reorgs can break addressfirstseen.
- improve sends with multiple inputs from the same address -- 1MgD6rah5zUgEGYZnNmdpnXMaDR3itKYzU
- show total work for blocks
- is totalvalue being counted for duplicate txns? Probably shouldn't be.
- clicking an address on /address/ pages should highlight the transaction on the new address's side
- sends to self give wrong balance temporarily in running balance. txns should be combined w/ rowspan
- address query no longer needs to look at transactions table?
- fix transaction caching
- show sequence numbers on HTML pages
- make rss more visible
- nethash averages are wrong
- elapsed time for blocks
- list (xxxx total) after addresses on block pages?
- make rss more visible
- firstbits on address pages
- better shortlinks
- deal with dup coinbase "double spends"
- charts - address/tx
- rss/email notifications for address
- rumored/verified address owners