- 14 Jun, 2013 1 commit
-
-
Matt Corallo authored
This (nearly) doesn't change fee rules at all: * To make it into the fee transaction area, the dPriority comparison changed from < to <= * We now just ignore transactions > MAX_BLOCK_SIZE/4 instead of doing some calculations to require increasingly large fees as size increases.
-
- 10 Jun, 2013 8 commits
-
-
Jeff Garzik authored
changes to thread code (directly use boost::thread)
-
Pieter Wuille authored
"Wallet birthdays": store key create time; calc whole-wallet birthday
-
Philip Kaufmann authored
- 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
-
Jeff Garzik authored
Add Linux script to contrib/ that limits outgoing bandwidth to Bitcoin nodes
-
Jeff Garzik authored
Add verbose flag to getblock RPC so it is possible to get hex dumps of blocks
-
Jeff Garzik authored
-
Jeff Garzik authored
This also encapsulate wallet-read state information into CWalletScanState.
-
Jeff Garzik authored
Clean up code dependencies
-
- 09 Jun, 2013 2 commits
-
-
Wladimir J. van der Laan authored
qt: Add total balance in overview page
-
Wladimir J. van der Laan authored
Create parent directories if needed in GetDataDir
-
- 08 Jun, 2013 1 commit
-
-
Wladimir J. van der Laan authored
One-line change. Fixes #2752.
-
- 07 Jun, 2013 3 commits
-
-
Luke Dashjr authored
RPC: getblock(): Accept 2nd "verbose" parameter, similar to getrawtransaction, but defaulting to 1 for backward compatibility
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Bitcoin-Qt: small updates to project file
-
- 06 Jun, 2013 13 commits
-
-
Eric Lombrozo authored
-
Philip Kaufmann authored
- add new bitcoind.cpp to OTHER_FILES to be able to see it in the Qt Creator IDE - remove a Mac-only header from the general HEADERS, as it is already in macx:HEADERS
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
Eric Lombrozo authored
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.
-
Eric Lombrozo authored
-
Eric Lombrozo authored
Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint.
-
Eric Lombrozo authored
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.
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
Eric Lombrozo authored
-
- 05 Jun, 2013 4 commits
-
-
Jeff Garzik authored
autotools: Gui split
-
Wladimir J. van der Laan authored
Bitcoin-Qt: harmonize 2 setClientModel() functions
-
Wladimir J. van der Laan authored
osx: fix bitcoin-qt startup crash when clicking dock icon
-
Cory Fields authored
Crash probably introduced by 4d17a1b0. Inialize the window to NULL and verify it before use.
-
- 04 Jun, 2013 8 commits
-
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
-
Cory Fields authored
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.
-
Cory Fields authored
-