William Swanson

Results 60 comments of William Swanson
trafficstars

Indeed, this seems like the wrong behavior. I don't have much free time to work on this, but I'll prioritize reviewing any PR's that might fix it.

I don't have a Windows box at the moment, but if you provide a pull request, I would be happy to merge it. I think the approach in `visit_struct` looks...

Oh, interesting. We'll need to look at upgrading, then.

Our wallet generates a new address for every transaction. The HD wallet seed is used to set up the random number generator that does this. You can get full details...

We follow the wallet structure given in the BIP. So, it's master seed (m), then wallet 0 (m0), then chain 0 (m00), and finally the address index (m00n). We use...

We sometimes encounter problems like these when Xcode isn't correctly set up. Try running `xcode-select --install` to ensure that the command-line tools are properly configured. When basic system functions like...

I see, so you are just bypassing the rest of the Airbitz dependencies, and focusing on the libbitcoin immediate requirements. Of those, only boost is genuinely broken. That's promising! The...

Yikes! Let me see If I can figure out what's going on.

@teneighty: The core seems to be working properly, returning an error code from `ABC_ParseUri`. This appears to be a GUI issue.

Thanks for the bug report. We have code that trims any output less than the dust threshold, and it sounds like you are hitting that. The GUI is supposed to...