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-04-03
build: stop overriding user CPPFLAGS
fanquake
2022-04-01
refactor: add missing std:: includes to threadnames.cpp
fanquake
2022-04-01
doc: remove incorrect mention of PR_GET_NAME
fanquake
2022-04-01
Merge bitcoin/bitcoin#24724: test: fix incorrect named args in txpackage tests
MarcoFalke
2022-03-31
Merge bitcoin/bitcoin#24602: fuzz: add target for coinselection algorithms
Andrew Chow
2022-03-31
Merge bitcoin/bitcoin#24711: wallet: Postpone wallet loading notification for...
Andrew Chow
2022-03-31
test: fix incorrect named args in txpackage tests
fanquake
2022-03-31
doc: Use DecodeTxDoc helper
MarcoFalke
2022-03-31
Merge bitcoin/bitcoin#24716: rpc: Fix documentation assertion for `getrawtran...
MarcoFalke
2022-03-31
Merge bitcoin/bitcoin#24673: refactor: followup of remove -deprecatedrpc=addr...
MarcoFalke
2022-03-31
Merge bitcoin/bitcoin#24715: build, test: Fix test logfile name
MarcoFalke
2022-03-31
Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/Assume
MarcoFalke
2022-03-30
wallet: Postpone NotifyWalletLoaded() for encrypted wallets
Hennadii Stepanov
2022-03-30
refactor: add stdd:: includes to core_write
fanquake
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-03-30
refactor: prefer snake case, TxToUniv arg hashBlock renamed block_hash
Michael Dietz
2022-03-30
refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
Michael Dietz
2022-03-30
fuzz: add target for coinselection
Martin Zumsande
2022-03-30
rpc: Fix documentation assertion for `getrawtransaction`
laanwj
2022-03-30
util/check: stop using lambda for Assert/Assume
Anthony Towns
2022-03-30
Merge bitcoin/bitcoin#24118: Add 'sendall' RPC née sweep
MarcoFalke
2022-03-30
build, refactor: Replace tabs with spaces
Hennadii Stepanov
2022-03-30
build, test: Fix test logfile name
Hennadii Stepanov
2022-03-30
Merge bitcoin/bitcoin#24690: util: Add inotify_rm_watch to syscall sandbox (A...
fanquake
2022-03-30
wallet: move Assert() check into constructor
Anthony Towns
2022-03-30
Merge bitcoin/bitcoin#24704: compat: remove strnlen back-compat code
MarcoFalke
2022-03-30
Merge bitcoin/bitcoin#24692: refactoring: [Net Processing] Follow-ups to #21160
fanquake
2022-03-29
Add sendall RPC née sweep
Murch
2022-03-29
wallet, refactor: Add wallet::NotifyWalletLoaded() function
Hennadii Stepanov
2022-03-29
[fuzz] Assert that Peer.m_tx_relay.m_relay_txs has been set correctly
John Newbery
2022-03-29
[net processing] PushNodeVersion() takes a const Peer&
John Newbery
2022-03-29
Merge bitcoin/bitcoin#24523: build: Fix Boost.Process test for Boost 1.78
laanwj
2022-03-29
compat: remove strnlen back-compat code
fanquake
2022-03-28
Merge bitcoin/bitcoin#24677: refactor: fix wallet and related named args
MarcoFalke
2022-03-28
Merge bitcoin/bitcoin#23083: rpc: Fail to return undocumented or misdocumente...
fanquake
2022-03-28
doc: Fix getpeerinfo doc
MarcoFalke
2022-03-28
net_processing: move CNode data access out of lock
John Newbery
2022-03-28
util: Add inotify_rm_watch to syscall sandbox (AllowFileSystem)
Hennadii Stepanov
2022-03-28
Merge bitcoin/bitcoin#24659: util: add linkat to syscall sandbox (AllowFileSy...
MarcoFalke
2022-03-28
Merge bitcoin/bitcoin#24656: refactor: Move mempool RPCs to rpc/mempool
MarcoFalke
2022-03-25
test: fix incorrect named args in wallet tests
fanquake
2022-03-25
test: fix incorrect named args in coin_selection tests
fanquake
2022-03-25
bench: fix incorrect named args in coin_selection bench
fanquake
2022-03-25
Merge bitcoin/bitcoin#24665: doc: document clang tidy named args
fanquake
2022-03-25
Merge bitcoin/bitcoin#24494: wallet: generate random change target for each t...
fanquake
2022-03-25
Merge bitcoin/bitcoin#24502: wallet: don't create long chains by default
MarcoFalke
2022-03-25
[wallet] don't create long chains by default
glozow
2022-03-25
Merge bitcoin/bitcoin#24674: refactor: remove unused boost include in bitcoin...
MarcoFalke
2022-03-25
Merge bitcoin/bitcoin#24666: refactor: Fix coinselection.h include, Make COut...
fanquake
2022-03-25
refactor: remove unused boost header include in bitcoin-util.cpp
Sebastian Falbesoner
[next]