Age | Commit message (Expand) | Author |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-08-14 | Rename script/standard.{cpp/h} to script/solver.{cpp/h} | Andrew Chow |
2023-08-14 | Clean up script/standard.{h/cpp} includes | Andrew Chow |
2023-08-14 | Move CTxDestination to its own file | Andrew Chow |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-10-18 | test: Remove unused txmempool include from tests | MacroFake |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-06-14 | refactor: Pass script verify flags as uint32_t | MarcoFalke |
2021-03-15 | Make all SignatureChecker explicit about missing data | Pieter Wuille |
2020-08-14 | Replace usage of GetScriptForWitness with GetScriptForDestination | MeshCollider |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-16 | scripted-diff: Sort test includes | MarcoFalke |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing unused... | practicalswift |
2019-04-29 | Replace CScriptID and CKeyID in CTxDestination with dedicated types | Gregory Sanders |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2018-12-11 | Removed implicit CTransaction constructor from tests | lucash-dev |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-03 | Make it clear which functions that are intended to be translation unit local | practicalswift |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-07-14 | Remove confusing MAX_BLOCK_BASE_SIZE. | Gregory Maxwell |
2017-06-09 | Remove unused Boost includes | practicalswift |
2017-06-01 | Switch from per-tx to per-txout CCoinsViewCache methods in some places | Pieter Wuille |
2017-04-06 | MOVEONLY: tx functions to consensus/tx_verify.o | Jorge Timón |
2017-01-05 | Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources | MarcoFalke |
2017-01-02 | Refactoring: Removed using namespace <xxx> from bench/ and test/ source files. | Karl-Johan Alm |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-04 | Move CTxInWitness inside CTxIn | Pieter Wuille |
2016-12-02 | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo |
2016-07-06 | Rename CTxinWitness -> CTxInWitness | Bob McElrath |
2016-06-22 | [qa] Add GetTransactionSigOpCost unit tests | Jonas Nick |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-11-13 | Prevector type | Pieter Wuille |
2015-03-12 | tests: add a BasicTestingSetup and apply to all tests | Wladimir J. van der Laan |
2015-01-05 | Replace direct use of 0 with SetNull and IsNull | Wladimir J. van der Laan |
2014-12-16 | Remove references to X11 licence | Michael Ford |
2014-10-31 | boost: moveonly: split CPubKey and friends to new files | Cory Fields |
2014-10-17 | script: add ToByteVector() for converting anything with begin/end | Cory Fields |
2014-10-17 | script: move CScriptID to standard.h and add a ctor for creating them from CS... | Cory Fields |
2014-09-16 | Move CTxDestination from script/script to script/standard | Pieter Wuille |
2014-09-08 | Move CScript class and dependencies to script/script | jtimon |
2014-09-08 | Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) | jtimon |
2014-03-18 | Add licenses for tests and test data | Wladimir J. van der Laan |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille |
2013-04-03 | Fix signed/unsigned comparison warnings | Gavin Andresen |
2012-05-24 | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | Pieter Wuille |
2012-02-20 | Fix tests after 38067c18 | Pieter Wuille |