Commit Graph

  • 9f35b85a3c Add v2 of Barebones Enclosure master SeedSigner 2021-09-01 16:08:21 -0500
  • c07d1b1d75 bump version v1.6.0 Stepan Snigirev 2021-08-28 18:02:48 +0200
  • b5dc2b1c8b
    Qr options (#182) Stepan Snigirev 2021-08-28 17:42:50 +0200
  • 92010f0848 fix tests Stepan Snigirev 2021-08-27 18:28:29 +0200
  • bd32d41c96
    warn if watch-only wallet is detected (#181) Stepan Snigirev 2021-08-27 18:23:09 +0200
  • 7665a630fd
    export wallet descriptor as QR or to SD (#180) Stepan Snigirev 2021-08-26 23:02:26 +0200
  • 9e67558cc6
    Verify gap limit (large derivation indexes) (#179) Stepan Snigirev 2021-08-26 10:08:38 +0200
  • cb3ca0bfc4
    Merge pull request #177 from stepansnigirev/optimize-qr Stepan Snigirev 2021-08-25 15:19:23 +0200
  • 3dcb17cf2e improve out display Stepan Snigirev 2021-08-25 15:18:19 +0200
  • 2a79139899 qrhost use more streams Stepan Snigirev 2021-08-24 04:13:39 +0200
  • 5130b556ab
    add taproot keys in GUI (#178) Stepan Snigirev 2021-08-24 22:23:21 +0200
  • ed77919ed9
    add bw hack with zero fingerprint (#176) Stepan Snigirev 2021-08-24 22:19:48 +0200
  • 240a2160af
    add smartcard info screen (#172) Stepan Snigirev 2021-08-24 22:19:15 +0200
  • afe740d5d7
    enclosure (#175) Plasmonic Resonance 2021-08-24 14:36:12 +0200
  • 257101ca40
    Add compatibility app to parse arbitrary files / jsons (#174) Stepan Snigirev 2021-08-24 03:10:38 +0200
  • c476cde1a1
    Add Liquid support (#173) Stepan Snigirev 2021-08-23 12:34:22 +0200
  • a7e9ea60e9 update f469 Stepan Snigirev 2021-08-21 11:32:19 +0200
  • 7968ca20a2 update f469 submodule Stepan Snigirev 2021-08-20 02:09:14 +0200
  • 054e4cdd1a fix shallow descriptors derivations Stepan Snigirev 2021-08-19 18:48:15 +0200
  • de4ceadbe4
    Update quickstart.md Stepan Snigirev 2021-08-19 12:36:53 +0200
  • 51b089ada7
    Update quickstart.md Stepan Snigirev 2021-08-19 12:34:28 +0200
  • 889001f2a6
    Update build.md Stepan Snigirev 2021-08-19 12:24:21 +0200
  • aee34579d1 update f469 repo Stepan Snigirev 2021-08-17 15:08:19 +0200
  • c034ac2a32
    Use PSBTView - RAM efficient PSBT implementation (#171) Stepan Snigirev 2021-08-12 14:06:30 +0200
  • 7a99206493
    Update SeedSigner Case Info (#166) SeedSigner 2021-07-09 06:20:30 -0500
  • c528827e6d fix wallet creation if no wallets exist Stepan Snigirev 2021-06-21 12:54:27 +0200
  • 1eb00586fd bump version v1.5.6 Stepan Snigirev 2021-06-19 14:20:03 +0200
  • 58e1a7aca7
    add allow_empty flag for input screen (#165) Stepan Snigirev 2021-06-19 14:18:53 +0200
  • 3644fdaf7c
    mount sd before file_exists (#164) Jacob 2021-06-19 13:39:45 +0200
  • d316cde134 bump version v1.5.5 Stepan Snigirev 2021-06-18 13:33:25 +0200
  • 51b1380874 add enclosure variants Stepan Snigirev 2021-06-17 18:20:31 +0200
  • ffcdd42a7d allow changing smart cards without reboot Stepan Snigirev 2021-06-17 17:16:02 +0200
  • b44fc6518e add SecureChannelError class Stepan Snigirev 2021-06-17 16:50:01 +0200
  • a2e89e3820 add minimal backup app, minor keystorage improvements for multi-seed Stepan Snigirev 2021-06-17 16:29:02 +0200
  • 40e79dcece
    Store multiple seeds (#149) Jacob 2021-06-17 15:05:59 +0200
  • 08acb080c3
    Update README.md Stepan Snigirev 2021-06-11 01:50:57 +0200
  • c91a36dfd9
    allow partial derivations of known wallets in psbt (#163) Stepan Snigirev 2021-06-10 15:43:25 +0200
  • 8c794152a2
    add support for wallet creation (#161) Stepan Snigirev 2021-06-10 15:43:08 +0200
  • 2fada0fdcb
    Merge pull request #157 from moneymanolis/bip39-wordlist Stepan Snigirev 2021-06-10 11:27:09 +0200
  • bea5a4c9f4 cleanup of storage_menu for keystores + checks whether storage_menu and show_mnemonic are available to control display of respective buttons moneymanolis 2021-06-09 23:01:17 +0200
  • 6785750817 Merge branch 'master' of https://github.com/cryptoadvance/specter-diy into bip39-wordlist moneymanolis 2021-06-09 22:28:58 +0200
  • ed59dd7370 fix ram keystore Stepan Snigirev 2021-06-09 22:16:29 +0200
  • a266eedf16
    manager:py: fix typo and improve wording (#158) openoms 2021-06-09 13:06:15 +0100
  • a6f8db96d2 Moved the show recovery phrase button one level higher to the settings screen. moneymanolis 2021-06-08 18:25:33 +0200
  • ed23e9bfcb Changed word numbering, words from BIP39 list are now displayed from 1-2048 instead of 0-2047 + some typos fixed. moneymanolis 2021-06-08 18:21:41 +0200
  • 324f3ed7f2
    Add build dependencies for Arch Linux (#156) Steven Roose 2021-06-04 13:29:29 +0100
  • 1a0cea8a54
    added extra line for words (#155) Jacob 2021-06-01 10:03:46 +0200
  • 8ac442d953
    added SD card as communication option (#154) Jacob 2021-06-01 10:00:48 +0200
  • a058faad53
    Update communication.md Stepan Snigirev 2021-05-28 16:15:14 +0200
  • 183c5f7241
    Update 01_Main_Body.stl (#152) SeedSigner 2021-05-28 00:58:54 -0500
  • 490db00af8 add 3d case designs Stepan Snigirev 2021-05-27 13:40:18 +0200
  • 48bb69ea2e fix Done when mnemonic is not complete v1.5.4 Stepan Snigirev 2021-05-25 17:49:42 +0200
  • a5b459ec10 remove wordlist optimizations for now Stepan Snigirev 2021-05-25 17:01:30 +0200
  • 11d7f33979 bump version Stepan Snigirev 2021-05-25 16:33:19 +0200
  • dcd51d5d43 Merge branch 'master' of github.com:cryptoadvance/specter-diy Stepan Snigirev 2021-05-25 15:36:04 +0200
  • d71a37ce40 update f469 Stepan Snigirev 2021-05-25 15:35:51 +0200
  • af1c8474d5
    wallet manager: correct reference to warnings list (#151) Darosior 2021-05-25 14:14:58 +0200
  • 5b0e518673
    export wallet (#148) Jacob 2021-05-24 13:58:20 +0200
  • ae3cdffe8e
    Update shopping.md (#147) Michael Flaxman 2021-05-18 16:46:27 -0500
  • a6b1ec23a3 update f469 module Stepan Snigirev 2021-05-14 12:07:49 +0200
  • 1f6d6af562 update f469 submodule Stepan Snigirev 2021-05-09 21:56:29 +0300
  • 061b41db2b
    Added cancel button for pin change (#146) Jacob 2021-05-09 15:15:12 +0200
  • 0cc722bcd2 Merge branch 'master' of github.com:cryptoadvance/specter-diy Stepan Snigirev 2021-04-29 18:02:06 +0200
  • 082d176b40 add .venv to gitignore Stepan Snigirev 2021-04-29 18:01:52 +0200
  • 601d610602
    Merge pull request #143 from mflaxman/patch-2 v1.5.3 Stepan Snigirev 2021-04-29 17:15:21 +0200
  • f40deb2b13 qr settings - sound, aim, light Stepan Snigirev 2021-04-29 17:01:48 +0200
  • 7f4e19fe41 bump version Stepan Snigirev 2021-04-29 16:04:14 +0200
  • 9e1135f361 per-host settings Stepan Snigirev 2021-04-29 16:02:54 +0200
  • 7990d6c7fa save xpubs to sd card Stepan Snigirev 2021-04-29 13:16:34 +0200
  • b7dcacc038
    add Amazon pins Michael Flaxman 2021-04-28 15:16:57 -0500
  • 3f0c21c0ec use compressed psbt to reduce memory usage v1.5.2 Stepan Snigirev 2021-04-08 11:43:22 +0200
  • 26d5702cca bump version Stepan Snigirev 2021-04-08 10:32:22 +0200
  • 99bedf1303 optimize b64 psbt parsing Stepan Snigirev 2021-04-08 10:29:33 +0200
  • 34be7c9bff
    Sorting files (#137) Xavier Fiechter 2021-04-03 15:46:43 +0200
  • a7cbb623bb Reserve sector 1 for key storage on STM32F469 Mike Tolkachev 2021-03-28 11:06:02 +0300
  • f081f53418 fix tx screen on selftransfer Stepan Snigirev 2021-03-27 01:17:59 +0100
  • be0d37b636 update docs Stepan Snigirev 2021-03-26 13:21:17 +0100
  • 41dc101721
    Added note about SD Card usage. (#135) Xavier Fiechter 2021-03-26 11:25:08 +0100
  • afe4ad5667 fix tx screen v1.5.1 Stepan Snigirev 2021-03-26 10:39:06 +0100
  • ea5daa0ada bump version v1.5.0 Stepan Snigirev 2021-03-25 15:56:46 +0100
  • ca59986a82 bump version Stepan Snigirev 2021-03-25 15:48:27 +0100
  • ed92ac8874
    Merge pull request #133 from stepansnigirev/walletinfo Stepan Snigirev 2021-03-25 15:46:52 +0100
  • 241ad86acd improve tx screen Stepan Snigirev 2021-03-25 15:30:43 +0100
  • ee71bfa09d faster wallet lookups Stepan Snigirev 2021-03-25 13:15:49 +0100
  • f8d011723d check xpubs versions on wallet import against current network Stepan Snigirev 2021-03-25 12:11:13 +0100
  • 9eafc55727 remove commented part Stepan Snigirev 2021-03-25 03:40:49 +0100
  • c0b3be4c29 fix inputs alignment Stepan Snigirev 2021-03-25 02:59:18 +0100
  • be6d924a43 add input details in tx screen Stepan Snigirev 2021-03-24 17:20:17 +0100
  • 779c8d4af8 support sighashes and prvate keys in wallet Stepan Snigirev 2021-03-24 16:11:03 +0100
  • 14d6f736dc add requirements for integration tests Stepan Snigirev 2021-03-23 08:35:29 +0100
  • b2c41355ad more tests and fixes Stepan Snigirev 2021-03-23 07:13:15 +0100
  • 7a11ea5840 more tests against Core Stepan Snigirev 2021-03-23 05:53:25 +0100
  • d8ee0d9d23 add automated gui tests Stepan Snigirev 2021-03-23 01:36:41 +0100
  • 800501a8c0 refactor wallets with descriptors Stepan Snigirev 2021-03-22 19:36:16 +0100
  • a55f9ef94a show wallet descriptor for existing wallets Stepan Snigirev 2021-03-20 19:09:09 +0100
  • ec1005e42f
    add sd card support (#130) Stepan Snigirev 2021-03-25 03:37:59 +0100
  • fb2544f0ef update f469 Stepan Snigirev 2021-03-25 03:21:55 +0100
  • 1fb727ca41 increase PIN font size Stepan Snigirev 2021-03-25 03:13:29 +0100
  • c9b02b1e6d update to latest f469 Stepan Snigirev 2021-03-25 03:08:53 +0100
  • 9ee45ccfff
    Added Alternative 3D Design & Instructions (#124) SeedSigner 2021-03-23 07:00:28 -0500