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
2016-11-07
Merge #9070: Lockedpool fixes
Wladimir J. van der Laan
2016-11-04
Merge #9069: Clean up bctest.py and bitcoin-util-test.py
Wladimir J. van der Laan
2016-11-03
Clean up bctest.py and bitcoin-util-test.py
John Newbery
2016-11-03
Merge #9050: net: make a few values immutable, and use deterministic randomne...
Wladimir J. van der Laan
2016-11-03
Merge #9053: IBD using chainwork instead of height and not using header times...
Pieter Wuille
2016-11-02
LockedPool: avoid quadratic-time allocation
Kaz Wesley
2016-11-02
Merge #9065: Merge `doc/unit-tests.md` into `src/test/README.md`
MarcoFalke
2016-11-02
LockedPool: test handling of invalid allocations
Kaz Wesley
2016-11-02
Merge #9066: tests: Remove variable unused after refactoring
Wladimir J. van der Laan
2016-11-02
trivial: Remove variable unused after refactoring
Daniel Kraft
2016-11-02
Add logging to bitcoin-util-test.py
jnewbery
2016-11-02
Merge `doc/unit-tests.md` into `src/test/README.md`
Wladimir J. van der Laan
2016-11-02
Merge #8753: Locked memory manager
Wladimir J. van der Laan
2016-11-02
Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.
Gregory Maxwell
2016-10-31
net: Use deterministic randomness for CNode's nonce, and make it const
Cory Fields
2016-10-28
test: Add format-dependent comparison to bctest
Wladimir J. van der Laan
2016-10-27
support: Add LockedPool
Wladimir J. van der Laan
2016-10-21
Return shared_ptr<CTransaction> from mempool removes
Pieter Wuille
2016-10-21
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-19
Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts
Wladimir J. van der Laan
2016-10-19
Merge #7948: RPC: augment getblockchaininfo bip9_softforks data
Wladimir J. van der Laan
2016-10-19
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-18
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
Merge #8914: Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
test segwit uncompressed key fixes
Johnson Lau
2016-10-16
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-10-16
Add script tests for FindAndDelete in pre-segwit and segwit scripts
Johnson Lau
2016-10-13
Merge #8817: update bitcoin-tx to output witness data
Wladimir J. van der Laan
2016-10-10
Merge #8393: Support for compact blocks together with segwit
Pieter Wuille
2016-10-05
add verbose mode to bitcoin-util-test.py
jnewbery
2016-10-05
Update bitcoin-tx to output witness data.
jonnynewbs
2016-10-04
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-10-04
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-09-30
Merge #8830: [test] Add option to run bitcoin-util-test.py manually
Wladimir J. van der Laan
2016-09-29
bitcoin-util-test.py should fail if the output file is empty
jnewbery
2016-09-29
Add option to run bitcoin-util-test.py manually
jnewbery
2016-09-29
Merge #8829: Add bitcoin-tx JSON tests
MarcoFalke
2016-09-28
Add bitcoin-tx JSON tests
jnewbery
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-27
Merge #8526: Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Wladimir J. van der Laan
2016-09-27
Do not shadow variables
Pavel JanÃk
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-09-22
[test] Remove redundant print in addrman_tests
MarcoFalke
2016-09-19
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-08
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
net: move nLastNodeId to CConnman
Cory Fields
[next]