Closed gitcoindev closed 1 year ago
hi @madnadyka I analyzed failure of functional test case test/functional/p2p_dos_header_tree.py and figured out it contains simulated fork with headers from bitcoin test network stored in test/functional/data/blockheader_testnet3.hex data file. In bitcoin the first checkpoint for test network happens fast in block 546 defined here https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L258 but for BGL the hardcoded check point for test network was removed https://github.com/BitgesellOfficial/bitgesell/blob/master/src/chainparams.cpp#L266 should we quarantine /disable the test case then?
Fixed by https://github.com/BitgesellOfficial/bitgesell/pull/117
Pull request merged, issue closed.
hi @madnadyka I analyzed failure of functional test case test/functional/p2p_dos_header_tree.py and figured out it contains simulated fork with headers from bitcoin test network stored in test/functional/data/blockheader_testnet3.hex data file. In bitcoin the first checkpoint for test network happens fast in block 546 defined here https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L258 but for BGL the hardcoded check point for test network was removed https://github.com/BitgesellOfficial/bitgesell/blob/master/src/chainparams.cpp#L266 should we quarantine /disable the test case then?