Luke Champine
Luke Champine
I see. Ok, I can think of three options: 1. You can copy the BoltMetaDB code entirely, giving you full control over the implementation. The downside is that your implementation...
Interesting. It looks like `mux` has already written the settings frame and is stuck waiting for a response, while `siamux` thinks it has *not* received the settings frame and is...
Hmm, still not able to reproduce this on either of my Linux machines. :/
I think this is a good flag to have, but I'd want it to be disabled by default (or perhaps make it `-ignore-strings`). The rationale being that most projects don't...
Looks good overall. I would prefer to see the device info printed in a nicer format. Aside from that, just make sure you follow our current style, specifically: - Tabs...
Excellent. I think this is good to merge, but I would like to confirm that it behaves as intended on Windows and Linux as well. @DavidVorick, can we push this...
Hi @RongxinZhang, >no UPnP-enabled gateway found this is more of a warning than an error. Sia will try to automatically forward the ports it needs, and it also uses UPnP...
`BenchmarkReader` is the new algo, ` BenchmarkReaderTree` is the old algo. It's true that it is more complex, but the old algo wasn't really just 4 lines of code; much...
`TestReaderMatch` is intended to catch any discrepancies between the old algo and the new algo. That way, we can tie the correctness of the new algo to the well-established correctness...
The easiest way to do this would be to manually edit the relevant constants in types/constants.go, namely `RootTarget`. Even then, if you are mining blocks too quickly, the difficulty will...