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-11-19
test: Fix use-after-free in scheduler tests
Wladimir J. van der Laan
2016-11-09
Merge #9048: [0.13 backport] Fix handling of invalid compact blocks
Wladimir J. van der Laan
2016-11-01
Bump the protocol version to distinguish new banning behavior.
Suhas Daftuar
2016-11-01
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-10-27
Add MIT license to Makefiles
Luke Dashjr
2016-10-27
Don't return the address of a P2SH of a P2SH.
jnewbery
2016-10-27
Fix relaypriority calculation error
maiiz
2016-10-27
Add missing cs_main lock to ::GETBLOCKTXN processing
Matt Corallo
2016-10-25
[net] Remove assert(nMaxInbound > 0)
v0.13.1rc3
MarcoFalke
2016-10-19
nMaxOutbound is MAX_OUTBOUND_CONNECTIONS on 0.13
Wladimir J. van der Laan
2016-10-19
qt: pre-rc2 translations update
Wladimir J. van der Laan
2016-10-19
RPC/Mining: getblocktemplate: Update and fix formatting of help
Luke Dashjr
2016-10-19
Make dnsseed's definition of acute need include relevant services.
Gregory Maxwell
2016-10-19
Be more aggressive in connecting to peers with relevant services.
Gregory Maxwell
2016-10-18
Remove bogus assert on number of oubound connections.
Matt Corallo
2016-10-18
rpc: Generate auth cookie in hex instead of base64
Wladimir J. van der Laan
2016-10-18
Bump version to 0.13.1
Wladimir J. van der Laan
2016-10-17
My DNS seed supports filtering
Christian Decker
2016-10-17
Add x9 service bit support to dnsseed.bluematt.me
Matt Corallo
2016-10-17
Comment that most dnsseeds only support some service bits combos
Matt Corallo
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
[next]