vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 856 forks source link

Master branch tests are failing #119

Open reiven opened 8 years ago

reiven commented 8 years ago

Today i've cloned the latests version of the repo and tests are failing

Running _python test.py_ output:

..Transaction-style signing and verification tests
.
======================================================================
FAIL: test_all (__main__.TestStartingAddressAndScriptGenerationConsistency)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test.py", line 355, in test_all
    self.assertEqual(b, script_to_address(address_to_script(b)))
AssertionError: '3M6g63Ft85qUERmAgG2e9k59saCAQhG2Wt' != '1LQfAVmSaBX69G4jZAN3j7iDj3uSrcfhjA'

----------------------------------------------------------------------
Ran 18 tests in 9.394s

Running _nosetest -v_ output

test_all (test.TestBIP0032) ... ok
test_all_testnet (test.TestBIP0032) ... ok
test_extra (test.TestBIP0032) ... ok
test_all (test.TestBases) ... ok
test_changebase (test.TestConversions) ... ok
test_privkey_to_pubkey (test.TestConversions) ... ok
test_all (test.TestDeterministicGenerate) ... ok
test_all (test.TestECCArithmetic) ... ok
test_all (test.TestElectrumWalletInternalConsistency) ... ok
test_all (test.TestRawSignRecover) ... ok
test_all (test.TestRipeMD160PythonBackup) ... ok
test_all (test.TestScriptVsAddressOutputs) ... ok
test_serialize (test.TestSerialize) ... ok
test_serialize_script (test.TestSerialize) ... ok
test_all (test.TestStartingAddressAndScriptGenerationConsistency) ... FAIL
test_all (test.TestTransaction) ... ok
test_multisig (test.TestTransaction) ... ok
test_all (test.TestTransactionSignVerify) ... ok
test_address_encoding (test_stealth.TestStealth) ... ok
test_shared_secret (test_stealth.TestStealth) ... ok
test_stealth_metadata_script (test_stealth.TestStealth) ... ok
test_stealth_tx_outputs (test_stealth.TestStealth) ... ok
test_uncover_pay_keys (test_stealth.TestStealth) ... ok
reiven commented 8 years ago

Ping

skipp commented 6 years ago

Ping