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
Age
Commit message (
Expand
)
Author
2016-10-17
Define start and end time for segwit deployment
Pieter Wuille
2016-10-17
qt: periodic translation update
Wladimir J. van der Laan
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
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-13
Update bitcoin-tx to output witness data.
jonnynewbs
2016-10-13
Use cmpctblock type 2 for segwit-enabled transfer
Matt Corallo
2016-10-13
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
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-05
Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...
Luke Dashjr
2016-10-03
bitcoin-util-test.py should fail if the output file is empty
jnewbery
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-09-26
Implement NULLDUMMY softfork
Johnson Lau
2016-09-26
Implement SipHash in Python
Pieter Wuille
2016-09-26
Allow changing BIP9 parameters on regtest
Suhas Daftuar
2016-09-26
Remove maxuploadtargets recommended minimum
Jonas Schnelli
2016-09-26
Remove createwitnessaddress
Johnson Lau
2016-09-26
Do not store witness txn in rejection cache
Pieter Wuille
2016-09-21
[copyright] add MIT license headers to .sh scripts where missing
isle2983
2016-09-21
UndoReadFromDisk works on undo files (rev), not on block files.
Pavel JanÃk
2016-09-21
Specify Protobuf version 2 in paymentrequest.proto
fanquake
2016-09-21
net: No longer send local address in addrMe
Wladimir J. van der Laan
2016-09-21
Berkeley DB v6 compatibility fix
Alexey Vesnin
2016-09-21
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-09-21
init: Fix typo in help message for -whitelistforcerelay
Wladimir J. van der Laan
2016-09-21
Set jonasschnellis dns-seeder filter flag
Jonas Schnelli
2016-09-21
Trivial: Fix two VarInt examples in serialize.h
Christian Barcenas
2016-09-21
CDB: fix debug output
crowning-
2016-09-21
Add copyright header to wallet_text_fixture.cpp
Wladimir J. van der Laan
2016-09-21
Use __func__ to get function name for output printing
MarcoFalke
2016-09-21
[Wallet] Trivial cleanup of HD wallet changes
Jonas Schnelli
2016-09-21
document return value of networkhashps for getmininginfo RPC endpoint
Jameson Lopp
2016-09-21
various typos
leijurv
2016-09-21
Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-60...
Jeremy Rubin
2016-09-21
Corrected JSON typo on setban of net.cpp
Sev
2016-09-21
Do diskspace check before import thread is started
Pieter Wuille
2016-09-21
Add extra message to avoid a long 'Loading banlist'
Pieter Wuille
2016-09-21
Use a signal to continue init after genesis activation
Pieter Wuille
2016-09-21
Update README.md
Chris Stewart
2016-09-21
Enable size accounting in mining unit tests
Suhas Daftuar
2016-09-21
net: Ignore `notfound` P2P messages
Wladimir J. van der Laan
2016-09-21
prepend license statement to indirectmap
Kaz Wesley
[next]