| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
fix comment about dust logic
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Send tx relay flag with version message
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
allow txindex to be removed and add a reindex dialog
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- adds a reindex dialog for Bitcoin-Qt to change -txindex without the need
to supply -reindex
- now also does a -reindex, when removing the -txindex switch
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix shutdown deadlock, ticket #2690
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes #2690.
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Without this include, sometimes BOOST_VERSION was defined and sometimes
it was not, depending on which includes came before it. The result was a
random mix of sleep or sleep_for for boost versions >= 1.50.
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
changes to thread code (directly use boost::thread)
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- removes our NewThread() function an replaces remaining calls with
boost::thread with our TraceThread template
- remove ExitThread() function
- fix THREAD_PRIORITY_ABOVE_NORMAL for non Windows OSes
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
"Wallet birthdays": store key create time; calc whole-wallet birthday
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This also encapsulate wallet-read state information into CWalletScanState.
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
Add verbose flag to getblock RPC so it is possible to get hex dumps of blocks
|
| | | | | |
| | | | |
| | | | |
| | | | | |
getrawtransaction, but defaulting to 1 for backward compatibility
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Clean up code dependencies
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
the mempool instance.
Removed AreInputsStandard from CTransaction, made it a regular function in main.
Moved CTransaction::GetOutputFor to CCoinsViewCache.
Moved GetLegacySigOpCount and GetP2SHSigOpCount out of CTransaction into regular functions in main.
Moved GetValueIn and HaveInputs from CTransaction into CCoinsViewCache.
Moved AllowFree, ClientCheckInputs, CheckInputs, UpdateCoins, and CheckTransaction out of CTransaction and into main.
Moved IsStandard and IsFinal out of CTransaction and put them in main as IsStandardTx and IsFinalTx. Moved GetValueOut out of CTransaction into main. Moved CTxIn, CTxOut, and CTransaction into core.
Added minimum fee parameter to CTxOut::IsDust() temporarily until CTransaction is moved to core.h so that CTxOut needn't know about CTransaction.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
regular function in main.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
from main to core beginning with COutPoint.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added explicit include of main.h in init.cpp, changed include of init.h to include of main.h in net.cpp.
Added function registration for net.cpp in init.cpp's network initialization.
Removed protocol.cpp's dependency on main.h.
TODO: Remove main.h include in net.cpp.
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
CBlockLocator.
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
qt: Add total balance in overview page
|
| | |/ / / / / |
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
One-line change. Fixes #2752.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
autotools: Gui split
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
QT_GUI define
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This will allow each to have its own main(), meaning that we can build a common
base client and simply link in the correct startup object to create the
appropriate binary.
|
| | | |_|/ /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Bitcoin-Qt: harmonize 2 setClientModel() functions
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- harmonize BitcoinGUI::setClientModel() and RPCConsole::setClientModel()
- now RPCConsole::setClientModel() also includes a direct call to
setNumBlocks()
|
| | |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
Crash probably introduced by 4d17a1b0.
Inialize the window to NULL and verify it before use.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
MaxOSX: settings fixes (#2371)
|
| | |\| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Jonas Schnelli <[email protected]>
Conflicts:
bitcoin-qt.pro
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Launch-At-Startup implementation for mac
- Remove "Window" tab in settings
Signed-off-by: Jonas Schnelli <[email protected]>
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
One more data-driven test-case
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- this directly sets up all GUI elements that have testnet special-casing
without first setting up main net stuff and changing afterwards (titles,
icons etc.)
- also fixes 2 wrong icons shown during testnet usage on our toolbar
|