- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Dec 7 2022
Dec 7 2022
Dec 5 2022
Dec 5 2022
Dec 2 2022
Dec 2 2022
sdulfari requested changes to D12730: test: MiniWallet: skip mempool check if `mempool_valid=False`.
Dec 1 2022
Dec 1 2022
Nov 30 2022
Nov 30 2022
sdulfari committed rABC0a54d7ebf386: tests: Add fuzzing harness for CConnman (authored by practicalswift <practicalswift@users.noreply.github.com>).
tests: Add fuzzing harness for CConnman
sdulfari committed rABC337285c4c127: [doc] Bump fuzzer child process memory limit (authored by sdulfari).
[doc] Bump fuzzer child process memory limit
Nov 29 2022
Nov 29 2022
Nov 23 2022
Nov 23 2022
Nov 22 2022
Nov 22 2022
sdulfari committed rABC5c1a099852e6: log: improve some validation log messages to include hashPrevBlock (authored by sdulfari).
log: improve some validation log messages to include hashPrevBlock
Nov 18 2022
Nov 18 2022
sdulfari requested review of D12538: log: improve some validation log messages to include hashPrevBlock.
sdulfari updated the diff for D12370: [avalanche] Add experimental difficulty penalty for blocks that arrive sooner than 2 minutes from the previous block.
Tabling this patch for now considering recent improvements in UX on multiple exchanges. The risk now outbalances the benefits.
Nov 17 2022
Nov 17 2022
Nov 16 2022
Nov 16 2022
Nov 10 2022
Nov 10 2022
sdulfari committed rABCeb59cc4c20f7: [avalanche] Give peer discovery functional test class a unique name (authored by sdulfari).
[avalanche] Give peer discovery functional test class a unique name
[avalanche] Fix typo in test comments
sdulfari requested review of D12472: [avalanche] Give peer discovery functional test class a unique name.
Nov 9 2022
Nov 9 2022
Nov 8 2022
Nov 8 2022
Nov 7 2022
Nov 7 2022
Nov 4 2022
Nov 4 2022
Nov 3 2022
Nov 3 2022
Nov 2 2022
Nov 2 2022
teamcity awarded D12370: [avalanche] Add experimental difficulty penalty for blocks that arrive sooner than 2 minutes from the previous block a Mountain of Wealth token.
teamcity awarded D12370: [avalanche] Add experimental difficulty penalty for blocks that arrive sooner than 2 minutes from the previous block a Piece of Eight token.
Nov 1 2022
Nov 1 2022
What is the use case for adding this field in addition to isfinalblock RPC?
Oct 31 2022
Oct 31 2022
sdulfari committed rABC1cfb3559c159: [avalanche] Add compile and runtime assertions that cs_main is not held for… (authored by sdulfari).
[avalanche] Add compile and runtime assertions that cs_main is not held for…
Oct 28 2022
Oct 28 2022
sdulfari updated the diff for D12373: [avalanche] Add compile and runtime assertions that cs_main is not held for some avalanche Processor functions.
Revert moving quorum check in net code. I'm not able to reproduce this for some reason.
Oct 27 2022
Oct 27 2022
sdulfari updated the diff for D12373: [avalanche] Add compile and runtime assertions that cs_main is not held for some avalanche Processor functions.
Use LOCKS_EXCLUDED instead of EXCLUSIVE_LOCKS_REQUIRED because cs_main locks are taken in too many places to exclude cs_main from everywhere it should not be taken. For more info see https://clang.llvm.org/docs/ThreadSafetyAnalysis.html#negative
sdulfari committed rABC9a0ac4438eae: Upgrade bitcoin-abc-dev to debian bullseye (authored by sdulfari).
Upgrade bitcoin-abc-dev to debian bullseye
Oct 26 2022
Oct 26 2022
Oct 25 2022
Oct 25 2022
sdulfari committed rABC37b15058a6fb: [avalanche] Fix a data race where updating availability scores can coincide… (authored by sdulfari).
[avalanche] Fix a data race where updating availability scores can coincide…
Nit to fix comment
sdulfari updated the diff for D12355: [avalanche] Fix a data race where updating availability scores can coincide with initialization of state.
Revert returning score of 0 for avalanche-disabled nodes
Oct 24 2022
Oct 24 2022
sdulfari updated the diff for D12355: [avalanche] Fix a data race where updating availability scores can coincide with initialization of state.
Fix missing unit test changes
sdulfari committed rABC2ace692109ea: [avalanche] Record peers that have avalanche enabled (authored by sdulfari).
[avalanche] Record peers that have avalanche enabled