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
2018-04-13
Make iterators in CScript::FindAndDelete const
Pieter Wuille
2018-04-12
Drop dead code CScript::Find
Ben Woosley
2018-04-12
Merge #12803: Make BaseSignatureCreator a pure interface
Wladimir J. van der Laan
2018-04-10
Extract consts for WITNESS_V0 hash sizes
Ben Woosley
2018-04-10
Merge #12731: Support serialization as another type without casting
Wladimir J. van der Laan
2018-04-10
Make DummySignatureCreator a singleton
Pieter Wuille
2018-04-10
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-04
Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT...
Pieter Wuille
2018-04-04
Merge #12460: Assert CPubKey::ValidLength to the pubkey's header-relevant size
MarcoFalke
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-03-27
Merge #12714: Introduce interface for signing providers
Wladimir J. van der Laan
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-25
Introduce interface for signing providers
Pieter Wuille
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-20
Support serialization as another type without casting
Pieter Wuille
2018-03-15
Merge #12683: Fix more constness violations in serialization code
Pieter Wuille
2018-03-13
Support deserializing into temporaries
Pieter Wuille
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-07
Merge #11900: [script] simplify CheckMinimalPush checks, add safety assert
Wladimir J. van der Laan
2018-03-07
CheckMinimalPush comments are prescriptive
Gregory Sanders
2018-03-05
Merge #11889: Drop extra script variable in ProduceSignature
Wladimir J. van der Laan
2018-02-16
Assert CPubKey::ValidLength to the pubkey's header-relevent size
Ben Woosley
2018-02-11
Fix a-vs-an typos
practicalswift
2018-02-08
Merge #12298: Refactor HaveKeys to early return on false result
Wladimir J. van der Laan
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-29
Refactor HaveKeys to early return on false result
João Barbosa
2018-01-12
Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTAC...
Mark Friedenbach
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-03
Extend validateaddress information for P2SH-embedded witness
Pieter Wuille
2018-01-03
Improve witness destination types and use them more
Pieter Wuille
2018-01-03
Abstract out IsSolvable from Witnessifier
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-20
Merge #10657: Utils: Improvements to ECDSA key-handling code
Wladimir J. van der Laan
2017-12-14
simplify CheckMinimalPush checks, add safety assert
Gregory Sanders
2017-12-13
Drop extra script variable in ProduceSignature
Russell Yanofsky
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-05
Merge #9572: Skip witness sighash cache for non-segwit transactions
Wladimir J. van der Laan
2017-10-02
Merge #11411: script: Change SignatureHash input index check to an assert.
Wladimir J. van der Laan
2017-10-02
Merge #11284: Fix invalid memory access in CScript::operator+= (guidovranken,...
Wladimir J. van der Laan
2017-09-29
Add error string for CLEANSTACK script violation, preventing an "unknown erro...
Mark Friedenbach
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-27
script: Change SignatureHash input index check to an assert.
Jim Posen
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-21
[script] Unit tests for IsMine
Jim Posen
2017-09-11
Fix invalid memory access in CScript::operator+=
Anthony Towns
[prev]
[next]