Commit Graph

85 Commits

Author SHA1 Message Date
russeree
5460f276bf [Req] Remove file extension check 2026-04-01 13:00:31 -04:00
russeree
81a3f5e552 [Cmd] msg-file 2026-04-01 13:00:31 -04:00
scgbckbone
abf040789b ckcc sign PSBT from stdin 2026-03-04 10:26:22 -05:00
scgbckbone
3ae7ae9cf2 add miniscript policy cmd 2025-10-31 09:41:47 -04:00
scgbckbone
ab317b00c7 --miniscript arguemnt for sign_transaction 2025-10-31 09:41:47 -04:00
scgbckbone
f1ce63812c restore backup via USB; new CLI commnad "restore"; add backup restore to "upload" cmd 2025-09-18 11:29:40 -04:00
scgbckbone
f87d30f220 fix? 2025-06-06 09:28:13 -04:00
scgbckbone
c52657fe61 add verbose flag to xpub cmd; add named descriptor export in multisig cmd; remove unnecessary default arguments from function signatures 2025-06-06 09:27:44 -04:00
scgbckbone
c14b6b2807 convenience - no need to specify -x if --socket/-c already specified 2025-06-06 09:26:33 -04:00
scgbckbone
695e0f1eb6 multi_sim 2025-06-06 09:26:33 -04:00
scgbckbone
3d2749db33 bugfix: exception exporting multisig skeleton 2025-03-03 12:07:49 -05:00
scgbckbone
0e686dbda6 timeout cope for big miniscript wallets 2024-07-09 09:22:44 -04:00
scgbckbone
00e862d8df fix hash wrong 2024-06-13 08:36:43 -04:00
Peter D. Gray
cad2722d14
fine tuning 2024-06-06 12:21:04 -04:00
scgbckbone
a9fb98fd93 PushTX 2024-06-06 12:06:09 -04:00
scgbckbone
f7999f4288 no timeout for miniscript enroll 2024-01-22 08:34:30 -05:00
scgbckbone
cf270d922b proper metavars for miniscript cmds 2024-01-21 15:05:31 -05:00
scgbckbone
11c711e929 Miniscript USB interface 2023-12-21 08:47:21 -05:00
scgbckbone
aa75d04465 tr address 2023-09-11 11:16:12 -04:00
scgbckbone
78ce292c4d miniscript USB enroll 2023-07-25 08:40:15 -04:00
scgbckbone
e35e2d204e Updated ASCII armor for 'msg' command 2023-02-21 09:06:25 -05:00
scgbckbone
71afe5c9a8 invalid address format in help message for wrapped segwit 2023-01-12 11:13:29 -05:00
scgbckbone
2216e4db0e add MAX_SIGNERS as constant to constants.py 2022-12-16 08:38:27 -05:00
scgbckbone
d696bac051 Add format to multisig command; add descriptor output to multisig commnad; descriptor_template function added to ckcc 2022-09-02 08:14:31 -04:00
scgbckbone
d9efc0baef Fix cli help messages 2022-08-30 08:30:50 -04:00
avirgovi
3200103bb6 remove pycoin, remove 0.13 limitation for ecdsa version 2022-03-16 16:53:01 +01:00
avirgovi
e35c9c7b4a display pycoin not found error message 2022-03-16 15:42:10 +01:00
Peter D. Gray
ef61911047
Cleanups, reformating, etc 2022-02-28 09:09:08 -05:00
doc-hex
8a5a471d53
Merge branch 'master' into electrum_wallet_coldcardify 2022-02-28 08:45:42 -05:00
Peter D. Gray
fc87a630d3
personal pref 2022-02-28 08:42:42 -05:00
avirgovi
eb83dfd196 adjust convert2cc API - now accepts json string and returns json string 2022-02-27 09:50:40 +01:00
avirgovi
6e33ab3988 fixed bug with ambiguous function arguments + now all real_file_upload functions are called with kwargs 2022-02-12 09:11:46 +01:00
avirgovi
f755389644 rename command from coldcardify --> convert2cc 2022-02-10 08:37:07 +01:00
avirgovi
3a285bf6b2 doc fixes 2022-02-08 12:51:01 +01:00
avirgovi
df6eb676c6 refactor no2 2022-02-04 11:35:46 +01:00
avirgovi
aee44e836d refactor; add tests for patterns 2022-02-04 11:03:44 +01:00
avirgovi
151ade6144 disallow ambiguity when searching for keystore - allow only one match; added ability to look up correct keystore based on connected coldcard device; add pytest.ini 2022-02-03 23:12:04 +01:00
avirgovi
704ab19c61 Help msg update (multisig) 2022-02-03 20:08:58 +01:00
avirgovi
e69c6bee87 add multisig support; cc_adjust_hww_keystore now creates new dict - no more inplace adjustments; tests 2022-02-03 20:03:03 +01:00
avirgovi
15e703facb consider one file extension if appending '_cc' suffix 2022-02-02 22:32:58 +01:00
avirgovi
c328512e85 created electrum module and split cli and keystore adjuster function; do not allow overwriting of wallet file; add pycharm .idea to gitignore 2022-02-01 23:48:50 +01:00
avirgovi
a21ffe4e03 '--no-op' renamed to '--dry-run' 2022-02-01 16:22:40 +01:00
avirgovi
282bd0426c add coldcardify (I know terrible name) command 2022-02-01 15:57:56 +01:00
avirgovi
98e87c63c3 "get_device" function is now context manager that closes underlying HID device when out of scope; proper doc strings 2022-01-27 16:21:58 +01:00
Peter D. Gray
75c6d666d5
Correct the default BIP-44 path used 2022-01-12 09:38:56 -05:00
Peter D. Gray
56db769927
v4 support: new pbkdf2_hmac_sha512 for user auth 2021-03-16 10:23:07 -04:00
Peter D. Gray
7a44ae8643
Update metadata 2021-02-24 13:39:23 -05:00
Peter D. Gray
c53213299f
Merge branch 'master' of https://github.com/Coldcard/ckcc-protocol 2021-02-24 13:31:05 -05:00
Peter D. Gray
85d3b31463
Add -P option for no USB link-level encryption 2021-02-24 13:30:40 -05:00
Peter
9902e9c076
Merge pull request #10 from fametrano/bare-except
Avoid bare except clauses
2020-08-25 13:08:31 -04:00