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-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
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
2020-08-14
Merge #17204: wallet: Do not turn OP_1NEGATE in scriptSig into 0x0181 in sign...
Wladimir J. van der Laan
2020-08-14
Remove GetScriptForWitness function
MeshCollider
2020-08-07
Refactor Get{Prevout,Sequence,Outputs}Hash to Get{Prevouts,Sequences,Outputs}...
Jeremy Rubin
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-30
Make CHash256/CHash160 output to Span
Pieter Wuille
2020-07-30
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-07-30
Make script/standard's BaseHash Span-convertible
Pieter Wuille
2020-07-19
span: Add Span::empty() and use it in script/descriptor
MarcoFalke
[next]