Commit Graph

679 Commits

Author SHA1 Message Date
Christopher Jeffrey 285c7f1d45 check txPos for leveldb. 2014-12-03 14:20:54 -08:00
Christopher Jeffrey 013c5faf3e error handling. 2014-12-03 12:51:36 -08:00
Christopher Jeffrey 70d8eba91f fix getblockbytime 2014-12-03 12:49:11 -08:00
Christopher Jeffrey 4b2313d85f getblockbytime 2014-12-03 12:46:48 -08:00
Christopher Jeffrey 0da9c4dd44 fix leveldb traversal. 2014-12-03 12:31:39 -08:00
Christopher Jeffrey fc0de11c50 minor 2014-12-03 12:16:29 -08:00
Christopher Jeffrey 9ce652ff09 get block by txid. 2014-12-03 12:14:23 -08:00
Christopher Jeffrey 9f52c538dd fix typo. 2014-12-03 11:03:54 -08:00
Christopher Jeffrey 81c59966fa consistent naming. 2014-12-03 10:57:56 -08:00
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