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-19
wallet: Copy all tx metadata to watchonly wallet
Andrew Chow
2023-10-16
Merge bitcoin/bitcoin#28539: lib: add taproot support to libconsensus
Andrew Chow
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
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
fuzz: add coverage for `bitcoinconsensus_verify_script_with_spent_outputs`
brunoerg
2023-10-13
lib: add Taproot support to libconsensus
Jake Rawsthorne
2023-10-13
Merge bitcoin/bitcoin#28639: refactor: Remove unused nchaintx from SnapshotMe...
fanquake
2023-10-12
ci: Drop no longer needed `NOLINTNEXTLINE`
Hennadii Stepanov
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-12
refactor: Remove unused nchaintx from SnapshotMetadata constructor
MarcoFalke
2023-10-11
Merge bitcoin/bitcoin#28602: descriptors: Disallow hybrid and uncompressed ke...
fanquake
2023-10-10
ci: use LLVM/Clang 17 in tidy job
fanquake
2023-10-09
Merge bitcoin/bitcoin#26331: Implement `CCoinsViewErrorCatcher::HaveCoin` and...
Andrew Chow
2023-10-09
test: Unit test for inferring scripts with hybrid and uncompressed keys
Andrew Chow
2023-10-09
descriptors: Move InferScript's pubkey validity checks to InferPubkey
Andrew Chow
2023-10-09
descriptors: Check result of InferPubkey
Andrew Chow
2023-10-09
Merge bitcoin/bitcoin#28591: kernel: chainparams updates for 26.x
fanquake
2023-10-09
Merge bitcoin/bitcoin#28611: Adjust Gradle properties to fix `apk` build
fanquake
2023-10-09
qt: Update translation source file for v26.0 string freeze
Hennadii Stepanov
2023-10-08
Adjust Gradle properties
Hennadii Stepanov
2023-10-08
miniscript: remove P2WSH-specific part of GetStackSize doc comment
Antoine Poinsot
2023-10-08
miniscript: have a custom Node destructor
Antoine Poinsot
2023-10-08
script/sign: Miniscript support in Tapscript
Antoine Poinsot
2023-10-08
MOVEONLY: script/sign: move Satisfier declaration above Tapscript signing
Antoine Poinsot
2023-10-08
descriptor: parse Miniscript expressions within Taproot descriptors
Antoine Poinsot
2023-10-08
descriptor: Tapscript-specific Miniscript key serialization / parsing
Antoine Poinsot
2023-10-08
fuzz: miniscript: higher sensitivity for max stack size limit under Tapscript
Antoine Poinsot
2023-10-08
qa: test Miniscript max stack size tracking
Antoine Poinsot
2023-10-08
miniscript: check maximum stack size during execution
Antoine Poinsot
2023-10-08
fuzz: adapt Miniscript targets to Tapscript
Antoine Poinsot
2023-10-08
qa: Tapscript-Miniscript unit tests
Antoine Poinsot
2023-10-08
pubkey: introduce a GetEvenCorrespondingCPubKey helper
Antoine Poinsot
2023-10-08
miniscript: account for keys as being 32 bytes under Taproot context
Antoine Poinsot
2023-10-08
miniscript: adapt resources checks depending on context
Antoine Poinsot
2023-10-08
serialize: make GetSizeOfCompactSize constexpr
Antoine Poinsot
2023-10-08
miniscript: sanity asserts context in ComputeType
Antoine Poinsot
2023-10-08
miniscript: make 'd:' have the 'u' property under Tapscript context
Antoine Poinsot
2023-10-08
miniscript: introduce a multi_a fragment
Antoine Poinsot
2023-10-08
miniscript: restrict multi() usage to P2WSH context
Antoine Poinsot
2023-10-08
miniscript: store the script context within the Node structure
Antoine Poinsot
2023-10-08
miniscript: introduce a MsContext() helper to contexts
Antoine Poinsot
2023-10-08
miniscript: don't anticipate signature presence in CalcStackSize()
Antoine Poinsot
2023-10-08
miniscript: add a missing dup key check bypass in Parse()
Antoine Poinsot
2023-10-07
Merge bitcoin-core/gui#764: Remove legacy wallet creation
Hennadii Stepanov
2023-10-06
gui: remove legacy wallet creation
furszy
2023-10-06
rpc: Use Ensure(Any)Chainman in assumeutxo related RPCs
Fabian Jahr
2023-10-06
doc: Drop references to assumevalid in assumeutxo docs
Fabian Jahr
[next]