2 Commits (add-joinmarket)

Author SHA1 Message Date
SomberNight 51b7fc04ef
walletdb: fix convert_version_58 for partial local txs 2 years ago
Sander van Grieken 73fee69f5c
tests: move /electrum/tests to /tests 2 years ago
ThomasV 68159b3ef6 walletDB: replace 'manual_upgrades' parameter with 'upgrade', with opposite semantics 2 years ago
ThomasV b5bc5ff9ed Separate WalletDB from storage upgrades. 2 years ago
SomberNight dd3966070d
tests: rm some redundant "electrum_path" temp dirs 2 years ago
SomberNight 4f90632b1d
tests: fix warnings in test_storage_upgrade.py 2 years ago
SomberNight 00ae370a45
tests: split out wallets from test_storage_upgrade.py 2 years ago
SomberNight 392f6d8e30
fix tests: another follow-up to daemon managing Plugins object 2 years ago
ThomasV b96cc82333 Make storage a field of db 2 years ago
SomberNight d4338fb503
tests: clean-up use of asyncio 3 years ago
SomberNight 2863fb4ab4
tests: add "as_testnet" fn decorator, to run single tests in testnet 3 years ago
SomberNight 872ce82418
tests: clean up event-loop creation 4 years ago
SomberNight 2c57c78ebe
asyncio: stop using get_event_loop(). introduce ~singleton loop. 4 years ago
SomberNight 05fd424548
tests: maybe fix tearDown() issue in test_storage_upgrade.py 5 years ago
SomberNight 3c019c2f9c
daemon/wallet/network: make stop() methods async 5 years ago
SomberNight 8dc3fadd13
tests: add tests for #6066 and #6401. latter is failing atm. 5 years ago
SomberNight 307403a02c
invoices: rm old corrupted non-bip70 invoices 6 years ago
ThomasV e1ce3aace7 Separate db from storage 6 years ago
SomberNight 04edad9984
config: no longer singleton. it is passed to Wallet.__init__ 6 years ago
SomberNight 53d189fc7a
storage: fix some madness about get_data_ref() and put() interacting badly 7 years ago
SomberNight fd58a0cb20
json_db: enforce order of 'load_transactions' and 'upgrade' 7 years ago
SomberNight 94c4cb44d7
fix storage upgrade tests: "fixture 'func' not found" 7 years ago
SomberNight 9ecb504739
storage: fix convert_version_17 and add new test case 7 years ago
SomberNight c4e09fa874
simplify Plugins constructor 7 years ago
Dzhelil Rufat c9ffffc526 Remove unneccessary imports from the unit testing directory. (#4699) 7 years ago
Janus 097ac144d9 file reorganization with top-level module 8 years ago
SomberNight 16e4827e8c
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 8 years ago
SomberNight 3b26beac9e fix: wallet storage upgrade 13b had incorrect assumptions 8 years ago
SomberNight d5dcdb01dd follow-up of prev commit: fix travis build (take 2) 8 years ago
SomberNight 3fe2af242e follow-up of prev commit: fix travis build 8 years ago
SomberNight 7ba233f2ab fix: storage upgrade of pre-2.8 imported key wallets, and tests 8 years ago
SomberNight 26f439f34d tests: WalletStorage upgrades 8 years ago