- Malmö, Sweden
Block or Report
Block or report MarcoFalke
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
llvm/llvm-project Public
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at…
-
-
-
5,742 contributions in the last year
Less
More
Contribution activity
March 2022
Created 95 commits in 4 repositories
Created a pull request in bitcoin/bitcoin that received 18 comments
Use designated initializers
Designated initializers are supported since gcc 4.7 (Our minimum required is 8) and clang 3 (Our minimum required is 7). They work out of the box w…
+35
−13
•
18
comments
Opened 25 other pull requests in 2 repositories
bitcoin/bitcoin
13
open
9
merged
2
closed
- Add AGGREGATE_NO_COPY_ONLY_MOVE helper
- doc: Fix decodepsbt docs
- test: Run non-wallet tests only once
- test: Limit scope of id global which is shared between subtests
- Replace struct update_fee_delta with lambda
- test: Add diamond-shape prioritisetransaction test
- test: Use MiniWallet in feature_coinstatsindex
- doc: Add template for empty release notes
- Move txoutproof RPCs to txoutproof.cpp
- doc: Fix getblockchaininfo/getdeploymentinfo RPC docs
- test: Fix intermittent failure in feature_segwit
- test: Actually print TSan tracebacks
- ci: Temporarily use clang-13 to work around clang-14 TSan bug
- Enforce BIP 68 from genesis
- Remove LOCKTIME_MEDIAN_TIME_PAST constant
- doc: Clarify that CheckSequenceLocksAtTip is a validation function
- Remove unused feebumper code
- wallet: Use single FastRandomContext when creating a wallet tx
- rpc: Split mempool RPCs from blockchain.cpp
- test: Fix generate calls and comments in feature_segwit
- Add missing fs::u8path wrap
- doc: Add link to release note draft in the wiki
- build: Minor leveldb subtree update
- build: update ax_cxx_compile_stdcxx to serial 14
google/oss-fuzz
1
merged
Reviewed 42 pull requests in 1 repository
bitcoin/bitcoin
42 pull requests
- test: use MiniWallet for mempool_package_onemore.py
- test: use MiniWallet for mempool_updatefromblock.py
- test: Run non-wallet tests only once
- init: disallow reindex-chainstate when pruning
- wallet: Fix wallet loading race during node start
- Replace struct update_fee_delta with lambda
- qt: Avoid potential -Wdeprecated-enum-enum-conversion warnings
- build: Remove negated --enable-fuzz checks from build system
- ci: add ci/scratch dir to .gitignore
-
refactor: Move mutable globals cleared in
::UnloadBlockIndextoBlockManager - test: use MiniWallet for rpc_createmultisig.py
- wallet: Use single FastRandomContext when creating a wallet tx
- Use designated initializers
- doc: Add template for empty release notes
- fuzz: execute each file in dir without fuzz engine
-
[RFC] wallet: avoid mixing different
OutputTypesduring coin selection - tests: Unit tests for IsPayToWitnessScriptHash and IsWitnessProgram
- util: Add -shutdownnotify option
- logging: Add severity level to logs
- p2p: Remove GetAdjustedTime() from AddrMan
- doc: rewrite dependencies.md
- Only load BlockMan in BlockMan member functions
- rpc: Split mempool RPCs from blockchain.cpp
-
refactor: Remove
gArgsfrombdb.handsqlite.h - Remove LOCKTIME_MEDIAN_TIME_PAST constant
- Some pull request reviews not shown.
Created an issue in bitcoin/bitcoin that received 7 comments
wallet: Rethinking MIN_CHANGE
MIN_CHANGE is a privacy leak, since it is an easily observable wallet behaviour. Any output almost equal, but minimally larger than MIN_CHANGE is h…
7
comments
