index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-07-07
Merge bitcoin/bitcoin#24832: index: Verify the block filter hash when reading...
fanquake
2022-07-07
Merge bitcoin/bitcoin#25500: refactor: Move inbound eviction logic to its own...
fanquake
2022-07-07
Merge bitcoin/bitcoin#25447: fuzz: add low-level target for txorphanage
MacroFake
2022-07-06
[net] Move eviction logic to its own file
dergoegge
2022-07-06
[net] Move ConnectionType to its own file
Cory Fields
2022-07-06
Merge bitcoin/bitcoin#25507: wallet: don't add change fee to target if subtra...
Andrew Chow
2022-07-06
fuzz: add low-level target for txorphanage
chinggg
2022-07-04
Merge bitcoin/bitcoin#25454: p2p: Avoid multiple getheaders messages in fligh...
fanquake
2022-07-04
[net] Add connection type to NodeEvictionCandidate
dergoegge
2022-07-04
[net] Add NoBan status to NodeEvictionCandidate
dergoegge
2022-07-01
Merge bitcoin/bitcoin#25521: build: Remove outdated libbitcoinkernel comment
MacroFake
2022-07-01
Merge bitcoin/bitcoin#25471: rpc: Disallow gettxoutsetinfo queries for a spec...
MacroFake
2022-07-01
Replace GetTime() with NodeClock in MaybeSendGetHeaders()
Suhas Daftuar
2022-07-01
Remove outdated comment
Igor Bubelov
2022-06-30
Merge bitcoin/bitcoin#25383: wallet: don't read db every time that a new 'Wal...
MacroFake
2022-06-30
Merge bitcoin/bitcoin#24836: add RPC (-regtest only) for testing package policy
fanquake
2022-06-30
rephrase error for invalid timeout
/dev/fd0
2022-06-30
wallet: don't add change fee to target if subtracting fees from output
S3RK
2022-06-29
Merge bitcoin/bitcoin#25502: upstream: update minisketch subtree
Andrew Chow
2022-06-29
Merge bitcoin/bitcoin#25497: wallet: more accurate target for large transactions
Andrew Chow
2022-06-29
Update minisketch subtree to latest master
fanquake
2022-06-29
Merge bitcoin/bitcoin#25495: Revert "bnb: exit selection when best_waste is 0"
fanquake
2022-06-29
util: remove MSVC warning pragmas
fanquake
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-29
wallet: more accurate tx_noinputs_size
S3RK
2022-06-29
Merge bitcoin-core/gui#617: Reset options, notify user about backup creation
Hennadii Stepanov
2022-06-28
rpc: Disallow gettxoutsetinfo queries for a specific block with use_index=false
Martin Zumsande
2022-06-28
Revert "bnb: exit selection when best_waste is 0"
Murch
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-06-28
init: Remove redundant -*mempool*, -limit* queries
Carl Dong
2022-06-28
Don't send getheaders message when another request is outstanding
Suhas Daftuar
2022-06-28
Cleanup received_new_header calculation to use WITH_LOCK
Suhas Daftuar
2022-06-28
Move peer state updates from headers message into separate function
Suhas Daftuar
2022-06-28
Move headers direct fetch to end of ProcessHeadersMessage
Suhas Daftuar
2022-06-28
Move headers-direct-fetch logic into own function
Suhas Daftuar
2022-06-28
Move additional headers fetching to own function
Suhas Daftuar
2022-06-28
Add helper function for checking header continuity
Suhas Daftuar
2022-06-28
Move handling of unconnecting headers into own function
Suhas Daftuar
2022-06-28
mempool: Use m_limit for UpdateTransactionsFromBlock
Carl Dong
2022-06-28
node/ifaces: Use existing MemPoolLimits
Carl Dong
2022-06-28
mempoolaccept: Use limits from mempool in constructor
Carl Dong
2022-06-28
mempool: Introduce (still-unused) MemPoolLimits
Carl Dong
2022-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-28
scripted-diff: Rename DEFAULT_MEMPOOL_EXPIRY to indicate time unit
Carl Dong
2022-06-28
mempool: Pass in -mempoolexpiry instead of referencing gArgs
Carl Dong
2022-06-28
init: Only determine maxmempool once
Carl Dong
2022-06-28
mempool: Make GetMinFee() with custom size protected
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-28
Merge bitcoin/bitcoin#24924: bench: Make WalletLoading benchmark run faster
fanquake
[next]