Popular repositories
3,780 contributions in the last year
Contribution activity
December 2020
Created 198 commits in 7 repositories
Created 2 repositories
- MarcoFalke/bitcoinops.github.io JavaScript
- MarcoFalke/crc32c C++
Created a pull request in bitcoin/bitcoin that received 26 comments
fuzz: Link all targets once
Currently the linker is invoked more than 150 times when compiling with --enable-fuzz. This is problematic for several reasons:
It wastes disk spa…
+476
−1,307
•
26
comments
Opened 38 other pull requests in 7 repositories
bitcoin/bitcoin
11
open
18
merged
- util: Add ArgsManager::GetCommands() and use it in bitcoin-wallet
- wallet: Add missing check for -descriptors wallet tool option
- test: Fix restart node race
- ci: Install missing lint packages
- ci: Only use credits for pull requests to the main repo
- fuzz: Call SendMessages after ProcessMessage to increase coverage
- Replace boost::optional with std::optional
- [0.21] final rc4 backports
- fuzz: Hide script_assets_test_minimizer
- doc: Move addr relay comment in net to correct place
- refactor: Remove nMyStartingHeight from CNode/Connman
- chainparams: Add default fixed seeds for signet
- cirrus: Schedule one task with paid credits for faster CI feedback
- test: Use Popen.wait instead of RPC in assert_start_raises_init_error
- [0.21] final rc3 backports
- Move TX_MAX_STANDARD_VERSION to policy
- Remove unused bits from service flags enum
- build: Update crc32c subtree
- util: Allow use of C++14 chrono literals
- log: Clarify that failure to read/write fee_estimates.dat is non-fatal
- Remove unused and confusing CTransaction constructor
- rpc: Add missing BlockUntilSyncedToCurrentChain to wallet RPCs
- test: Fix intermittent wallet_multiwallet issue with got_loading_error
- doc: Use FeeModes doc helper in estimatesmartfee
- refactor: Use C++17 std::array where possible
- Some pull requests not shown.
MarcoFalke/bitcoin-core
3
closed
bitcoin-core/gitian.sigs
2
merged
bitcoinops/bitcoinops.github.io
1
open
bitcoin-core/qa-assets
1
merged
cirruslabs/cirrus-ci-agent
1
closed
cirruslabs/cirrus-ci-web
1
closed
Reviewed 35 pull requests in 2 repositories
bitcoin/bitcoin 34 pull requests
- net processing: Move block inventory state to net_processing
- ci: Fix COMMIT_RANGE variable value
- ci, doc: Travis CI features and mentions cleanup
- ci: Move linter task to cirrus
- wallettool: add parameter to create descriptors wallet
- fuzz: Fill various small fuzzing gaps
- fuzz: Add fuzzing harness for node eviction logic
- wallettool: Add dump and createfromdump commands
- rpc: deprecate `addresses` and `reqSigs` from rpc outputs
- net: use std::chrono throughout maxOutbound logic
- p2p: ignore post-verack sendaddrv2 instead of disconnecting
- build: Fix macOS code signing by pre-allocating space for the code signature during gitian build
- net processing: Remove nStartingHeight check from block relay
- net: Add unit testing of node eviction logic
- test: run mempool_expiry.py even with wallet disabled
- net processing: Tolerate sendheaders and sendcmpct messages before verack
- Improve heuristic hex transaction decoding
- Don't send 'sendaddrv2' to pre-70016 software, and send before 'verack'
- net: Remove g_relay_txes
- tests: Create or use existing properly initialized NodeContexts
- rpc, refactor: Avoid duplicate set lookup in gettxoutproof
- wallet: introduce setfeerate (an improved settxfee, in sat/vB)
- Qt: Add Android packaging support
- tests: Test that a fully signed tx given to signrawtx is unchanged
- ci: Build with --enable-werror by default, and document exceptions
- Some pull request reviews not shown.
bitcoin/bips 1 pull request
Created an issue in bitcoin/bitcoin that received 22 comments
v0.21.0 testing
Link to announcement: rc3: https://lists.linuxfoundation.org/pipermail/bitcoin-core-dev/2020-December/000095.html rc2: https://lists.linuxfoundati…
22
comments