Testing BU

YarkoL

Active Member
Dec 18, 2015
176
258
Tuusula
yarkol.github.io
Open a new topic when you have time. I can set u up with some scripts I based off of python-bitcoinlib and maybe a bunch of vps.
I have now commenced writing the unit tests (and submitted pull request).

The first tests are pretty basic, we just check that a block passes standard
check and fExcessive block flag works.

Interesting tidbit: the checkblock unit test cannot be run in Core out of
the box due to missing data. See https://github.com/bitcoin/bitcoin/issues/6320
So we are one step ahead :)
 

theZerg

Moderator
Staff member
Aug 28, 2015
1,012
2,327
do you want me to merge this pull?
 

theZerg

Moderator
Staff member
Aug 28, 2015
1,012
2,327
I took a quick look and they seem fine... I'll look closer and try running them tonight. If there's no rush I'll pull then.