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
/
script
Age
Commit message (
Expand
)
Author
2021-04-13
Merge #21330: Deal with missing data in signature hashes more consistently
fanquake
2021-04-07
Merge #21166: Introduce DeferredSignatureChecker and have SignatureExtractorC...
fanquake
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-03-15
Treat amount<0 also as missing data for P2WPKH/P2WSH
Pieter Wuille
2021-03-15
Make all SignatureChecker explicit about missing data
Pieter Wuille
2021-03-15
Add MissingDataBehavior and make TransactionSignatureChecker handle it
Pieter Wuille
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-04
Introduce DeferringSignatureChecker and inherit with SignatureExtractor
Andrew Chow
2021-03-01
Correction for VerifyTaprootCommitment comments
Russell O'Connor
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-02-12
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
Wladimir J. van der Laan
2021-02-12
build: test for __declspec(dllexport) in configure
fanquake
2021-02-12
build: remove duplicate visibility attribute detection
fanquake
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2021-02-02
refactor: replace Boost shared_mutex with std shared_mutex in sigcache
fanquake
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2021-01-05
Merge #19846: build: enable unused member function diagnostic
MarcoFalke
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20207: Follow-up extra comments on taproot code and tests
MarcoFalke
2020-11-26
Add comments to VerifyTaprootCommitment
Pieter Wuille
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-11-10
Move Hashers to util/hasher.{cpp/h}
Andrew Chow
2020-10-21
Use -Wswitch for TxoutType where possible
MarcoFalke
2020-10-16
script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract
practicalswift
2020-10-12
Make Taproot spends standard + policy limits
Pieter Wuille
2020-10-12
Implement Tapscript script validation rules (BIP 342)
Johnson Lau
2020-10-12
Use ScriptExecutionData to pass through annex hash
Pieter Wuille
2020-10-12
Implement Taproot validation (BIP 341)
Pieter Wuille
2020-10-12
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
Pieter Wuille
2020-10-12
Implement Taproot signature hashing (BIP 341)
Johnson Lau
2020-10-12
refactor: keep spent outputs in PrecomputedTransactionData
Pieter Wuille
2020-10-09
descriptors: Add ToNormalizedString and tests
Andrew Chow
2020-10-06
refactor: rename scriptPubKey in VerifyWitnessProgram to exec_script
Pieter Wuille
2020-10-06
scripted-diff: put ECDSA in name of signature functions
Pieter Wuille
2020-09-30
Merge #20006: Fix misleading error message: Clean stack rule
Wladimir J. van der Laan
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-24
Fix misleading error message: Clean stack rule
sanket1729
2020-09-22
refactor: took out unused member functions
Zero
2020-08-25
Merge #19601: Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to...
fanquake
2020-08-15
Merge #16841: Replace GetScriptForWitness with GetScriptForDestination
fanquake
[next]