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
2017-04-05
Bump version to 0.14.1
v0.14.1rc1
Wladimir J. van der Laan
2017-04-05
Bugfix: ancestor modifed fees were incorrect for descendants
Suhas Daftuar
2017-04-05
Make threshold for flushing more conservative.
Alex Morcos
2017-04-05
Lower default memory footprint slightly
Alex Morcos
2017-04-05
Make pcoinsTip memory calculations consistent
Alex Morcos
2017-04-04
Check transaction count early in submitblock.
Gregory Maxwell
2017-04-04
Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.
Gregory Maxwell
2017-04-03
[rpc] Remove auth cookie on shutdown
practicalswift
2017-03-31
Compensate for memory peak at flush time
Pieter Wuille
2017-03-31
Merge #10127: [0.14 backport] Mining: Prevent slowdown in CreateNewBlock on l...
Wladimir J. van der Laan
2017-03-31
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
Wladimir J. van der Laan
2017-03-31
Add tests for bitcoin-tx input checking
John Newbery
2017-03-31
Check stderr when testing bitcoin-tx
John Newbery
2017-03-31
bitcoin-tx: Fix missing range check
Awemany
2017-03-30
Update benchmarking with package statistics
Suhas Daftuar
2017-03-30
Add benchmarking for CreateNewBlock
Suhas Daftuar
2017-03-30
Mining: return early when block is almost full
Suhas Daftuar
2017-03-27
rpc: Rename first named arg of createrawtransaction
MarcoFalke
2017-03-27
Optimize GetWitnessHash() for non-segwit transactions
Suhas Daftuar
2017-03-27
Ensure an item exists on the rpcconsole stack before adding
Andrew Chow
2017-03-27
Trivial: Fix typo in help getrawtransaction RPC
James Evans
2017-03-18
Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for se...
Wladimir J. van der Laan
2017-03-17
Add missing braces in semaphore posts in net
Matt Corallo
2017-03-17
Fix shutdown hang with >= 8 -addnodes set
Matt Corallo
2017-03-16
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-02-28
Fix importmulti returning rescan errors for wrong keys
v0.14.0rc3
Russell Yanofsky
2017-02-28
qt: pre-rc3 translations update
Wladimir J. van der Laan
2017-02-28
Avoid VLA in hash.h
Pieter Wuille
2017-02-28
Change bitcoin address in RPC helpaddress to an invalid address, so people do...
Marijn Stollenga
2017-02-28
Update sendfrom RPC help to correct coin selection misconception
Russell Yanofsky
2017-02-28
prevector: assert successful allocation
Cory Fields
2017-02-28
don't throw std::bad_alloc when out of memory. Instead, terminate immediately
Cory Fields
2017-02-28
tests: Fix dangling pwalletMain pointer in wallet tests
Wladimir J. van der Laan
2017-02-23
qt: pre-rc2 translations update
Wladimir J. van der Laan
2017-02-23
build: add --enable-werror option
Cory Fields
2017-02-22
[Trivial] Remove incorrect help message from gettxoutproof()
John Newbery
2017-02-22
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-21
Fix segfault crash when shutdown the GUI in disablewallet mode
Jonas Schnelli
2017-02-21
Fix for issue #9775. Added check for open() returning a NULL pointer.
kirit93
2017-02-21
Read/write mempool.dat as a binary.
Pavel JanÃk
2017-02-20
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
Luke Dashjr
2017-02-20
[wallet] Remove importmulti always-true check
Russell Yanofsky
2017-02-17
boost: remove iostreams includes
v0.14.0rc1
Cory Fields
2017-02-17
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header
Pieter Wuille
2017-02-17
Make KEY_SIZE a compile-time constant
Pieter Wuille
2017-02-17
qt: pre-rc1 translations update
Wladimir J. van der Laan
2017-02-17
build: bump version to 0.14.0
Wladimir J. van der Laan
2017-02-17
Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescans
Wladimir J. van der Laan
2017-02-17
Merge #9778: Add two hour buffer to manual pruning
Wladimir J. van der Laan
2017-02-17
Merge #9779: Update nMinimumChainWork and defaultAssumeValid.
Wladimir J. van der Laan
[next]