- 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,720 contributions in the last year
Less
More
Contribution activity
March 2022
Created 79 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 22 other pull requests in 2 repositories
bitcoin/bitcoin
14
open
5
merged
2
closed
- 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 39 pull requests in 1 repository
bitcoin/bitcoin
39 pull requests
- init: disallow reindex-chainstate when pruning
- wallet: Fix wallet loading race during node start
- Replace struct update_fee_delta with lambda
- build: Add -Wdeprecated-enum-enum-conversion
- 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
- wallet: generate random change target for each tx for better privacy
- wallet: Add sanity checks to DiscourageFeeSniping
- build: Bump minimum required clang/libc++ to 8.0
- 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
