sairaj mote
951697a34b
code refactoring
2022-10-26 18:42:44 +05:30
sairaj mote
9a7b55c381
Added standard and bech32 conversion UI logic
2022-10-26 14:07:09 +05:30
5c0fbfe953
Update lib_btc.js
2022-10-18 19:07:25 +05:30
7b8764fd2c
Update lib_btc.js
2022-10-18 12:23:28 +05:30
7f402a375c
Update lib_btc.js
2022-10-18 09:54:40 +05:30
cb21c7f84b
decode of bech32multisig added
2022-10-17 13:48:21 +05:30
sairaj mote
5095dd5225
UI fix
2022-10-16 17:00:00 +05:30
sairaj mote
ae9f892b93
UI bug fix
2022-10-16 16:55:25 +05:30
49c6a30885
Update lib_btc.js
2022-10-10 17:49:00 +05:30
0b9a71a1a2
Update lib_btc.js
2022-10-10 17:46:53 +05:30
e9490c8b67
exposing encoding and decoding bech32
2022-10-10 17:35:36 +05:30
92c15c67a4
Updated scriptcode creator
2022-10-01 19:18:31 +05:30
eb3513a23f
Bux fix in Bitcoin signature
...
Signature updated to take into account sighash_type
2022-09-28 18:08:21 +05:30
17bd919673
Added simplified Bitcoin signature
2022-09-28 17:40:09 +05:30
cb56d36a14
Added ripmd160-sha256 double hash
2022-09-25 12:13:04 +05:30
8d07e1201c
Update lib_btc.js
2022-09-22 07:47:51 +05:30
34dd44e0bb
Update lib_btc.js
2022-09-22 07:40:53 +05:30
926f8150ec
Update lib_btc.js
2022-09-21 17:43:40 +05:30
sairaj mote
2b4e77c6ea
Merge branch 'main' of https://github.com/ranchimall/btc-webwallet
2022-09-21 16:24:19 +05:30
sairaj mote
647fee26e6
bug fix
2022-09-21 16:23:27 +05:30
b9ac6d73f8
Modified double SHA256 to fit BIP143
2022-09-21 16:02:08 +05:30
4579562765
Added direct double SHA computation
2022-09-21 15:31:49 +05:30
1d08007754
minor bug fix
...
Added definition of curve when decompressing public key
2022-09-21 01:36:48 +05:30
sairaj mote
218f084abb
minor bug fix
2022-09-21 00:24:22 +05:30
448299c3c8
Update lib_btc.js
2022-09-20 19:02:58 +05:30
974cf960fb
Utility functions added
...
Functions for easier Signature computation, transaction hash computation, signature verification
2022-09-20 16:44:27 +05:30
sairaj mote
1c3dabed86
minor UI fix
2022-08-28 22:17:54 +05:30
sairaj mote
f210f51fc3
added "old browser" warning
2022-08-04 17:16:53 +05:30
sairaj mote
8c622dfa38
minor code refactoring
2022-08-03 17:17:05 +05:30
sairaj mote
cfcc82fb00
Added transaction details searching
2022-08-02 02:39:09 +05:30
sairaj mote
6fa634b096
Bug fixes and UX improvements
...
-- added better indication for pending transactions
-- fixed details of same address not refreshing when clicking on 'go' again
-- made 'all' as default for searched address
-- added a favicon
2022-07-31 17:17:47 +05:30
sairaj mote
c409ade8f6
bug fixes
2022-07-30 16:07:58 +05:30
sairaj mote
6237ce452b
code refactoring
2022-07-30 14:49:19 +05:30
sairaj mote
603312db4e
replaced jquery ajax
2022-07-29 00:09:46 +05:30
sairaj mote
7c0aeef420
bug fixes
2022-07-28 23:47:53 +05:30
sairaj mote
be881dbebc
bug fixes
2022-07-28 17:16:08 +05:30
sairaj mote
6395707bfa
bug fix
2022-07-26 17:59:11 +05:30
sairaj mote
b306a1fecc
UI fix
2022-07-26 17:57:11 +05:30
sairaj mote
f4c48245d8
bug fix
2022-07-26 17:55:21 +05:30
sairaj mote
250da3f03b
added routing for address details
2022-07-26 17:53:15 +05:30
sairaj mote
15eacc1dba
minor UX improvements
2022-07-26 17:27:24 +05:30
sairaj mote
834b31fa65
added visual cue for unconfirmed tx
2022-07-26 17:18:42 +05:30
sairaj mote
0c40a15a31
fixed a typo
2022-07-26 17:07:02 +05:30
sairaj mote
6b7644ada4
UI tweaks
2022-07-25 22:43:25 +05:30
sairaj mote
a68191de3a
minor UI tweaks
2022-07-25 20:13:30 +05:30
sairaj mote
37bf4fe12e
minor UI fix
2022-07-25 18:29:38 +05:30
sairaj mote
01776fdc82
minor UX improvements
2022-07-25 16:17:55 +05:30
sairaj mote
528ec5a21e
UI revamp
2022-07-24 23:43:40 +05:30
sairajzero
8158fc91d8
UI update
...
- Added: 'Convert' Tab/Panel
- Added: form for address conversion (BTC<->FLO)
- Moved: key conversion form to Convert tab
2022-06-28 02:44:26 +05:30
sairajzero
7d6df3d6dd
cross-blockchain: address conversion
...
- convert address from one blockchain to another (target version required)
- Conversions: btc_api.convert
. legacy2legacy
. legacy2bech
. bech2bech
. bech2legacy
2022-06-28 02:41:04 +05:30