Pinned
470 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 1 commit in 1 repository
Created a pull request in bitcoin/bitcoin that received 39 comments
txmempool -/-> validation 1/2: improve performance of check() and remove dependency on validation
Remove the txmempool <-> validation circular dependency by removing txmempool's dependency on validation. There are two functions in txmempool that…
+59
−62
•
39
comments
Opened 1 other pull request in 1 repository
bitcoin/bitcoin
1
open
Reviewed 9 pull requests in 4 repositories
bitcoin/bitcoin
6 pull requests
- validation: mempool validation and submission for packages of 1 child + parents
- mempool: delete exists(uint256) function
-
Add
ChainstateManager::ProcessTransaction - txmempool -/-> validation 1/2: improve performance of check() and remove dependency on validation
- cut the validation <-> txmempool circular dependency 2/2
- Re-include RBF replacement txs in fee estimation