264 Commits

Author SHA1 Message Date
Kiyomichi Kosaka
3b1e44e4b4 Merge branch 'master' into full_featured 2021-04-05 20:20:13 +02:00
Kiyomichi Kosaka
06054a7000 Merge branch 'hdwallet_bech32' into full_featured 2021-04-05 20:06:40 +02:00
Kiyomichi Kosaka
6a6c2c6beb In verify for HD wallets add field to choose the address format. 2021-04-05 20:04:32 +02:00
Kiyomichi Kosaka
04609947e8 Merge branch 'hdwallet_bech32' into full_featured 2021-04-05 19:58:57 +02:00
Kiyomichi Kosaka
40a235eb04 Fix address generation for HD wallet with different types on simple path scheme. 2021-04-05 19:58:35 +02:00
Kiyomichi Kosaka
20bf365d29 Merge branch 'hdwallet_bech32' into full_featured 2021-04-05 19:37:54 +02:00
Kiyomichi Kosaka
632572fc66 Merge branch 'hd_wallet_seed' into full_featured 2021-04-05 19:37:39 +02:00
Kiyomichi Kosaka
00519cb2ab Add possibility in verify view for HD wallets to choose the address format. 2021-04-05 19:03:02 +02:00
Kiyomichi Kosaka
2b6de3edef Use HMAC SHA-256 with configurable amount of rounds to generate seed for HD wallet, also show the generated seed in WIF format. 2021-04-05 18:15:33 +02:00
Kiyomichi Kosaka
f408c9b251 Add the posibility to specify hardened indicies on HD wallets. 2021-04-05 13:48:21 +02:00
Kiyomichi Kosaka
bd82cfd76f Add tooltip to custom path field and make names in HD wallet setting a bit more precise. 2021-04-05 13:48:21 +02:00
Kiyomichi Kosaka
27a2d4efb1 Add setting to configure old HD wallet generation with hardened paths. 2021-04-05 13:48:08 +02:00
Kiyomichi Kosaka
704f2c96a3 Fix the derivation of the hd wallet hardened path to be BIP32 compliant. 2021-04-05 13:10:41 +02:00
Kiyomichi Kosaka
29baeff8c8 Fix small typo. 2021-04-05 13:07:27 +02:00
OutCast3k
9a0175e18f added better error handling for when a payment fails on the #wallet page 2020-10-02 21:22:22 +00:00
OutCast3k
507b44f719 add transaction id reference to #newTransaction tab 2020-07-31 15:38:31 +00:00
OutCast3k
c868cf984e bug fix, changes to make double spending work on the transaction page from a transction id 2020-07-31 15:17:30 +00:00
root
b4fd55aebe added feature to rebuild a transaction from the txid, useful for RBF and double spending :o. Changed donation address. Released as version 1.6 1.6 2020-07-06 21:33:57 +00:00
root
f51be92a72 fixed multisig bug as described in issues/212 2020-07-05 20:21:41 +00:00
root
06cf50abb3 removed auto reload wallet feature. users must click or interact with the page. attempt to save on bandwidth. 2020-06-03 17:59:47 +00:00
root
35de4228d8 updated index.html to list link to new host 2020-04-22 20:18:08 +00:00
OutCast3k
a4ef169031 update sha1sum 2020-02-23 19:57:33 +00:00
OutCast3k
6bb5e3785a
Merge pull request #210 from junderw/patch-1
Don't add padding to P2WSH
2020-02-23 19:55:14 +00:00
OutCast3k
a199d3a55c
Merge pull request #208 from jmacxx/fix_bech32_address_decoding
fix: some bech32 addresses were not recognised
2020-02-23 19:54:46 +00:00
Jonathan Underwood
7e92530e1a
Don't add padding to P2WSH
Fixes #209
2020-02-20 10:12:57 +09:00
Wowee0
f5c2f48efc fix: some bech32 addresses were not recognised 2020-02-12 10:57:15 -06:00
OutCast3k
4f3ceeb3ea update date in sha1sum file 2019-12-28 12:10:39 +00:00
OutCast3k
73369dd253 add file hash of test.html to sha1sum 2019-12-28 12:08:51 +00:00
OutCast3k
6ed0d3e07e
Merge pull request #206 from jmacxx/tests
add some self-test routines to coinbin
2019-12-28 12:03:55 +00:00
Wowee0
84304f23ea tests added 2019-12-25 19:30:38 -06:00
OutCast3k
44ba1b3d30 update readme 1.5 2019-12-25 22:15:55 +00:00
OutCast3k
5583675390 custom hd key derivation addded 2019-12-25 22:10:55 +00:00
OutCast3k
56cb104ea4 updated sha1sum 2019-12-24 23:01:50 +00:00
OutCast3k
c6f70d000e
Merge pull request #194 from jmacxx/fix_issue_140
fix Issue 140: error logged to console when switching tabs.
2019-12-24 23:00:22 +00:00
OutCast3k
4836b20fae updated sha1sum 2019-12-24 22:47:28 +00:00
OutCast3k
f364ae4b4a
Merge pull request #198 from jmacxx/fix_issue_193
fix: RBF always set when redeeming OP_CHECKLOCKTIMEVERIFY
2019-12-24 22:44:43 +00:00
OutCast3k
64cb387247 updated as outcast3k 2019-12-24 21:53:20 +00:00
btc
b2a86006cf updated sha1sum file 2019-12-24 21:51:33 +00:00
OutCast3k
b5ebaafed8
Merge pull request #202 from junderw/fixScriptNum
Fix script num
2019-12-24 21:49:03 +00:00
kinoshitajona
d4f47fce28
Must do OPs with script method 2019-11-14 15:13:51 +09:00
kinoshitajona
5bd3786f94
Fix ScriptNum 2019-11-14 15:07:15 +09:00
Wowee0
b77f3cf06a fix: RBF always set when redeeming OP_CHECKLOCKTIMEVERIFY 2019-10-18 23:19:52 -05:00
Wowee0
b0c6c3a516 fix Uncaught TypeError logged to console when switching Tx Input and Output tabs 2019-09-23 21:01:03 -05:00
OutCast3k
a6f5dcf7f0 removed debugger code 2019-09-22 20:32:42 +00:00
OutCast3k
cf2a8b01cb update sha1sum file 2019-08-30 17:03:31 +00:00
OutCast3k
261c4ace40
Merge pull request #191 from Wowee0/choose_backend
fix for #189 .. three backend API options for btc/ltc/doge
2019-08-30 17:58:50 +01:00
Wowee0
e18b634c4e fix issue where empty broadcast did not handle the error response appropriately 2019-08-27 11:17:08 -05:00
Wowee0
1f3b878d63 bugfix for blockcypher when address used that has no UTXO 2019-08-22 07:41:36 -05:00
Wowee0
efc16c10fb allow backend API choice between blockcypher/blockchair/chain.so 2019-08-16 16:28:29 -05:00
Wowee0
477ca8890d
Merge pull request #1 from OutCast3k/master
sync with OutCast3k/coinbin
2019-06-15 09:18:15 -05:00