Commit Graph

129 Commits

Author SHA1 Message Date
Liam Fitzgerald
fdd2dd4530
btc-wallet: trivial change to force rebuild 2021-06-02 14:34:47 +10:00
Liam Fitzgerald
b73b9ad9db
btc-wallet: trivial change to force rebuild 2021-06-02 14:21:21 +10:00
janeway
13bc8805fd
glob: update to 0v6.usbmp.0s7fs.9dobf.8n2b8.gr1d4 2021-06-02 13:06:26 +10:00
Liam Fitzgerald
377f536276
btc-wallet: trivial change to force rebuild 2021-06-02 12:39:55 +10:00
Liam Fitzgerald
06309a4dab
btc-wallet: trivial change to force rebuild 2021-06-02 12:29:13 +10:00
Liam Fitzgerald
31d3f01fe0
SidebarList: filter hidden messages 2021-06-02 11:18:11 +10:00
Matilde Park
463059ba20 btc: remove console.logs to prompt rebuild 2021-06-01 18:18:43 -04:00
matildepark
7ea6c246ce
Merge pull request #4955 from urbit/lf/btc-dev-fix
btc-wallet: fix dev proxy
2021-05-28 12:46:09 -04:00
Liam Fitzgerald
12f3ab7651
btc-wallet: fix dev proxy 2021-05-28 14:16:55 +10:00
janeway
457904368b
glob: update to 0v2lque.i3rgs.9utfa.sk8o5.u9h6q 2021-05-28 11:25:30 +10:00
matildepark
c81bdda122
Merge pull request #4947 from urbit/ixv/btc-warning-style
btc: fix warning link style
2021-05-27 17:55:39 -04:00
ixv
e4e14c3457 btc: fix warning link style 2021-05-27 14:52:56 -07:00
janeway
66537f39a5 glob: update to 0v3.p6u25.2ltvl.kdnbq.a2uq4.9uhqu 2021-05-27 12:39:22 -07:00
Matilde Park
2a8edc7704 btc: remove urbitrc import 2021-05-27 13:37:28 -04:00
Liam Fitzgerald
b8ec17f08c btc-wallet: standardise build process 2021-05-26 18:30:18 -07:00
ixv
7b6e054ad5 btc: link to urbit.org to learn more about wallet 2021-05-26 18:30:18 -07:00
ixv
db952bd22d btc: switch network to bitcoin 2021-05-26 18:30:18 -07:00
ixv
0b2e28934b btc: stop putting so many things in window 2021-05-26 18:30:18 -07:00
ixv
40d69b5a02 btc: invoice error handling 2021-05-26 18:30:18 -07:00
pkova
74492b7b0f btc: add reworked urbit-key-generation, fixes in bridge flow 2021-05-26 18:30:18 -07:00
ixv
01c48b5c2e btc: connection status styling 2021-05-26 18:30:18 -07:00
ixv
8770e1e00c btc: persist preferred currency; clean up btc currency style 2021-05-26 18:30:18 -07:00
ixv
84f6aa33d0 btc: feepicker dismissal 2021-05-26 18:30:18 -07:00
ixv
87855eadc4 btc: copy truncated address 2021-05-26 18:30:18 -07:00
ixv
b157f9ddde btc: switch feepicker 2021-05-26 18:30:18 -07:00
ixv
0da2778193 btc: update hash verification process 2021-05-26 18:30:18 -07:00
pkova
7b44129a43 btc: confirm master ticket on wallet setup 2021-05-26 18:30:18 -07:00
pkova
62bc36c918 btc: overflow-wrap addresses on sent screen 2021-05-26 18:30:18 -07:00
pkova
4bd945ee6e btc: add signing through bridge 2021-05-26 18:30:18 -07:00
pkova
aa7811c2f5 btc: make feePicker position: absolute instead of relative 2021-05-26 18:30:18 -07:00
pkova
234b2be133 btc: add invalid key error handling 2021-05-26 18:30:18 -07:00
pkova
a4c03cc630 btc: add dust error handling 2021-05-26 18:30:18 -07:00
pkova
d93020d9c6 btc: add basic error handling 2021-05-26 18:30:18 -07:00
ixv
41685a88c0 btc: settings page 2021-05-26 18:30:18 -07:00
ixv
a791a2edf1 btc: fix history bug 2021-05-26 18:30:18 -07:00
ixv
36f8167986 btc: attach note to transaction 2021-05-26 18:30:18 -07:00
ixv
d6a695c131 btc: blur and warning typo 2021-05-26 18:30:18 -07:00
pkova
4a0caa9fc3 btc: add balance events on handle-address-info 2021-05-26 18:30:18 -07:00
Isaac Visintainer
84ccb732e6 btc: finish fee picker 2021-05-26 18:30:18 -07:00
Isaac Visintainer
aa5ccf8122 btc: add warning message 2021-05-26 18:30:18 -07:00
édouard
2c6c83bc14 stying edits: small collection of various visual fixes
All edits were constrained within the `/components` directory of the wallet src. Most involve simple value switches and other similarly simple fixes, towards matching designs.
2021-05-26 18:30:18 -07:00
pkova
1a096efbba btc: retry logic for unconfirmed balance, show it on frontend 2021-05-26 18:30:18 -07:00
Isaac Visintainer
24db04bccc temp 2021-05-26 18:30:18 -07:00
Isaac Visintainer
2288858302 btc: route network info from top level 2021-05-26 18:30:18 -07:00
Isaac Visintainer
df3f6c9042 btc: address validation; loading states in sending flow 2021-05-26 18:30:18 -07:00
Isaac Visintainer
4a67c56706 btc: add icon 2021-05-26 18:30:18 -07:00
pkova
a740b7ea1f btc: round denominated amounts on invoice and sent screens 2021-05-26 18:30:18 -07:00
pkova
89b7a24109 btc: reset psbt state on exit from sending flow
This fixes trying to access beyond buffer length errors.
2021-05-26 18:30:17 -07:00
pkova
bdf64a9613 btc: add x to final component in sending flow 2021-05-26 18:30:17 -07:00
Isaac Visintainer
78c0235c99 btc: bug and style fixes for transaction history 2021-05-26 18:30:17 -07:00
Isaac Visintainer
b58fe46fdc btc: fix issue with channel-js part 2 2021-05-26 18:30:17 -07:00
Isaac Visintainer
e3c20a2901 btc: improved transitions and error handling for startup modals 2021-05-26 18:30:17 -07:00
Isaac Visintainer
a9706c7ece btc: fix prod build 2021-05-26 18:30:17 -07:00
Isaac Visintainer
517d26a3f7 btc: improved initial loading display 2021-05-26 18:30:17 -07:00
Isaac Visintainer
99a44640f0 btc: fix issue with channel-js resubscribes 2021-05-26 18:30:17 -07:00
Isaac Visintainer
ac02810fde btc: fix currencyValue in transaction.js 2021-05-26 18:30:17 -07:00
pkova
5d44b596d0 btc: propagate psbt state through balance component 2021-05-26 18:30:17 -07:00
Isaac Visintainer
e043273446 btc: currency rate polling and reducer 2021-05-26 18:30:17 -07:00
Isaac Visintainer
02b4ac1a91 btc: fix transaction ordering 2021-05-26 18:30:17 -07:00
Isaac Visintainer
e759050eb2 btc: check if payee has wallet; allow sending to external addresses 2021-05-26 18:30:17 -07:00
Isaac Visintainer
f161ef69ec btc: some frontend cleanup 2021-05-26 18:30:17 -07:00
Isaac Visintainer
197934f95b btc: address copying 2021-05-26 18:30:17 -07:00
Isaac Visintainer
2158e9a4cd btc: transaction history 2021-05-26 18:30:17 -07:00
pkova
fdfcf27ec4 btc: make button in send.js reactive 2021-05-26 18:30:17 -07:00
pkova
c8c1bdf0be btc: add USD currency conversion rate fetching 2021-05-26 18:30:17 -07:00
pkova
44767c00dd btc: styling improvements in invoice.js 2021-05-26 18:30:17 -07:00
pkova
a548414baf btc: styling improvements in send.js 2021-05-26 18:30:17 -07:00
pkova
2391185916 btc: add final screen for sending flow 2021-05-26 18:30:17 -07:00
pkova
32477257c9 btc: make invoice send btc button reactive 2021-05-26 18:30:17 -07:00
pkova
4c22a439e4 btc: go to invoice screen only after receiving psbt 2021-05-26 18:30:17 -07:00
pkova
b3d0919cba btc: fix walletModal fprint, balance.js initial state 2021-05-26 18:30:17 -07:00
pkova
b95b167646 btc: add unstaged files, fix fingerprint length 2021-05-26 18:30:17 -07:00
pkova
215784af44 btc: add mvp sending flow 2021-05-26 18:30:17 -07:00
Isaac Visintainer
fbb74c5ab2 btc: fix issue with wallet generation from master ticket 2021-05-26 18:30:17 -07:00
Isaac Visintainer
4066f21ec1 temp: fix balance issue 2021-05-26 18:30:17 -07:00
Isaac Visintainer
da7fe35a60 temp commit: beginning balance and transactions page 2021-05-26 18:30:17 -07:00
Isaac Visintainer
cc7318aaa9 btc: provider/wallet setup flow 2021-05-26 18:30:17 -07:00
Isaac Visintainer
d32e78799f btc: more frontend template stuff 2021-05-26 18:30:17 -07:00
Isaac Visintainer
fc1dbe4f30 btc: frontend template 2021-05-26 18:30:17 -07:00