Matthew Zipkin
Matthew Zipkin
We don't do that and since claim strings are just like address they change every time one is used. What we could do is check the TXT and decode the...
If you wanted to add this check to Bob, you'd call this function to decode the TXT claim string: https://github.com/handshake-org/hsd/blob/master/lib/covenants/ownership.js#L122 Then theres a few ways to check if the address...
Let's leave this open, it can be closed with a patch
Ok a few big ideas: # 1. refactor wallet signing proxies This is a common pattern in wallet service: https://github.com/kyokan/bob-wallet/blob/de90b37e9955350c58f1b92af7da38ece1ec0571/app/background/wallet/service.js#L599-L602 Basically every wallet tx action from the UI gets split...
other UI nit: youll need to expand the area for receive addresses ;-) ```diff diff --git a/app/components/ReceiveModal/receive.scss b/app/components/ReceiveModal/receive.scss index a3316a8..ff4d760 100644 --- a/app/components/ReceiveModal/receive.scss +++ b/app/components/ReceiveModal/receive.scss @@ -73,7 +73,6 @@ border:...
👍 As long as we're here, might be nice to see the crypto-currency type in the main "Cases" table as well ;-) I received a little BCH in my wallet...
That makes sense. It's a tough situation when the bitcoin node can't detect payments though ;-)
Agreed. But, are reviews stored on the vendor's node? Seems like a clever scammer could prevent negative reviews from being seen.
Following this issue. I've used ``'s to get the desired spacing on an OB profile: https://openbazaar.com/store/home/QmdAQLHfGx1yUWC1mqcjar1w7oimUDS4S8qFaYSbXyt6TC
@alwaysAn0n check this out