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
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Use CoinControl to pass custom fee setting from QT.
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-14
Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets
Pieter Wuille
2017-07-14
Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wal...
Pieter Wuille
2017-07-14
Merge #10808: Avoid some new gcc warnings in 15
Pieter Wuille
2017-07-14
Explicitly initialize prevector::_union to avoid new warning
Matt Corallo
2017-07-14
Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE.
Pieter Wuille
2017-07-14
Merge #10819: Fix uninitialized atomic variables
Pieter Wuille
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
Merge #10557: Make check to distinguish between orphan txs and old txs more e...
Pieter Wuille
2017-07-14
Merge #10806: build: verify that the assembler can handle crc32 functions
Wladimir J. van der Laan
2017-07-13
Fix uninitialized atomic variables
João Barbosa
2017-07-13
Properly forbid -salvagewallet and -zapwallettxes for multi wallet.
Alex Morcos
2017-07-13
build: verify that the assembler can handle crc32 functions
Cory Fields
2017-07-13
[Qt] migrate old fee slider value to new dropbown
Jonas Schnelli
2017-07-13
[Qt] replace fee slider with a Dropdown, extend conf. targets
Jonas Schnelli
2017-07-13
Merge #10810: missing white space in function arg
Jonas Schnelli
2017-07-12
Merge #10780: Simplify "!foo || (foo && bar)" as "!foo || bar"
Pieter Wuille
2017-07-13
missing white space in function arg
Lawrence Nahum
2017-07-12
Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead.
Pieter Wuille
2017-07-12
Merge #10714: Avoid printing incorrect block indexing time due to uninitializ...
Pieter Wuille
2017-07-12
Fix signed/unsigned comparison warning introduced in c8e29d7ff0.
Matt Corallo
2017-07-11
Merge #10712: Add change output if necessary to reduce excess fee
Wladimir J. van der Laan
2017-07-11
Fix rare edge case of paying too many fees when transaction has no change.
Alex Morcos
2017-07-11
Only reserve key for scriptChange once in CreateTransaction
Alex Morcos
2017-07-11
Merge #10786: Add PR description to merge commit in github-merge.py
Wladimir J. van der Laan
2017-07-11
Merge #10543: Change API to estimaterawfee
Wladimir J. van der Laan
2017-07-11
Merge #10651: Verify binaries from bitcoincore.org and bitcoin.org
Wladimir J. van der Laan
2017-07-11
Merge #10792: Replace MAX_OPCODE for OP_NOP10.
Wladimir J. van der Laan
2017-07-11
Merge #10190: [tests] mining functional tests (including regression test for ...
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
Merge #10676: document script-based return fields for validateaddress
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-10
Expose if CScheduler is being serviced, assert its not in EmptyQueue
Matt Corallo
2017-07-10
Improve error reporting for estimaterawfee
Alex Morcos
2017-07-10
Add function to report highest estimate target tracked per horizon
Alex Morcos
2017-07-10
Change API to estimaterawfee
Alex Morcos
2017-07-10
Add PR description to merge commit in github-merge.py
Pieter Wuille
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-10
Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cli
Wladimir J. van der Laan
2017-07-09
Simplify "!foo || (foo && bar)" as "!foo || bar"
practicalswift
2017-07-08
Fix subscript[0] potential bugs in key.cpp
Jeremy Rubin
2017-07-08
Remove unnecessary branches in utilstrencodings string constructors.
Jeremy Rubin
2017-07-08
Fix subscript[0] in utilstrencodings.cpp
Jeremy Rubin
2017-07-08
Fix subscript[0] in streams.h
Jeremy Rubin
2017-07-08
Fix subscript[0] in validation.cpp
Jeremy Rubin
[next]