Age | Commit message (Collapse) | Author |
|
|
|
|
|
Conflicts:
src/init.cpp
src/util.cpp
|
|
Made three critical blocks for cs_mapAddresses smaller, and moved
writing to the database out of them. This should also improve the
concurrency of the code.
|
|
blocks
During the rushed transition from 0.01 BTC to 0.0005 BTC fees, we took the
approach of dropping the relay and block-inclusion fee to 0.0005 BTC
immediately, and only delayed adjusting the sending fee for the next release.
Afterward, the relay fee was lowered to 0.0001 BTC to avoid having the same
problem in the future. However, the block inclusion code was left setting
fForRelay to true! This fixes that, so the lower 0.0001 BTC allowance is (as
intended) only permitted for real relaying.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attacks
|
|
|
|
|
|
|
|
some testers' machines.
|
|
|
|
|
|
|
|
(partial cherry pick)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be disregarded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SocketHandler thread can be detached
|
|
|
|
|
|
|
|
|
|
git://gitorious.org/~Luke-Jr/bitcoin/luke-jr-bitcoin into unique_coinbase
|
|
|
|
coinbase txn is unique even if address is the same
|
|
|
|
|
|
Optimize database writes for transactions with lots of TxIns.
|
|
Patch from ArtForz, who discovered the problem.
|
|
|
|
|