Dan Anderson
Dan Anderson
Yes it is unreachable because of the while loop. I put it there in case someone wants to change the code and exit from the while loop.
For `ffi.h`, which is missing, you need package `libffi-dev`: `dpkg -S ffi.h libffi-dev:amd64: /usr/share/doc/libffi6/html/Using-libffi.html` So `libffi-dev` appears to be missing as a dependency. You can file a PR if that...
I haven't seen Meson used before but from what I see it's a lot better than Autotools/Automake. X Windows moved from imake templates to Autotools and plans to move to...
I did not write this, but yes, it sounds like a bug. The old record in the database is not deleted. Transactions in the original blockchain cannot be deleted, but...
You have a version mismatch--two different versions of Protobuf. Your compiler version is newer than your library version. See issue #42
This may be fixed with PR #48
This seems to go backward from bionic (Ubuntu 18) to xenial (Ubuntu 16). Is this to solve a current problem with no stable Bionic release (yet)? A workaround: Change `shell/Dockerfile`...