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-02
Add logging to bitcoin-util-test.py
jnewbery
2016-11-02
Merge #8753: Locked memory manager
Wladimir J. van der Laan
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
2016-09-08
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
net: handle nodesignals in CConnman
Cory Fields
2016-09-08
net: Pass CConnman around as needed
Cory Fields
2016-09-08
net: Create CConnman to encapsulate p2p connections
Cory Fields
2016-09-08
Merge #8671: Minimal fix to slow prevector tests as stopgap measure
MarcoFalke
2016-09-06
Fix obvious assignment/equality error in test
Jeremy Rubin
2016-09-06
Minimal fix to slow prevector tests as stopgap measure
Jeremy Rubin
2016-09-02
Merge #8449: [Trivial] Do not shadow local variable, cleanup
Wladimir J. van der Laan
2016-09-02
Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/
Wladimir J. van der Laan
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-09-01
Merge #8524: Precompute sighashes
Pieter Wuille
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-25
Merge #8578: [test] Remove unused code
MarcoFalke
[next]