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-05-29
qt, wallet, refactor: Drop unused `WalletModel::PaymentRequestExpired`
Hennadii Stepanov
2022-05-28
Merge bitcoin/bitcoin#25224: Get time less often in AddrManImpl::ResolveColli...
fanquake
2022-05-27
Merge bitcoin/bitcoin#25214: multiprocess build fix: ipc/capnp/init.capnp.h: ...
fanquake
2022-05-27
Merge bitcoin/bitcoin#24408: rpc: add rpc to get mempool txs spending specifi...
MacroFake
2022-05-27
Merge bitcoin/bitcoin#24934: refactor, miner: Delete call to UpdatePackagesFo...
MacroFake
2022-05-26
Merge bitcoin/bitcoin#24032: Add defaults to vDeployments to avoid uninitiali...
laanwj
2022-05-26
Merge bitcoin/bitcoin#25003: tracing: fix `coin_selection:aps_create_tx_inter...
Andrew Chow
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-26
Merge bitcoin/bitcoin#25210: doc: remove misleading AreInputsStandard() comment
laanwj
2022-05-26
Merge bitcoin/bitcoin#25202: log: Use severity-based logging for leveldb/libe...
laanwj
2022-05-26
Merge bitcoin/bitcoin#25132: consensus: Add BIP-341 specified constraints in ...
laanwj
2022-05-25
multiprocess build cleanup: comment on manual dependencies
Ryan Ofsky
2022-05-25
Add BIP-341 specified constraints to `ComputeTaprootMerkleRoot`
David Bakin
2022-05-25
fuzz: coinselection, add missing fee rate.
furszy
2022-05-25
multiprocess build fix: ipc/capnp/init.capnp.h: No such file or directory
Ryan Ofsky
2022-05-25
doc: remove misleading AreInputsStandard() comment
James O'Beirne
2022-05-25
refactor: Change LogPrintLevel order to category, severity
laanwj
2022-05-25
leveldb: Log messages from leveldb with category and debug level
laanwj
2022-05-25
http: Use severity-based logging for messages from libevent
laanwj
2022-05-25
logging: Unconditionally log levels >= WARN
laanwj
2022-05-25
Get time less often in AddrManImpl::ResolveCollisions_()
MarcoFalke
2022-05-24
Merge bitcoin/bitcoin#24464: logging: Add severity level to logs
laanwj
2022-05-24
Merge bitcoin/bitcoin#24410: [kernel 2a/n] Split hashing/index `GetUTXOStats`...
laanwj
2022-05-24
Merge bitcoin-core/gui#593: Getting ready to Qt 6 (8/n). Use `QRegularExpress...
Hennadii Stepanov
2022-05-24
Merge bitcoin-core/gui#601: refactor: Pass interfaces::Node references to Opt...
Hennadii Stepanov
2022-05-24
Merge bitcoin/bitcoin#25149: refactor: Add thread safety annotation to `BanMa...
MacroFake
2022-05-23
coinstats: Move GetUTXOStats to rpc/blockchain
Carl Dong
2022-05-23
kernel: Use ComputeUTXOStats in validation
Carl Dong
2022-05-23
style-only: Rearrange using decls after scripted-diff
Carl Dong
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
Use only kernel/coinstats.h in index/coinstatsindex.h
Carl Dong
2022-05-23
coinstats: Split node/coinstats.h to kernel/coinstats.h
Carl Dong
2022-05-23
coinstats: Move hasher codepath to kernel/coinstats
Carl Dong
2022-05-23
Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStats
Carl Dong
2022-05-23
coinstats: Separate hasher/index lookup codepaths
Carl Dong
2022-05-23
coinstats: Return purely out-param CCoinsStats
Carl Dong
2022-05-23
Merge bitcoin/bitcoin#25176: Fix frequent -netinfo JSON errors from missing g...
MacroFake
2022-05-23
Merge bitcoin/bitcoin#25083: Set effective_value when initializing a COutput
Andrew Chow
2022-05-23
Merge bitcoin/bitcoin#25122: rpc: getreceivedbylabel, return early if no addr...
Andrew Chow
2022-05-23
Merge bitcoin/bitcoin#25184: refactor: Remove defunct attributes.h includes
MacroFake
2022-05-23
Merge bitcoin-core/gui#586: Getting ready to Qt 6 (6/n). Replace `QCoreApplic...
Hennadii Stepanov
2022-05-22
Merge bitcoin-core/gui#600: refactor: Add OptionsModel getOption/setOption me...
Hennadii Stepanov
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-05-21
qt: Use `QRegularExpression` in `AddressBookSortFilterProxyModel` class
Hennadii Stepanov
2022-05-21
qt, test: Add tests for searching in `AddressBookPage` dialog
Hennadii Stepanov
2022-05-21
Set effective_value when initializing a COutput
ishaanam
2022-05-21
qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)`
Hennadii Stepanov
2022-05-20
coinstats: Extract index_requested in-member to in-param
Carl Dong
2022-05-20
coinstats: Extract hash_type in-member to in-param
Carl Dong
2022-05-20
includes: Remove rpc/util.h -> node/coinstats.h
Carl Dong
[next]