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
/
test
Age
Commit message (
Expand
)
Author
2023-01-05
Merge bitcoin/bitcoin#23829: refactor: use braced init for integer literals i...
MarcoFalke
2023-01-04
Merge bitcoin/bitcoin#19909: refactor: Remove unused CTxMemPool::clear() helper
glozow
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2023-01-03
Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance...
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-19
Merge bitcoin/bitcoin#25311: refactor: remove CBlockIndex copy construction
fanquake
2022-12-15
remove CBlockIndex copy construction
James O'Beirne
2022-12-13
Merge bitcoin/bitcoin#26628: RPC: Reject RPC requests with same named paramet...
MarcoFalke
2022-12-13
mempool: use util::Result for CalculateMemPoolAncestors
stickies-v
2022-12-13
txmempool: Remove unused clear() member function
MarcoFalke
2022-12-09
test: Suggested cleanups for rpc_namedparams test
Ryan Ofsky
2022-12-09
univalue: Remove confusing getBool method
Ryan Ofsky
2022-12-06
Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kernel/m...
MarcoFalke
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-12-02
rpc: Make it an error server-side to specify same named parameter multiple times
Ryan Ofsky
2022-12-02
test: Add RPC tests for same named parameter specified more than once
Ryan Ofsky
2022-11-30
Merge bitcoin/bitcoin#26359: p2p: Erlay support signaling follow-ups
fanquake
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-29
Merge bitcoin/bitcoin#26532: wallet: bugfix, invalid crypted key "checksum_va...
Andrew Chow
2022-11-29
Merge bitcoin/bitcoin#19762: rpc: Allow named and positional arguments to be ...
Andrew Chow
2022-11-28
Merge bitcoin/bitcoin#26295: Replace global g_cs_orphans lock with local
glozow
2022-11-23
fuzz: Move-only net utils
MarcoFalke
2022-11-22
Merge bitcoin/bitcoin#26292: util: move threadinterrupt into util/
fanquake
2022-11-22
Merge bitcoin/bitcoin#26376: test: Use type-safe NodeSeconds for TestMemPoolE...
fanquake
2022-11-21
refactor: unify test/util/wallet.h with wallet/test/util.h
furszy
2022-11-21
Merge bitcoin/bitcoin#26497: fuzz: Make ConsumeNetAddr always produce valid o...
MacroFake
2022-11-18
Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...
glozow
2022-11-17
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
dergoegge
2022-11-17
[fuzz] Make ConsumeNetAddr produce valid onion addresses
dergoegge
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-11-15
Merge bitcoin/bitcoin#16981: Improve runtime performance of --reindex
Andrew Chow
2022-11-14
test: Split overly large util_tests.cpp file
MacroFake
2022-11-14
p2p, test, refactor: Minor code improvements
Gleb Naumenko
2022-11-14
test: Expand unit and functional tests for txreconciliation
Gleb Naumenko
2022-11-14
p2p, refactor: Switch to enum class for ReconciliationRegisterResult
Gleb Naumenko
2022-11-10
p2p: Drop roles from sendtxrcncl
Gleb Naumenko
2022-11-09
test: Avoid collision with valid path names in `getarg_tests/logargs`
Hennadii Stepanov
2022-11-05
rpc: Allow named and positional arguments to be used together
Ryan Ofsky
2022-11-03
Merge bitcoin/bitcoin#25248: refactor: Add LIFETIMEBOUND / -Wdangling-gsl to ...
fanquake
2022-11-01
util: move threadinterrupt into util
fanquake
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-10-28
Merge bitcoin/bitcoin#26377: test: Make `system_tests/run_command` test local...
MacroFake
2022-10-27
Merge bitcoin/bitcoin#25685: wallet: Faster transaction creation by removing ...
Andrew Chow
2022-10-26
bench: benchmark transaction creation process
furszy
2022-10-26
Merge bitcoin/bitcoin#25704: refactor: Remove almost all validation option gl...
MacroFake
2022-10-24
util: add CBufferedFile::SkipTo() to move ahead in the stream
Larry Ruane
2022-10-24
test: Make `system_tests/run_command` locale agnostic
Hennadii Stepanov
2022-10-24
test: Use type-safe NodeSeconds for TestMemPoolEntryHelper
MacroFake
2022-10-18
test: Use C++11 member initializers for TestMemPoolEntryHelper
MacroFake
2022-10-18
Remove g_parallel_script_checks
MacroFake
[next]