Gavin Andresen
5b989722be
Merge pull request #2245 from gavinandresen/check216116
...
New checkpoint at block 216116 for the 0.8.0 release
12 years ago
Gavin Andresen
8fd65c944f
Merge pull request #2236 from sipa/largefiles
...
Support large files on 32-bit Linux
12 years ago
Wladimir J. van der Laan
4dfae2fd2f
Merge pull request #2248 from gavinandresen/issue2239
...
Prevent Qt crash at startup with an empty data directory
12 years ago
Gavin Andresen
cb2e1bdaa9
Merge pull request #2244 from sipa/files
...
Added information about used data files
12 years ago
Gavin Andresen
85b534b23e
Prevent Qt crash at startup with an empty data directory
12 years ago
Gavin Andresen
a078121373
Merge pull request #2246 from gavinandresen/changefix
...
Correctly randomize change output position
12 years ago
Gavin Andresen
ac7b8ea086
Correctly randomize change output position
12 years ago
Gavin Andresen
a53465a649
New checkpoint at block 216116 for the 0.8.0 release
12 years ago
Pieter Wuille
08540d567b
Added information about used data files
12 years ago
Pieter Wuille
3cce597fc9
Support large files on 32-bit Linux
12 years ago
Gavin Andresen
db3b4ade7b
Merge pull request #2224 from sipa/valstate
...
Improve error handling during validation
12 years ago
Pieter Wuille
421218d304
Deal with LevelDB errors
12 years ago
Gavin Andresen
2998083005
Merge branch 'master' of github.com:bitcoin/bitcoin
12 years ago
Gavin Andresen
9126e08739
Utility to create pnSeed array
12 years ago
Gavin Andresen
716c35b67f
Merge pull request #2235 from gavinandresen/clangwarnings
...
Fix two clang3.3 warnings
12 years ago
Gavin Andresen
15ebd4865a
Fix two clang3.3 warnings
12 years ago
Pieter Wuille
7851033dd6
Improve dealing with abort conditions
12 years ago
Pieter Wuille
18379c8087
Add disk space checks before flushing CCoins cache
12 years ago
Pieter Wuille
86c82bf9d0
Treat coinbase value violation as DoS
12 years ago
Pieter Wuille
ef3988ca36
CValidationState framework
12 years ago
Jeff Garzik
2835080e16
Merge pull request #2231 from sipa/cleanups
...
Two cleanups before 0.8
12 years ago
Jeff Garzik
699bc3d14d
Merge pull request #2234 from gavinandresen/seednodes
...
New seed nodes, from http://bitcoin.sipa.be/seeds.txt
12 years ago
Gavin Andresen
74fbb151de
New seed nodes, from http://bitcoin.sipa.be/seeds.txt
12 years ago
Pieter Wuille
8fdc94cc8f
Rename database directories
12 years ago
Pieter Wuille
d0809a1925
Remove support for pre-checksum undo files
12 years ago
Gavin Andresen
79bec38cb4
Merge pull request #1549 from TheBlueMatt/addnoderpc
...
Addnode optimization and addnode access via RPC
12 years ago
Gavin Andresen
f73abdc82d
Merge pull request #2223 from gavinandresen/nonfinalnonstandard
...
Treat non-final transactions as non-standard
12 years ago
Matt Corallo
f2bd6c28e6
Try more than the first address for a DNS -addnode.
12 years ago
Matt Corallo
67a11bd6c5
Add a getaddednodeinfo RPC.
12 years ago
Matt Corallo
72a348fd9a
Add addnode RPC command.
12 years ago
Matt Corallo
f339e9e339
Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()).
12 years ago
Matt Corallo
74088e862e
Use a copy in place of mapMultiArgs["-addnode"].
...
Also moves the DNS lookup of -addnode nodes into the repeated
loop, allowing -addnode to follow DNS changes.
12 years ago
Jeff Garzik
0d3d6094fa
Merge pull request #2162 from gavinandresen/spendfrom
...
spendfrom.py sends coins from a particular address or addresses
12 years ago
Gavin Andresen
6f8730752c
Treat non-final transactions as non-standard
...
At least one service that accepted zero-confirmation transactions
was vulnerable because an attacker could send a transaction
with a lock time far in the future, and then have plenty of time in
which to get a double-spend mined (perhaps from a miner who wasn't
on the network when the first transaction was broadcast).
That is a variation on the "Finney attack". We still don't
recommend anybody accept 0-confirmation transactions as final
payment for anything. This change keeps non-final transactions
from appearing in the wallet, and, assuming most of the network
accepts this change, will prevent them from being relayed until
they are final.
12 years ago
Gavin Andresen
434fa60d75
Merge pull request #2182 from gavinandresen/addressoracle
...
Remove IsFromMe() check in CTxMemPool::accept()
12 years ago
Gavin Andresen
bb5181fcc2
Merge pull request #2222 from sipa/check288
...
Check only 288 blocks at startup by default
12 years ago
Pieter Wuille
56869fc07c
Check only 288 blocks at startup by default
12 years ago
Wladimir J. van der Laan
71eccdeaff
Merge pull request #2213 from Diapolo/translations
...
full translations update
12 years ago
Philip Kaufmann
d001476cbc
full translations update
...
- fetch current translations from Transifex
- update bitcoinstrings.cpp and bitcoin_en.ts
12 years ago
Gavin Andresen
63cc7661a5
Merge pull request #2168 from sipa/txindex
...
Add optional transaction index to databases
12 years ago
Gavin Andresen
dba91a9a67
spendfrom.py sends coins from a particular address or addresses
...
Should be both useful and also a pretty good demonstration of
using the raw transactions API.
12 years ago
Gavin Andresen
d3ab598fd5
Merge pull request #2207 from gavinandresen/leveldb19
...
Leveldb19
12 years ago
Gavin Andresen
9c9f5c1303
Let limitfreerelay=0 reject ALL free transactions
12 years ago
Wladimir J. van der Laan
05e5e15887
Merge pull request #2165 from Diapolo/Qt_addrbook_cleanup
...
Bitcoin-Qt: cleanup / optimise addressbookpage
12 years ago
Philip Kaufmann
bb0726a8cf
Bitcoin-Qt: cleanup / optimise addressbookpage
...
- don't show QR Code context menu, when USE_QRCODE=1 was not specified
when compiling the client
- re-work on_showQRCode_clicked() for better readability and remove an
unneeded duplicate check
- re-work on_signMessage_clicked() and on_verifyMessage_clicked() to match
foreach in on_showQRCode_clicked(), which seems more robust / cleaner
- re-order context menu stuff to match real context menu layout
- add comments for all private slots in the class
12 years ago
David Grogan
36311b9a19
Fix corruption bug found and analyzed by dhruba@gmail.com
...
https://groups.google.com/d/msg/leveldb/Kc9JxuIUu5A/9P0N9RL4ar8J
12 years ago
Sanjay Ghemawat
f79ddf24a9
added utility to dump leveldb files
12 years ago
Gavin Andresen
09c69c03f7
Merge pull request #2187 from CodeShark/SyncWithWalletsFix
...
Bugfix - Moved SyncWithWallets out of ProcessMessage and into CTxMemPool::accept()
12 years ago
Gavin Andresen
b1024662ea
Port leveldb to MinGW32
...
Several changes to make the native windows leveldb code compile
with mingw32 and run on 32-bit Windows:
* Remove -std=c++0x dependency (modified code to use NULL instead of
nullptr)
* Link with -lshlwapi
* Only #define snprintf/etc if compiling with Visual Studio
* Do not link against DbgHelp.lib (wrote a CreateDir instead of using
DbgHelp's MakeSureDirectoryPathExists
* Define WINVER=0x0500 so MinGW32 can use the 64-bit-filesystem Windows
api calls
* Define __USE_MINGW_ANSI_STDIO=1 to use MinGW's printf (which supports
%ll)
I also cleaned up makefile.mingw, assuming that dependencies would be in
the standard /usr/local/{include,lib} by default but allowing overriding
with make DEPSDIR=... etc
12 years ago
Pieter Wuille
8aef119f43
Mingw support for Windows LevelDB port
12 years ago