Commit Graph

570 Commits

Author SHA1 Message Date
Christopher Jeffrey bb611d3e38 remove unused props. 2014-12-02 03:47:39 -08:00
Christopher Jeffrey 34de63fb23 remove example for now. 2014-12-02 03:41:51 -08:00
Christopher Jeffrey b474a0a051 add chainHeight property. 2014-12-02 03:38:37 -08:00
Christopher Jeffrey d2fd57faef remove overcomplicated code and comments temporarily. 2014-12-02 03:30:57 -08:00
Christopher Jeffrey b0adee24d9 remove useless variable. 2014-12-02 03:13:41 -08:00
Christopher Jeffrey 04036146cb dont bother with timestamp on caching. 2014-12-02 03:09:30 -08:00
Christopher Jeffrey 09ed50b7ad fix options checks. 2014-12-02 03:07:11 -08:00
Christopher Jeffrey bf80830811 fix typo. 2014-12-02 02:59:37 -08:00
Christopher Jeffrey aa782e0ee0 silence tiny on testnet. 2014-12-02 02:55:57 -08:00
Christopher Jeffrey b000b6e000 overwrite old libbitcoind.so. 2014-12-02 02:30:55 -08:00
Christopher Jeffrey 07f7cfa66c rename rhe to rhel. 2014-12-02 02:30:21 -08:00
Christopher Jeffrey d749361a7e remove comment. 2014-12-01 23:58:56 -08:00
Christopher Jeffrey 5665e2e404 update os.sh. 2014-12-01 23:58:44 -08:00
Christopher Jeffrey e36549cd64 update readme. 2014-12-01 23:57:36 -08:00
Christopher Jeffrey f3ea892b82 fix typo. 2014-12-01 23:29:02 -08:00
Christopher Jeffrey 774f08c91f use tiny to cache addresses and start where we left off. 2014-12-01 22:30:05 -08:00
Christopher Jeffrey 144cb40195 potentially allow -txindex for faster addr lookups. 2014-12-01 20:43:44 -08:00
Christopher Jeffrey 628b20b982 parse leveldb correctly. 2014-12-01 20:32:56 -08:00
Christopher Jeffrey 5ad347c892 leveldb work. 2014-12-01 19:57:15 -08:00
Christopher Jeffrey 4459bf5b9f more leveldb work. 2014-12-01 17:12:53 -08:00
Christopher Jeffrey b691fb111b leveldb work. 2014-12-01 17:05:50 -08:00
Christopher Jeffrey 7cb7346b98 leveldb work. 2014-12-01 16:50:42 -08:00
Christopher Jeffrey 74aa4c1fd0 do not use leveldb. 2014-12-01 15:51:01 -08:00
Christopher Jeffrey 69e6a252d1 put leveldb key in error message. 2014-12-01 15:50:26 -08:00
Christopher Jeffrey 7e00980db2 potential error handling. 2014-12-01 15:15:38 -08:00
Christopher Jeffrey 9182f5b3b2 add err field to ctx_list. 2014-12-01 15:09:47 -08:00
Christopher Jeffrey af58fbff27 fix leveldb parsing. remove old code. 2014-12-01 15:02:58 -08:00
Christopher Jeffrey 15a694d127 use leveldb to parse all blocks for txes. 2014-12-01 14:59:09 -08:00
Christopher Jeffrey e1722b0a63 remove unused leveldb code. 2014-12-01 14:57:55 -08:00
Christopher Jeffrey 4a6a3b1243 start parsing blocks in leveldb. 2014-12-01 14:55:42 -08:00
Christopher Jeffrey a4149fe101 link to now exposed functions. start using exposed leveldb. 2014-12-01 14:50:05 -08:00
Christopher Jeffrey cbda3b330a remove old and new comments. 2014-12-01 13:44:44 -08:00
Christopher Jeffrey d1d5d09ec5 update bitcoind.js for latest bitcoin upstream. 2014-12-01 13:38:24 -08:00
Christopher Jeffrey 2d9d922cb8 check the last 20000 blocks for addr txes. 2014-11-19 18:28:19 -08:00
Christopher Jeffrey de286968d0 fix GetBlock(). 2014-11-19 17:04:19 -08:00
Christopher Jeffrey 0335a128b8 fix workaround for addtxes. 2014-11-19 16:06:21 -08:00
Christopher Jeffrey 5382ecb5b0 cleanup blockhash. 2014-11-19 15:56:38 -08:00
Christopher Jeffrey 7767bdd828 fix bad return for addr txs. 2014-11-19 15:56:14 -08:00
Christopher Jeffrey 61856ab68d more leveldb work: use chainstate db. use Params().GenesisBlock(). 2014-11-19 15:47:33 -08:00
Christopher Jeffrey 97aaa9dbad leveldb does not like me. 2014-11-19 13:46:14 -08:00
Christopher Jeffrey d9231ef59b use CLevelDBWrapper. 2014-11-19 13:42:11 -08:00
Christopher Jeffrey 4341e487c0 work on ldb iteration. 2014-11-19 12:28:15 -08:00
Christopher Jeffrey d7641c173c potentially iterate all ldb values. 2014-11-19 11:29:18 -08:00
Christopher Jeffrey bf3983982f check is_mine differently. 2014-11-19 10:59:07 -08:00
Christopher Jeffrey 05c9d59636 comparator function. fix cwtx usage. 2014-11-19 10:54:03 -08:00
Christopher Jeffrey 918dc08ddc check whether tx is ours. add walletconflicts if so. 2014-11-19 10:08:02 -08:00
Christopher Jeffrey e11389bb54 force cached addrs to be async. 2014-11-18 17:14:18 -08:00
Christopher Jeffrey 136b0c4122 fix compiler warnings. 2014-11-18 17:10:17 -08:00
Christopher Jeffrey c988172dc4 unref garbage collector. 2014-11-18 16:57:04 -08:00
Christopher Jeffrey 0be9143e32 use other method for obtaining addr txs. cache them. 2014-11-18 16:55:24 -08:00