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
/
test
/
transaction_tests.cpp
Age
Commit message (
Expand
)
Author
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-18
Remove redundant unused variables
practicalswift
2018-07-03
Remove CombineSignatures and replace tests
Andrew Chow
2018-07-03
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-05-18
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-05
Add transaction tests for constant scriptCode
Johnson Lau
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
test: refactor: Use absolute include paths for test data files
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-30
[Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck
Johnson Lau
2017-07-17
Remove factor of 3 from definition of dust.
Alex Morcos
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-01
Switch CScriptCheck to use Coin instead of CCoins
Pieter Wuille
2017-06-01
Only pass things committed to by tx's witness hash to CScriptCheck
Matt Corallo
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-05-26
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-03-07
Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_...
MarcoFalke
2017-01-21
[test] Avoid reading a potentially uninitialized variable in tx_invalid-test
practicalswift
2017-01-16
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-10-16
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-16
Unit test for sighash caching
Nicolas DORIER
2016-08-16
Precompute sighashes
Pieter Wuille
2016-06-22
[qa] Add transaction tests for segwit
NicolasDorier
2016-06-22
[qa] Witness version 0 signing unit tests
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-02-14
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-02-01
Get rid of inaccurate ScriptSigArgsExpected
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-09
[trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000
MarcoFalke
2015-11-09
transaction_tests: Be more strict checking dust
MarcoFalke
[next]