You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
SomberNight 900a7631cf
commands: add new cmd "getprivatekeyforpath" to export a WIF for a path
6 years ago
..
regtest lnchannel: test for max htlc value (needs to be below protocol maximum) 6 years ago
__init__.py config: no longer singleton. it is passed to Wallet.__init__ 6 years ago
regtest.py regests: organize tests in two classes 6 years ago
test_bitcoin.py crypto: add 'cryptography' as alt dependency for 'pycryptodomex' 6 years ago
test_blockchain.py config: no longer singleton. it is passed to Wallet.__init__ 6 years ago
test_bolt11.py fix tests: follow-up prev 6 years ago
test_coinchooser.py CoinChooser: avoid NotEnoughFunds if zero buckets are sufficient 6 years ago
test_commands.py commands: add new cmd "getprivatekeyforpath" to export a WIF for a path 6 years ago
test_dnssec.py tests: rm "needs_test_with_all_ecc_implementations" decorator 6 years ago
test_lnchannel.py lnchannel: add more type hints 6 years ago
test_lnhtlc.py Restructure wallet storage: 6 years ago
test_lnpeer.py channel_db: raise specific exception if database is not loaded when we try to find a route 6 years ago
test_lnrouter.py lnonion: use random starting bytes in Sphinx packet as in updated BOLT4 6 years ago
test_lntransport.py crypto: add 'cryptography' as alt dependency for 'pycryptodomex' 6 years ago
test_lnutil.py lnchannel: add more type hints 6 years ago
test_mnemonic.py old_mnemonic: speed up mn_decode 6 years ago
test_network.py rename all TaskGroup() fields to "taskgroup" 6 years ago
test_psbt.py psbt: allow insecure signing of legacy UTXOs without full previous tx 6 years ago
test_revealer.py config: no longer singleton. it is passed to Wallet.__init__ 6 years ago
test_simple_config.py config: no longer singleton. it is passed to Wallet.__init__ 6 years ago
test_storage_upgrade.py Separate db from storage 6 years ago
test_transaction.py transaction: (fix) invalidate ser cache when changing locktime/version 6 years ago
test_util.py trivial: use "chunks()" for htlc_sigs in lnchannel 6 years ago
test_verifier.py follow-up prev 6 years ago
test_wallet.py Separate db from storage 6 years ago
test_wallet_vertical.py wallet: fix is_mine/can_sign. don't just rely on ks, also check script 6 years ago
test_x509.py config: no longer singleton. it is passed to Wallet.__init__ 6 years ago