David Vorick

Results 89 comments of David Vorick

Should we just have 1 RPC between the renter and the host? There are multiple things you can do: + upload + download + renew + fetch sector ids +...

This is causing errors in our project. Can one of the maintainers review this issue and #372?

@benbjohnson it actually does not seem to be working. Code: ``` println("deleting from a bucket") println(bp.Stats().KeyN) err := bp.Delete(heightBytes) if err != nil { panic(err) } println("deleted from the bucket")...

Want to go ahead and include in this issue all common file metadata such as creation time, etc.

Does it make sense to have atime be different from download time? Isn't a download an access? I can see why you'd have a difference between creation and upload time...

We're not confident the fixes are an overall step in the right direction. Anything we merge, we'll be stuck with for a long time, and the fixes had issues and...

better the devil you know than the one you don't, I guess. Another contributor is taking a stab at making their own explorer module. I'm not sure how far they...

@magmel48 we're currently working with the ledger hardware and development kit to make sure that these API endpoints are compatible with hardware wallets. We take compatibility pretty seriously at Sia,...

@lmckenzie that might not be legal. HitBTC is custodian to your money, they have to respond to requests to withdraw it. Hardware wallets have never been a feature for Sia,...

Looks pretty good to me. I'm wondering if we should do a little extra work here to make sure that we can support HD keys in the future. I'm not...