Commit Graph

5 Commits

Author SHA1 Message Date
Tadge Dryja b7a2c46ea6 remove storage of pkscript; don't need it. 2016-01-20 22:57:05 -08:00
Tadge Dryja 73bbb29026 add keyfileio to manage private key storage on disk 2016-01-20 21:08:05 -08:00
Tadge Dryja 1f40c7214e good enough storage of spent txs 2016-01-20 01:23:47 -08:00
Tadge Dryja 29d0c0cc6f fix bolt slices. db read / write works.
also switch heights from uint32 to int32, which I guess is what they use.
Makes this thing last 2 billion blocks shorter.  If we get past uint32 time.
2016-01-19 23:40:04 -08:00
Tadge Dryja 0b5daa9b2b add utxodb for on disk storage of transactions. 2016-01-19 20:02:18 -08:00