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-26
Migrate -lang setting from QSettings to settings.json
Ryan Ofsky
2022-05-26
Migrate -prune setting from QSettings to settings.json
Ryan Ofsky
2022-05-26
Migrate -proxy and -onion settings from QSettings to settings.json
Ryan Ofsky
2022-05-26
Migrate -listen and -server settings from QSettings to settings.json
Ryan Ofsky
2022-05-26
Migrate -upnp and -natpmp settings from QSettings to settings.json
Ryan Ofsky
2022-05-26
Migrate -spendzeroconfchange and -signer settings from QSettings to settings....
Ryan Ofsky
2022-05-26
Migrate -par setting from QSettings to settings.json
Ryan Ofsky
2022-05-26
Migrate -dbcache setting from QSettings to settings.json
Ryan Ofsky
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
Add BIP-341 specified constraints to `ComputeTaprootMerkleRoot`
David Bakin
2022-05-25
fuzz: coinselection, add missing fee rate.
furszy
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-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
2022-05-20
fuzz: Remove useless GetUTXOStats fuzz case
Carl Dong
2022-05-20
kernel: Remove unnecessary blockfilter{index,}.cpp
Carl Dong
[next]