Re: [Bitcoin-development] Integration testing for BitCoin

2013-04-07 Thread Adam Ritter
Hey guys, it sounds great. I read through the bitcoinj documentation and started reading the code. A few years ago it wasn't a full client, but now that I see that it's almost there, it looks much more interesting :-) Testing the reorg looks critical. Thanks for the help everyone, Adam On Sat,

Re: [Bitcoin-development] Integration testing for BitCoin

2013-04-06 Thread Mike Hearn
In bitcoinj we desperately need integration tests to exercise the wallet code, and I think if it was done well the tests would be applicable to bitcoind as well. There have been a series of bugs in bitcoinj that boiled down to the unit tests were not realistic enough, either because they stopped

Re: [Bitcoin-development] Integration testing for BitCoin

2013-04-05 Thread Gregory Maxwell
On Fri, Apr 5, 2013 at 10:24 AM, Adam Ritter arit...@gmail.com wrote: Hey guys, I just bought some BitCoins after being lazy to do it for the last few years, but also looked at the client code and the messages that are going on this mailing list. I saw that there are quite some unit tests,

Re: [Bitcoin-development] Integration testing for BitCoin

2013-04-05 Thread Matt Corallo
These tests are run on each pull requests and on each new commit to master. They arent very complete, but they do test a lot of block acceptance rules. https://github.com/TheBlueMatt/test-scripts Matt On Fri, 2013-04-05 at 12:24 -0500, Adam Ritter wrote: Hey guys, I just bought some