sipa / bitcoin

Bitcoin integration/staging tree
http://www.bitcoin.org
MIT License
88 stars 21 forks source link

segwit RPC test #14

Closed morcos closed 8 years ago

morcos commented 8 years ago

This is a start to some RPC testing for segwit. A lot of stuff could be done better in the p2p framework, but that'll have to wait til next week for me.

The first commit I think makes sense so that we can sign txs with witness v0 programs embedded in p2sh, but I'm not convinced. The second commit adds two command line options for manipulating the mempool:

The third commit is the RPC test

sipa commented 8 years ago

Incorporated.