Pinned
5,309 contributions in the last year
Less
More
Contribution activity
August 2021
Created 75 commits in 5 repositories
Created a pull request in bitcoin/bitcoin that received 7 comments
Remove txindex migration code
No supported version of Bitcoin Core used the legacy txindex, so all relevant nodes can be assumed to have upgraded. Thus, there is no need to keep…
+43
−174
•
7
comments
Opened 8 other pull requests in 2 repositories
bitcoin/bitcoin
1
open
5
merged
1
closed
bitcoin-core/crc32c
1
open
Reviewed 19 pull requests in 3 repositories
bitcoin/bitcoin
17 pull requests
- ci: Invalidate depends caches when sources have been changed
-
contrib: use
keys.openpgp.orgto retrieve builder keys - Add feerate histogram to getmempoolinfo
- test: Split rpc_signmessage test for disabled wallet
-
bloom: use Span instead of std::vector for
insertandcontains[ZAP3] - fuzz: check that ser+unser produces the same AddrMan
- make ParseOutputType return a std::optional<OutputType>
- rpc: Add RPCContext
- [p2p] Small follow-ups to 21528
- doc: Add release notes for 22570 (ignore banlist.dat)
- test: refactor: use consistent bytes <-> hex-string conversion in functional test framework
- util: make ParseMoney return a std::optional<CAmount>
- [p2p] Reduce addr blackholes
-
test: remove confusing
MAX_BLOCK_BASE_SIZE - fuzz: replace every fuzzer-controlled while loop with a macro
-
[WIP] refactor: Move mutable globals cleared in
::UnloadBlockIndextoBlockManager - consensus/params: simplify ValidDeployment check to avoid gcc warning