1 2017-11-13 07:52:08 <jb55> my bitcoin script evaluator works now, but not all opcodes are implemented yet: https://github.com/jb55/btcs
2 2017-11-13 15:11:04 <camarads> hey guys. i have a question about creating rawtransactions. for example if i use 2 txids for input , 1 txid ancestorsize is 10 and the 2nd txid has ancestorsize 9 , after i create and send the rawtransactions, the resulting txid will have ancestorsize 19 ?
3 2017-11-13 17:03:14 <radixsqrt> hi
4 2017-11-13 17:04:01 <radixsqrt> any feelings about locally implementing the following code re. p2sh segwit change addresses: https://github.com/bitcoin/bitcoin/pull/11177/files#diff-b2bb174788c7409b671c46ccc86034bd
5 2017-11-13 17:04:30 <radixsqrt> i see the part in wallet.cpp seems enough to send the change to p2sh segwit outputs
6 2017-11-13 20:29:16 <greenfan> I'm seeking to understand CMutableTransaction - what is the purpose / use of having a mutable version of CTransaction? https://dev.visucore.com/bitcoin/doxygen/struct_c_mutable_transaction.html#details