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
2017-08-30
Merge #10777: [tests] Avoid redundant assignments. Remove unused variables
MarcoFalke
2017-08-28
Improve versionbits_computeblockversion test code consistency
danra
2017-08-24
Merge #11112: [developer-notes] By default, declare single-argument construct...
MarcoFalke
2017-08-23
Merge #10679: Document the non-DER-conformance of one test in tx_valid.json.
Wladimir J. van der Laan
2017-08-23
Document the non-strict-DER-conformance of one test in tx_valid.json.
Andreas Schildbach
2017-08-22
Add recommendation: By default, declare single-argument constructors `explicit`
practicalswift
2017-08-22
Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not r...
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-11
Merge #10765: Tests: address placement should be deterministic by default
MarcoFalke
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-01
Fix some broken init-time prints/constants
Matt Corallo
2017-08-01
Merge #10758: Fix some chainstate-init-order bugs.
Wladimir J. van der Laan
2017-07-27
Fix some LoadChainTip-related init-order bugs.
Matt Corallo
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-20
Merge #10821: Add SSE4 optimized SHA256
Wladimir J. van der Laan
2017-07-20
Add SHA256 dispatcher
Pieter Wuille
2017-07-17
Add attribute [[noreturn]] (C++11) to functions that will not return
practicalswift
2017-07-17
Tests: address placement should be deterministic by default
René Nyffenegger
2017-07-17
Remove factor of 3 from definition of dust.
Alex Morcos
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-16
Merge #10739: test: Move variable `state` down where it is used
MarcoFalke
2017-07-16
Use range based for loop
René Nyffenegger
2017-07-15
Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...
Pieter Wuille
2017-07-15
Merge #10760: Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-12
[refactor] move SplitHostPort() into utilstrencodings
John Newbery
2017-07-11
Merge #10792: Replace MAX_OPCODE for OP_NOP10.
Wladimir J. van der Laan
2017-07-11
Merge #10589: More economical fee estimates for RBF and RPC options to control
Wladimir J. van der Laan
2017-07-11
Replace MAX_OPCODE for OP_NOP10.
Mark Friedenbach
2017-07-11
Merge #10179: Give CValidationInterface Support for calling notifications on ...
Wladimir J. van der Laan
2017-07-09
[tests] Avoid redundant assignments. Remove unused variables.
practicalswift
2017-07-08
Do not shadow upper local variable `state`.
Pavel Janík
2017-07-07
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-07
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-07-06
remove default argument from estimateSmartFee
Alex Morcos
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-29
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-27
Add CheckInputs() unit tests
Suhas Daftuar
2017-06-26
Simplify return values of GetCoin/HaveCoin(InCache)
Pieter Wuille
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-24
Merge #10446: net: avoid extra dns query per seed
Wladimir J. van der Laan
[next]