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
Age
Commit message (
Expand
)
Author
2018-05-16
Merge #13023: Fix some concurrency issues in ActivateBestChain()
Wladimir J. van der Laan
2018-05-16
Add unit tests for signals generated by ProcessNewBlock()
Jesse Cohen
2018-05-15
Merge #12881: Minor optimizations to bech32::Decode(); add tests.
Wladimir J. van der Laan
2018-05-14
Break circular dependency: chain -> pow -> chain
Ben Woosley
2018-05-14
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
Merge #11689: mempool: Fix missing locking in CTxMemPool::check(…) and CTxM...
MarcoFalke
2018-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-05
Add Clang thread safety analysis annotations
practicalswift
2018-05-05
Add transaction tests for constant scriptCode
Johnson Lau
2018-05-05
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-29
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-27
util: Establish global logger object.
Jim Posen
2018-04-26
Merge #13002: Do not treat bare multisig outputs as IsMine unless watched
Wladimir J. van der Laan
2018-04-25
[test] Simple unit test for TxIndex.
Jim Posen
2018-04-23
Make tests pass after 2020
Bernhard M. Wiedemann
2018-04-23
Merge #12885: Reduce implementation code inside CScript
Wladimir J. van der Laan
2018-04-23
Merge #13052: trivial: Fix relevent typo
MarcoFalke
2018-04-22
trivial: Fix relevent typo
practicalswift
2018-04-19
Do not treat bare multisig as IsMine
Pieter Wuille
2018-04-18
Consistently log CValidationState on failure
Ben Woosley
2018-04-17
Merge #12949: tests: Avoid copies of CTransaction
MarcoFalke
2018-04-16
Merge #11862: Network specific conf sections
Wladimir J. van der Laan
2018-04-13
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
2018-04-13
Avoid std::locale/imbue in DateTimeStrFormat
Pieter Wuille
2018-04-12
Tighten up bech32::Decode(); add tests.
murrayn
2018-04-12
Merge #12803: Make BaseSignatureCreator a pure interface
Wladimir J. van der Laan
2018-04-12
Fix dead stores. Values were stored but never read. Limit scope.
practicalswift
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
[tests] Unit tests for -testnet/-regtest in [test]/[regtest] sections
Anthony Towns
2018-04-11
[tests] Unit tests for network-specific config entries
Anthony Towns
2018-04-11
[tests] Unit tests for config file sections
Anthony Towns
2018-04-11
ArgsManager: drop m_negated_args
Anthony Towns
2018-04-11
Merge #12920: test: Fix sign for expected values
Wladimir J. van der Laan
2018-04-11
ArgsManager: keep command line and config file arguments separate
Anthony Towns
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-04-10
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-10
Merge #12926: Run unit tests in parallel
Wladimir J. van der Laan
2018-04-09
Increase entropy in test temp directory name
Pieter Wuille
2018-04-09
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
Remove duplicate includes
practicalswift
2018-04-09
Merge #12537: [arith_uint256] Make it safe to use "self" in operators
Wladimir J. van der Laan
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-06
[tests] Add additional unit tests for -nofoo edge cases
Anthony Towns
2018-04-06
[tests] Check GetChainName works with config entries
Anthony Towns
2018-04-06
[tests] Add unit tests for ReadConfigStream
Anthony Towns
2018-04-06
[tests] Add unit tests for GetChainName
Anthony Towns
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-04
Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT...
Pieter Wuille
[next]