Sponsors
Block or Report
Block or report fanquake
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
core-review Public
Scripts, tools & info for doing Bitcoin Core development and code review
-
-
3,415 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2023
Created 43 commits in 7 repositories
Created a pull request in bitcoin/bitcoin that received 8 comments
mapport: require miniupnpc API version 17 or later
Version 17 is currently the latest version, see: https://github.com/miniupnp/miniupnp/blob/master/miniupnpc/apiversions.txt, and has been available…
+9
−12
•
8
comments
Opened 11 other pull requests in 4 repositories
bitcoin/bitcoin
3
merged
3
open
google/oss-fuzz
2
merged
Homebrew/homebrew-core
2
closed
miniupnp/libnatpmp
1
open
Reviewed 14 pull requests in 1 repository
bitcoin/bitcoin
14 pull requests
- build: set boost cppflags with --enable-fuzz
-
depends: define
__BSD_VISIBLE
for FreeBSD bdb build - ci: Use the latest Ubuntu LTS for "ARM64 Android APK" task
- doc: Document affected gcc versions for -fstack-reuse=none workaround
- doc: use arch agnostic clang path in fuzzing doc (macOS)
- test: create random and coins utils, add amount helper, dedupe add_coin
-
p2p: Replace RecursiveMutex
m_tx_inventory_mutex
with Mutex and rename it - util: remove WSL 1 workaround in fs
- guix: consolidate to glibc 2.27 for Linux builds
- Bugfix: Skip tests for tools not being built
- ci: Print iwyu patch in git diff format
- build: prune Boost headers in depends
- build: no-longer disable WARN_CXXFLAGS when CXXFLAGS is set
-
ci: avoid using
-Werror
for older compilers