luca vaccaro
luca vaccaro
Sorry, it is not really clear to me the desired behaviour: why do you handle internally the exception, breaking broadcastNetwork(), instead of propagate the exception to the caller (which just...
thanks, I reproduce the previously described case and that hack prevents to call the `stopDaemonAndSetStatus`. On the other hand, maybe just ignoring `localonion` errors on rpc could not be safe...
It looks better now, but `broadcastPeerlist()` fails with error code 0 and it should broadcast the error. If you try to open the peer page when core is off, the...
nit: in the stop case, status label is updated to "STOPPED" but switch is still ON, is it right? if I try to swift OFF, in the log: `E/com.greenaddress.abcore.RPCIntentService: daemon...
ack 932175ebec227869590c15f67d500b686b8e65ac
utack cda9b73315355b6ffa096b0cc8fd8d6f568c81d4
Hi @viendocraz, `ots-cli.js` reads the file in memory as an array of bytes, it is not optimised to big file. You could use an external tool to generate the hash...
Nice stuff, there is a verbose options actually used only on info command, do you think debug var is to prefer rather than verbose option?
Hi, lite client verification sucks very often, and it is a not a "safe" verification. For this reason, the library calls multiple explorers. Moreover, only a few explorers in the...
Hi @StefanoFedeli really useful, thank you. It looks quite good, I'll add some feedbacks on the code. Could you explicit the used strategy to choose which attestations to remove?