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
/
sighash_tests.cpp
Age
Commit message (
Expand
)
Author
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
consensus: Store transaction nVersion as uint32_t
Ava Chow
2023-11-30
Remove unused version.h include
MarcoFalke
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-09-19
Remove CHashWriter type
MarcoFalke
2023-07-27
Remove unused raw-pointer read helper from univalue
MarcoFalke
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-02-09
Create InsecureRandMoneyAmount() test util helper
Jon Atack
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-01-27
test, build: Separate `read_json` function into its own module
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-01-20
refactor tests to fix ubsan suppressions
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-05-10
refactor: Remove useless extern keyword
MarcoFalke
2021-01-31
refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17)
Sebastian Falbesoner
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-01-23
refactor: define a UINT256_ONE global constant
Andrew Chow
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-09
test: Seed test RNG context for each test case, print seed
MarcoFalke
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
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-12-04
Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-13
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
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-07-09
[tests] Avoid redundant assignments. Remove unused variables.
practicalswift
2017-06-08
Merge #10524: [tests] Remove printf(...)
Wladimir J. van der Laan
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
[tests] Remove printf(...)
practicalswift
2017-06-07
scripted-diff: Use randbits/bool instead of randrange where possible
Pieter Wuille
2017-06-07
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
[next]