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-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
2022-06-28
Merge bitcoin/bitcoin#25480: Replace CountSecondsDouble with Ticks<SecondsDou...
fanquake
2022-06-28
Merge bitcoin/bitcoin#24565: Remove LOCKTIME_MEDIAN_TIME_PAST constant
fanquake
2022-06-28
Merge bitcoin/bitcoin#22558: psbt: Taproot fields for PSBT
laanwj
2022-06-28
gui: reset options, notify user about the backup creation
furszy
2022-06-28
Merge bitcoin/bitcoin#24378: refactor: make bind() and listen() mockable/test...
laanwj
2022-06-28
Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra...
laanwj
2022-06-28
wallet: use CCoinControl to estimate signature size
S3RK
2022-06-28
wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize
S3RK
2022-06-28
Merge bitcoin/bitcoin#25485: rpc: Use enum instead of string for `filtertype_...
MacroFake
2022-06-27
wallet: also search taproot pubkeys in FillPSBT
Andrew Chow
2022-06-27
sign: Use sigdata taproot spenddata when signing
Andrew Chow
2022-06-27
psbt: Implement merge for Taproot fields
Andrew Chow
2022-06-27
taproot: Use pre-existing signatures if available
Andrew Chow
2022-06-27
psbt: Remove non_witness_utxo for segwit v1+
Andrew Chow
2022-06-27
Implement decodepsbt for Taproot fields
Andrew Chow
2022-06-27
Fill PSBT Taproot output data to/from SignatureData
Andrew Chow
2022-06-27
Assert that TaprootBuilder is Finalized during GetSpendData
Andrew Chow
2022-06-27
Store TaprootBuilder in SigningProviders instead of TaprootSpendData
Andrew Chow
2022-06-27
Fetch key origins for Taproot keys
Andrew Chow
2022-06-27
Fill PSBT Taproot input data to/from SignatureData
Andrew Chow
2022-06-27
Implement de/ser of PSBT's Taproot fields
Andrew Chow
2022-06-27
Add serialization methods to XOnlyPubKey
Andrew Chow
2022-06-27
Add TaprootBuilder::GetTreeTuples
Andrew Chow
2022-06-27
Move individual KeyOriginInfo de/ser to separate function
Andrew Chow
[prev]
[next]