Mark Friedenbach

Results 22 issues of Mark Friedenbach

Add three command-line options for specifying parameters necessary to run bitcoin-seeder as a DNS seed for an alt-chain: “--seed ” to override the built-in bitcoin seed nodes; “--p2port ” to...

This pull-request adds scripts to build a local environment for development, configured to match Github's environment as closely as possible. Executing `./configure && make` in the root directory will download...

The Apple notary service requires submitted app bundles to be configured to use the hardened runtime libraries. This is configured at signing time, and supported by the signapple tool Bitcoin...

Transaction counts aren't known for block history loaded from a snapshot. If you start with `-checkblockindex` after loading a snapshot, the bitcoin daemon will core dump. The test suite does...

Bug

Adds four command-line options for specifying parameters necessary to run bitcoin-seeder as a DNS seed for bitcoin-like networks other than mainnet/testnet: - “--seed ” to override the built-in bitcoin seed...

The Dockerfile (added by @webcashminer) relies on the Google package repositories for installing Bazel, which do not yet support arm64. The official GitHub build repositories for Bazel do have arm64...

We build all the dependencies that drogon needs on Linux, yet somehow the Bazel build process picks up system libraries instead of the sandboxed dependencies during linking. I have no...

The witness root is allowed to be placed at an arbitrary position up to seven layers deep in a Merkle tree structure. The witness nonce is now the branch through...

Fallback on Python stdlib's update_wrapper if the Django version is not available (removed in 1.6), and use django.conf.urls instead of django.conf.urls.defaults (replaces #5). Both of these API points are depreciated,...

...quired for the django-admin-bootstrapped templates to work.