SomberNight
3b26beac9e
fix: wallet storage upgrade 13b had incorrect assumptions
9 years ago
SomberNight
c05549c8cd
follow-up prev commit: revert "strict checks" for old seeds
9 years ago
SomberNight
d45e13553a
old seeds: normalize, and stricter is_old_seed()
9 years ago
SomberNight
aad83a71c8
tests: have bip39 multisig wallet unit test mirror hw wallet behaviour
9 years ago
SomberNight
4a383af872
fix tests
9 years ago
SomberNight
fb47dbb75a
tests: transaction.txid()
9 years ago
ThomasV
5665b42999
remove six
9 years ago
SomberNight
aa1289fa5d
bitcoin.py AES: implement our own PKCS7 padding
9 years ago
ThomasV
ed6b2d0abf
add comment about pyaes issue
9 years ago
SomberNight
d5dcdb01dd
follow-up of prev commit: fix travis build (take 2)
9 years ago
SomberNight
3fe2af242e
follow-up of prev commit: fix travis build
9 years ago
SomberNight
7ba233f2ab
fix: storage upgrade of pre-2.8 imported key wallets, and tests
9 years ago
ThomasV
8d307ce1e8
rm failing test
9 years ago
SomberNight
26f439f34d
tests: WalletStorage upgrades
9 years ago
SomberNight
f22f8c614f
fix tests
9 years ago
SomberNight
681eb1ccb8
tests: for bitcoin.py, added new ones, and some refactoring for existing
...
new ones mainly include:
- privkey -> pubkey -> addr conversions
- xprv, xpub operations
9 years ago
SomberNight
f917a565b3
fix tests: message signing
9 years ago
SomberNight
751be88059
tests: wallet-keystore integrity (bip39)
9 years ago
ThomasV
c73819a3d4
fix tests
9 years ago
SomberNight
f3bbb52b91
tests: wallet-keystore integrity (seed->address)
9 years ago
SomberNight
7542bc9e35
tests: message signing
9 years ago
ThomasV
c186dc18d4
fix tests
9 years ago
SomberNight
2fbc70d860
Moving to virtual tx size instead of total tx size.
9 years ago
SomberNight
6e0c2cffd8
replace deprecated assertEquals
9 years ago
SomberNight
653c7acb48
fix bech32 scriptPubKeys (OP_n), and tests
9 years ago
ThomasV
9286deca57
fix test
9 years ago
ThomasV
5f35081bc9
fix tests
9 years ago
Dmitry Sorokin
5be78950ca
py3
9 years ago
Kacper Żuk
c6e09a6038
Provide warnings about invalid BIP39 checksum in seed dialog
9 years ago
Johann Bauer
534eaa9bd1
Parse transaction version field
...
Closes : #2462
9 years ago
Roman Zeyde
de956b7dc1
tests: fix TestTransaction.test_tx_signed testcase
9 years ago
ThomasV
f7212a4732
fix input_script and remove unused method inputs_without_script
10 years ago
ThomasV
c2142ebf26
fix test broken by previous commit
10 years ago
ThomasV
c75e074b88
fix another travis test
10 years ago
ThomasV
9e1931587d
fix tests
10 years ago
ThomasV
9ca4e60b84
fix tests
10 years ago
ThomasV
b4d5934da0
testnet: remove failing tests
10 years ago
ThomasV
84f17c2ede
fix test
10 years ago
Jonathan Cross
481a64417e
Fixing final test in test_wallet.py
10 years ago
Jonathan Cross
b503243d0e
Fixing / commenting out tests in test_transaction.py
10 years ago
Jonathan Cross
2c619142f9
Fixing 2 tests in test_mnemonic.py
10 years ago
Jonathan Cross
65f0c25027
Fixing test_bitcoin.py::Test_bitcoin::test_crypto
10 years ago
Jonathan Cross
3de2d9cdbd
Remove broken tests for & classes.
10 years ago
Thomas König
c49202ceaa
fix test_simple_config and test_transaction
10 years ago
ThomasV
774bdcde73
fix test_parse_URI
11 years ago
ThomasV
963dcf0c6b
rm test_ripemd
11 years ago
ThomasV
abdb7f8470
fix tests
11 years ago
ThomasV
d867fcc266
update create_main_account in tests
11 years ago
Neil Booth
e1c0298fc2
Write the wallet less often
...
This should speed up synchronization / restoration of large wallets.
Wallets are written only when they switch to up_to_date state, or
when stop_threads() is called when closing the daemon, or when
a command line command finishes.
11 years ago
ThomasV
f77f63e158
remove failing tests, due to high S in signatures
11 years ago