index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-10-17
test segwit uncompressed key fixes
Johnson Lau
2016-10-17
Fix ismine and addwitnessaddress: no uncompressed keys in segwit
Pieter Wuille
2016-10-17
[qa] Add tests for uncompressed pubkeys in segwit
Suhas Daftuar
2016-10-17
Make test framework produce lowS signatures
Johnson Lau
2016-10-17
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-10-17
Add standard limits for P2WSH with tests
Johnson Lau
2016-10-17
[qa] Build v4 blocks in p2p-compactblocktests
Matt Corallo
2016-10-17
[qa] Send segwit-encoded blocktxn messages in p2p-compactblocks
Matt Corallo
2016-10-13
Update bitcoin-tx to output witness data.
jonnynewbs
2016-10-13
[qa] Fix compact block shortids for a test case
Dagur Valberg Johannsson
2016-10-13
Use cmpctblock type 2 for segwit-enabled transfer
Matt Corallo
2016-10-13
Fix overly-prescriptive p2p-segwit test for new fetch logic
Matt Corallo
2016-10-13
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-10-13
[qa] Fix bug in mininode witness deserialization
Suhas Daftuar
2016-10-13
[qa] Add support for compactblocks v2 to mininode
Suhas Daftuar
2016-10-13
[qa] Update p2p-compactblocks.py for compactblocks v2
Suhas Daftuar
2016-10-13
Add NULLDUMMY verify flag in bitcoinconsensus.h
Johnson Lau
2016-10-13
net: fix a few cases where messages were sent rather than dropped upon discon...
Cory Fields
2016-10-13
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-10-13
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-10-13
qt: Periodic translations update
Wladimir J. van der Laan
2016-10-13
qt: Translate all files, even if wallet disabled
Wladimir J. van der Laan
2016-10-11
Merge #8866: [0.13] Backports
MarcoFalke
2016-10-08
[Doc] Update bips.md for Segregated Witness
fanquake
2016-10-06
[qa] Fix race condition in sendheaders.py
Suhas Daftuar
2016-10-05
[qa] Another attempt to fix race condition in p2p-compactblocks.py
Suhas Daftuar
2016-10-05
Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...
Luke Dashjr
2016-10-03
test: Explicitly set encoding to utf8 when opening text files
Wladimir J. van der Laan
2016-10-03
[qa] util: Move wait_bitcoinds() into stop_nodes()
MarcoFalke
2016-10-03
[qa] Add getinfo smoke tests and rework versionbits test
MarcoFalke
2016-10-03
[qa] mininode: Only allow named args in wait_until
MarcoFalke
2016-10-03
[qa] Fix race condition in p2p-compactblocks test
Suhas Daftuar
2016-10-03
Fix nulldummy.py test
Johnson Lau
2016-10-03
test: Avoid ConnectionResetErrors during RPC tests
Wladimir J. van der Laan
2016-10-03
bitcoin-util-test.py should fail if the output file is empty
jnewbery
2016-10-03
[qa] nulldummy: Don't run unused code
MarcoFalke
2016-10-03
[qa] blockstore: Switch to dumb dbm
MarcoFalke
2016-10-03
[rpc] throw JSONRPCError when utxo set can not be read
MarcoFalke
2016-10-03
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
Jonas Schnelli
2016-10-03
Add bitcoin-tx JSON tests
jnewbery
2016-10-03
[qa] Split up slow RPC calls to avoid pruning test timeouts
Suhas Daftuar
2016-10-03
Ping regularly in p2p-segwit.py to keep connection alive
Johnson Lau
2016-09-27
Merge #8815: Backports for 0.13.1
Wladimir J. van der Laan
2016-09-26
Implement NULLDUMMY softfork
Johnson Lau
2016-09-26
Fix broken sendcmpct test in p2p-compactblocks.py
Suhas Daftuar
2016-09-26
Add p2p test for BIP 152 (compact blocks)
Suhas Daftuar
2016-09-26
Add support for compactblocks to mininode
Suhas Daftuar
2016-09-26
Tests: refactor compact size serialization in mininode
Suhas Daftuar
2016-09-26
Implement SipHash in Python
Pieter Wuille
2016-09-26
Allow changing BIP9 parameters on regtest
Suhas Daftuar
[next]