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
/
qt
Age
Commit message (
Expand
)
Author
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 #10179: Give CValidationInterface Support for calling notifications on ...
Wladimir J. van der Laan
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-06
Change default fee estimation mode.
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
remove default argument from GetMinimumFee
Alex Morcos
2017-07-06
qt: First translations update for 0.15
Wladimir J. van der Laan
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-03
Use TestingSetup to DRY qt rpcnestedtests
Matt Corallo
2017-06-29
Merge #10660: Allow to cancel the txdb upgrade via splashscreen keypress 'q'
Wladimir J. van der Laan
2017-06-29
[Qt] allow to execute a callback during splashscreen progress
Jonas Schnelli
2017-06-29
Merge #10673: [qt] Avoid potential null pointer dereference in TransactionVie...
Wladimir J. van der Laan
2017-06-27
[qt] Avoid potential null pointer dereference in TransactionView::exportClick...
practicalswift
2017-06-25
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-22
Merge #10633: doc: Fix various typos
Wladimir J. van der Laan
2017-06-22
Merge #9343: Don't create change at dust limit
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-20
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-15
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-15
Merge #10582: Pass in smart fee slider value to coin control dialog
Wladimir J. van der Laan
2017-06-14
Don't create change at the dust limit, even if it means paying more than expe...
Alex Morcos
2017-06-14
Pass in smart fee slider value to coin control dialog
Alex Morcos
2017-06-14
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-14
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-06-13
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-06-12
Remove unreachable or otherwise redundant code
practicalswift
2017-06-12
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-11
Merge #10546: Remove 33 unused Boost includes
Wladimir J. van der Laan
2017-06-11
Merge #10561: Remove duplicate includes
Wladimir J. van der Laan
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-09
Remove duplicate includes
practicalswift
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> r...
Jorge Timón
2017-06-05
Limit variable scope
practicalswift
2017-06-01
Merge #10506: Fix bumpfee test after #10449
Pieter Wuille
2017-06-01
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Fix bumpfee test after #10449
Russell Yanofsky
2017-06-01
Merge #10449: Overhaul Qt fee bumper
Jonas Schnelli
2017-05-25
Fix broken q4 test build
Russell Yanofsky
2017-05-24
[Qt] make sure transaction table entry gets updated after bump
Jonas Schnelli
[next]