Commit History

Author SHA1 Message Date
  The MMGen Project b3d7f23440 seed.py: move subseed-related classes to subseed.py 3 years ago
  The MMGen Project ff450b0ec5 seed.py: move seedsplit related classes to seedsplit.py 3 years ago
  The MMGen Project 1a896d9af9 update copyright dates 3 years ago
  The MMGen Project 2872d4b683 f-strings, whitespace (program files) [43 files patched] 3 years ago
  The MMGen Project 73c3a06e29 util.py: add check_binary(), shred_file() 3 years ago
  The MMGen Project 46f91021e6 use GNU shred for secure file deletion 3 years ago
  The MMGen Project cb7f38370b Update copyright dates 4 years ago
  The MMGen Project 0852321c21 obj.py: remove 'on_fail' keyword arg 4 years ago
  The MMGen Project 4c2410e0d6 new Lockable class; lock global vars after initialization (amended) 4 years ago
  The MMGen Project 973c7be78d string formatting, whitespace, minor fixes and cleanups throughout 4 years ago
  The MMGen Project c3f185e8b0 eliminate use of global vars g.proto, g.coin, g.rpc and others 4 years ago
  The MMGen Project 701e7a77e5 use relative imports throughout 5 years ago
  The MMGen Project ca1cdacaf1 move wallet classes from seed.py to new module wallet.py 5 years ago
  The MMGen Project 4fbe2d6574 rename class: SeedSource -> Wallet 5 years ago
  The MMGen Project 1f3195bfd2 rename class: Wallet -> MMGenWallet 5 years ago
  The MMGen Project 673b97b3b8 update copyright dates 5 years ago
  The MMGen Project 6cf4fcc7e4 Use subprocess.run() throughout, related cleanups 5 years ago
  MMGen c7ca0c3d62 N-of-N (XOR) seed splitting: user-level support 5 years ago
  MMGen 4d07d53ff6 minor changes and cleanups 5 years ago
  MMGen 23ae73d908 minor fixes and cleanups 5 years ago
  MMGen 47fa896135 minor fixes and cleanups 5 years ago
  MMGen d1b8aefde6 Subwallets, Part 2: key/address generation using the parent wallet 6 years ago
  MMGen 7538a9460e Subwallets, Part 1: basic framework and subwallet generation 6 years ago
  MMGen 3a09017804 various minor fixes and cleanups 6 years ago
  MMGen 017ecef3bc [opts]: separate code from text in opts_data 6 years ago
  MMGen 514c1100ee Update copyright dates 6 years ago
  MMGen 25c31e8c32 py3port: Exception as e: e.message -> e.args[0] 6 years ago
  MMGen 949e42ebf4 py3port: 2to3 on all files 6 years ago
  MMGen f0fea335eb py3port: update hashbangs 6 years ago
  MMGen b00c11b578 confirm_or_exit() -> confirm_or_raise() 6 years ago