andrewchambers

Results 369 comments of andrewchambers

Indeed, your libc project is interesting, generalizing the approach could be decent to bring lots of C libs and interpreters to pure go at least from the end users point...

Nice, I agree adding C there seems excessive, it was mostly just copy pasted from my uri package.

@ritaCanavarro Sure, I used an azure connection string to create an azure bucket, but the library said my config was invalid by giving an error saying I needed to specify...

I agree signing, and verifying can be completely offline but... How do you gain access to the public key to verify the signatures though? There needs to be a public...

sweet, maybe that can be merged in, it just needs to be added to the stellar ui.

I realise (i meant in the future) , but if they are gonna do it, we don't need to. I don't know how much things are diverging in terms of...

I don't understand how ripple or stellar can be securely used without this feature. Its currently impossible to securely prove a stellar address holder authored any sort of request. This...

I agree 100 percent the server doesn't need any verify methods. What is needed is a stellard function of the form: getPubKey(address) -> pubkey So the client can actually verify...

You are not understanding properly, You don't have access to a persons private key (thats the point), so you cant derive it. The only way this works is if they...