Douglas Roark

Results 12 issues of Douglas Roark

A stray .o file got checked in. Remove it.

Hello. I'm getting some warnings under GCC 7.2 that I'm not getting under Xcode 9.2 (uses Clang 4.0, I believe). Any ideas on resolving them? I suppose I could pass...

The code relies on a global flag to determine if BIP 150 will operate in public mode (1-way auth). There are cases where code may not have access to the...

- When Armory used Crypto++, Armory didn't add a null character to the string to be Base58-encoded. libbtc expects a null character to be present and will fail otherwise. Check...

Due to Visual Studio settings, C4996 warnings are treated as errors. Skip the warnings, which are annoying but harmless.

- The virtual size of a TX can be useful info to have, as it's what is used to calculate the fee when fee/byte is used. Allow users to get...

Armory has a *lot* of warnings in its C++ code (not including third-party code, which is typically not touched). Start the process of fixing the warnings, starting with header files...

- Clean up README. - Update build instructions for macOS and Linux. - Add install instructions for Linux. - Minor ArmoryDB update.

- http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ states that only apps should have the lock file checked into repos. Gems don't care, and this is a moving target anyway. Delete Gemlock files. - Update Jekyll...