Fernando Falci
Fernando Falci
Nothing wrong. > they seems unnecessary for personal domains. it's not `pay at falci.com` it would be `pay to falci.com`
I have DANE proper configured on my personal website, as well as lightning address. This may be, so far, the only website with both features. If anyone wants to explore...
When we make an https request, programmatically or via browser, the SSL is automatically verified. I wish DANE verification could be done that simple. But basically, the client making the...
My use case is risk free, since the address will be used, just by a lazy party
Got your point. Maybe this feature could be activated under a check, where the user says that understand what it means. My point is: some information is better than no...
There's an open bounty for this feature on handshake-org/hsd/issues/606
Ah, my bad. In this case, I'd suggest to rename the title and use `signmessage` and `verifymessage` instead.
If you don't have a HNS resolver available, you can also see it at: http://parking.sinpapeles.xyz/
No blocker at all. Whenever you can. Let me know if you need help with GutHub Action scripts.
My temporary fix: ```javascript const coinbase = require('coinbase-commerce-node'); coinbase.resources.Charge.resolve = code => axios.post(`https://api.commerce.coinbase.com/charges/${code}/resolve`, { headers: { 'X-CC-Api-Key': COINBASE_APIKEY, 'X-CC-Version': '2018-03-22', }, }); ```