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
2023-10-27
refactor: Add LIFETIMEBOUND to all (w)txid getters
MarcoFalke
2023-10-26
Merge bitcoin/bitcoin#27116: doc: clarify that LOCK() internally checks wheth...
Andrew Chow
2023-10-26
Merge bitcoin/bitcoin#26078: p2p: return `CSubNet` in `LookupSubNet`
Andrew Chow
2023-10-26
Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiers
Andrew Chow
2023-10-26
Merge bitcoin/bitcoin#28728: wallet: [bugfix] Mark CNoDestination and PubKeyD...
Andrew Chow
2023-10-25
bugfix: Mark CNoDestination and PubKeyDestination constructor explicit
MarcoFalke
2023-10-25
Merge bitcoin-core/gui#771: Avoid error-prone leading whitespace in translata...
Hennadii Stepanov
2023-10-25
Merge bitcoin-core/gui#742: Exit and show error if unrecognized command line ...
Hennadii Stepanov
2023-10-25
iwyu: Export prevector.h from script.h
MarcoFalke
2023-10-24
build: Bump minimum supported Clang to clang-13
MarcoFalke
2023-10-23
Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a...
Ryan Ofsky
2023-10-23
Merge bitcoin/bitcoin#28685: coinstats, assumeutxo: fix hash_serialized2 calc...
Andrew Chow
2023-10-23
qt: Avoid error prone leading spaces in translatable strings
Hennadii Stepanov
2023-10-23
qt, refactor: Drop superfluous type conversions
Hennadii Stepanov
2023-10-23
Revert "gui: provide wallet controller context to wallet actions"
Hennadii Stepanov
2023-10-23
Merge bitcoin/bitcoin#28693: build: Include `config/bitcoin-config.h` explici...
fanquake
2023-10-23
Merge bitcoin/bitcoin#28691: refactor: Remove CBlockFileInfo::SetNull
fanquake
2023-10-20
chainparams, assumeutxo: Fix signet txoutset hash
Fabian Jahr
2023-10-20
chainparams, assumeutxo: Fix testnet txoutset hash
Fabian Jahr
2023-10-20
assumeutxo: Check deserialized coins for out of range values
Fabian Jahr
2023-10-20
scripted-diff: Rename hash_serialized_2 to hash_serialized_3
Fabian Jahr
2023-10-20
coinstats: Fix hash_serialized2 calculation
Fabian Jahr
2023-10-20
Merge bitcoin/bitcoin#28692: fuzz: Delete i2p fuzz test
fanquake
2023-10-20
refactor: Remove CBlockFileInfo::SetNull
MarcoFalke
2023-10-20
build: Include `config/bitcoin-config.h` explicitly in `util/trace.h`
Hennadii Stepanov
2023-10-20
Merge bitcoin/bitcoin#28569: log: Don't log cache rebalancing in absense of a...
fanquake
2023-10-20
[fuzz] Delete i2p target
dergoegge
2023-10-20
log: Don't log cache rebalancing in absense of a snapshot chainstate
Fabian Jahr
2023-10-19
wallet: Reload watchonly and solvables wallets after migration
Andrew Chow
2023-10-19
wallet: Copy all tx metadata to watchonly wallet
Andrew Chow
2023-10-19
Merge bitcoin/bitcoin#28077: I2P: also sleep after errors in Accept() & destr...
Andrew Chow
2023-10-19
Merge bitcoin/bitcoin#27071: Handle CJDNS from LookupSubNet()
Andrew Chow
2023-10-19
Merge bitcoin/bitcoin#22764: build: Include qt sources for parsing with extra...
fanquake
2023-10-17
Merge bitcoin/bitcoin#28651: Make miniscript GetWitnessSize accurate for taps...
Andrew Chow
2023-10-17
Merge bitcoin-core/gui#766: Fix coin control input size accounting for taproo...
Hennadii Stepanov
2023-10-17
Merge bitcoin/bitcoin#28544: wallet: Add TxStateString function for debugging...
Andrew Chow
2023-10-17
Merge bitcoin/bitcoin#28652: assumeutxo: fail early if snapshot block hash do...
fanquake
2023-10-16
Merge bitcoin/bitcoin#28539: lib: add taproot support to libconsensus
Andrew Chow
2023-10-16
assumeutxo: fail early if snapshot block hash doesn't match AssumeUTXO parame...
Sebastian Falbesoner
2023-10-16
Merge bitcoin/bitcoin#28583: refactor: [tidy] modernize-use-emplace
fanquake
2023-10-16
Merge bitcoin-core/gui#765: Fix wallet list hover crash on shutdown
Hennadii Stepanov
2023-10-16
net: remove unused CConnman::FindNode(const CSubNet&)
Vasil Dimov
2023-10-16
netbase: possibly change the result of LookupSubNet() to CJDNS
Vasil Dimov
2023-10-16
Merge bitcoin/bitcoin#28565: rpc: getaddrmaninfo followups
fanquake
2023-10-13
gui: disable top bar menu actions during shutdown
furszy
2023-10-13
gui: provide wallet controller context to wallet actions
furszy
2023-10-13
miniscript: make GetWitnessSize accurate for tapscript
Pieter Wuille
2023-10-13
test: add tests for miniscript GetWitnessSize
Pieter Wuille
2023-10-13
test: remove mutable global contexts in miniscript fuzzer/test
Pieter Wuille
2023-10-13
fuzz: add coverage for `bitcoinconsensus_verify_script_with_spent_outputs`
brunoerg
[next]