index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-29
Merge bitcoin/bitcoin#25683: refactor: log `nEvicted` message in `LimitOrphan...
MacroFake
2022-07-28
Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...
Andrew Chow
2022-07-28
Merge bitcoin/bitcoin#25670: test: check that combining PSBTs with different ...
Andrew Chow
2022-07-28
Merge bitcoin/bitcoin#25674: add unit tests for RBF rules in isolation
glozow
2022-07-28
[unit tests] individual RBF Rules in isolation
glozow
2022-07-28
Merge bitcoin/bitcoin#25723: test: Drop unused boost workaround
fanquake
2022-07-28
refactor: log `nEvicted` message in `LimitOrphans` then return void
chinggg
2022-07-27
test: Drop unused boost workaround
Hennadii Stepanov
2022-07-27
Merge bitcoin/bitcoin#25697: depends: expat 2.4.8 & fix building with -flto
fanquake
2022-07-27
Merge bitcoin/bitcoin#24697: refactor address relay time
fanquake
2022-07-27
Merge bitcoin/bitcoin#25708: depends: always use correct ar for win qt build
fanquake
2022-07-26
Merge bitcoin/bitcoin#25705: tidy: enable readability-redundant-string-init
MacroFake
2022-07-26
Merge bitcoin/bitcoin#24974: refactor: Make FEELER_SLEEP_WINDOW type safe (st...
fanquake
2022-07-26
Merge bitcoin/bitcoin#25694: refactor: Make CTransaction constructor explicit
MacroFake
2022-07-26
depends: re-enable using -flto when building expat
fanquake
2022-07-26
depends: expat 2.4.8
fanquake
2022-07-26
Merge bitcoin/bitcoin#25689: fuzz: Remove no-op SetMempoolConstraints
glozow
2022-07-26
tidy: enable readability-redundant-string-init
fanquake
2022-07-26
refactor: remove unnecessary string initializations
fanquake
2022-07-26
Merge bitcoin/bitcoin#25699: scripted-diff: Replace NullUniValue with UniValu...
fanquake
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
2022-07-26
Add type-safe AdjustedTime() getter to timedata
MarcoFalke
2022-07-26
Add ChronoFormatter to serialize
MarcoFalke
2022-07-26
Merge bitcoin/bitcoin#25701: fix comment spellings from the codespell lint
fanquake
2022-07-26
util: Add HoursDouble
MarcoFalke
2022-07-26
scripted-diff: Rename addrman time symbols
MarcoFalke
2022-07-26
refactor: Remove not needed std::max
MacroFake
2022-07-26
depends: always use correct ar for win qt
fanquake
2022-07-25
fix comment spellings from the codespell lint
Greg Weber
2022-07-25
Merge bitcoin/bitcoin#25700: psbt: Fix unsigned integer overflow
Andrew Chow
2022-07-25
psbt: Fix unsigned integer overflow
Aurèle Oulès
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-25
fuzz: refactor: Replace NullUniValue with UniValue{}
MacroFake
2022-07-25
Merge bitcoin/bitcoin#25349: CBlockIndex/CDiskBlockIndex improvements for saf...
MacroFake
2022-07-25
Merge bitcoin/bitcoin#25611: univalue: Avoid brittle, narrowing and verbose i...
fanquake
2022-07-25
Merge bitcoin/bitcoin#25693: test: remove unused if statements
MacroFake
2022-07-25
refactor: Make CTransaction constructor explicit
MacroFake
2022-07-25
Merge bitcoin/bitcoin#25691: RPC: Document "asm" and "hex" fields for scripts...
MacroFake
2022-07-25
test: remove unused if statements
Aurèle Oulès
2022-07-25
RPC: Document "asm" and "hex" fields for scripts
Luke Dashjr
2022-07-25
Bugfix: RPC/blockchain: Correct type of "value" in getblock docs; add missing...
Jon Atack
2022-07-24
fuzz: Remove no-op SetMempoolConstraints
MacroFake
2022-07-23
Merge bitcoin-core/gui#629: Fix translator comment for Restore Wallet `QInput...
Hennadii Stepanov
2022-07-23
test: check that combining PSBTs with different txs fails
Sebastian Falbesoner
2022-07-23
test: support passing PSBTMaps directly to PSBT ctor
Sebastian Falbesoner
2022-07-22
gui: Fix translator comment for Restore Wallet QInputDialog
w0xlt
2022-07-22
refactor: move CBlockIndex#ToString() from header to implementation
Jon Atack
2022-07-22
CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash()
Jon Atack
2022-07-22
CDiskBlockIndex: remove unused ToString() class member
Jon Atack
2022-07-22
CBlockIndex: ensure phashBlock is not nullptr before dereferencing
Jon Atack
[next]