1 2017-07-03 08:30:45 <paulo_> hello
2 2017-07-03 08:31:12 <paulo_> does the bitcoin codebase have unit tests?
3 2017-07-03 10:37:21 <paulo_> oops got disconnected
4 2017-07-03 10:37:30 <paulo_> does the bitcoin codebase have unit tests?
5 2017-07-03 11:55:41 <wumpus> paulo_: yes, `make check` as in most projects, see src/test
6 2017-07-03 12:10:55 <waxwing> how many blocks does regtest need before segwit is active?
7 2017-07-03 12:15:15 <waxwing> hmm, it's between 500 and 1100 i know that much :)
8 2017-07-03 12:48:51 <squarfed> hello, I would like to follow a chain of transactions from the output to the transaction that spent it and so on. You cannot do it using bitcoin core rpc calls. I don't want to use an external block explorer. I suppose I have to use leveldb to read from my local copy of the blockchain. Any hints on how to proceed?