2895 Commits (b16e9f02c82b98635da53c7e485614cba766f0a9)

Author SHA1 Message Date
Cory Fields 152e51c7af included-tests: generate binary data from test files for inclusion into test binaries 11 years ago
Cory Fields cae63be6c9 autotools: fix a parallel build race condition spotted by the pull-tester 11 years ago
Gregory Maxwell e7bad10c12 More fixes for blockchain corruption on OSX. 11 years ago
Cory Fields 21ffa3ce3a autotools: add translate target for qt translations 11 years ago
Cory Fields f286aa1611 autotools: rearrange qt sources to make them more flexible 11 years ago
Peter Todd 2253642287
Make validateaddress provide redeemScript 11 years ago
Peter Todd be066fad7d Add RPC call decodescript 11 years ago
Peter Todd 463c9710f5 Move Parse{Hash|Hex} to be usable by all RPC code 11 years ago
Luke Dashjr 1e9d3b1392 Bugfix: Since test_bitcoin is being built and run inside src/test/, try using relative directories from that point 11 years ago
Luke Dashjr 941dba1783 configure: Check common include subdirectories for bdb headers, and refuse to use any version other than 4.8 by default 11 years ago
Cory Fields b4d8d03b86 autotools: use an absolute path to test data 11 years ago
Philip Kaufmann d78900cc1b fix some cosmetic glitches in the codebase 11 years ago
Gregory Maxwell f8b7aa8625 Longer term workaround for chainstate corruption from negative versions. 11 years ago
Wladimir J. van der Laan ed4c7fd4fd qt: add vout index to transaction id in transactions details dialog 11 years ago
Philip Kaufmann 42018eff07 Bitcoin-Qt: Use qDebug() for printing to debug.log 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Gregory Maxwell a22eed6a1e Make settxfee clear that units are btc/kb. 11 years ago
Matt Corallo 55ed3f1475 Don't warn about forks while fIsInitialDownload 11 years ago
Timothy Stranex ccf3af77c1 Fix typo in a comment: it's base58, not base48. 11 years ago
Philip Kaufmann e664c3d70c Bitcoin-Qt: allow to differentiate Qt log entries from core 11 years ago
Jonas Schnelli 9e8904f6ae qt: Display txfee in first sendCoinsDialog message box 11 years ago
Wladimir J. van der Laan 9d2fee17e0 qt: Use GUIUtil::HtmlEscape to escape HTML 11 years ago
Wladimir J. van der Laan 5da998e887 qt: Add comment to sorting step in refreshAddressTable 11 years ago
Wladimir J. van der Laan dcd0b0775e qt: Handle address purpose in incremental updates 11 years ago
Philip Kaufmann bdd0c59ab0 Bitcoin-Qt: fixes for using display unit from options 11 years ago
Jeff Garzik e5e9904c1c RPC: add getrawchangeaddress, for raw transaction change destinations 11 years ago
Gavin Andresen b773da064d Set Accept: application/bitcoin-paymentrequest header 11 years ago
Jeff Garzik f1dbed9233 miner: constify CreateNewBlock() arg scriptPubKeyIn 11 years ago
Peter Todd 214d45b6b9
Document and test OP_RESERVED weirdness 11 years ago
Philip Kaufmann 60fc1b4034 move Checkpoints:fEnabled from step 2 to step 3 in init 11 years ago
Pieter Wuille 24e5d7d5ae Fix out-of-bounds check 11 years ago
Philip Kaufmann d9baa28f92 Bitcoin-Qt: add testnet check and icon to intro dialog 11 years ago
Jeff Garzik 7bb0f6c5e8 RPC: getblocktemplate does not require a key, to create a block template 11 years ago
Jeff Garzik 7e17018995 CreateNewBlock() now takes scriptPubKey argument, 11 years ago
Gregory Maxwell 71ac5052d8 Remove fAllowReuse from GetKeyFromPool. 11 years ago
Gregory Maxwell 20469d83dd [QT] Don't ask for a passphrase to getnewaddress. 11 years ago
Philip Kaufmann 6728e00776 Bitcoin-Qt: extend some checks for valid model pointers 11 years ago
Philip Kaufmann dbc0a6aba2 Bitcoin-Qt: tweak Qt walletXXX.cpp/h code 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Gavin Andresen 47d0534368 Route qDebug() messages to debug.log 11 years ago
Gavin Andresen a73aa68b84 Rework when payment server is started 11 years ago
Philip Kaufmann a2189fbaf6 update SelectParamsFromCommandLine() handling/order 11 years ago
Gavin Andresen 3624356e82 Refactor: Move GetAccountAddresses to CWallet 11 years ago
Gavin Andresen 618855133d Refactor: CAddressBookData for mapAddressBook 11 years ago
Gavin Andresen b94595bb7f GetDataDir(): cache paths for each network separately 11 years ago
Gavin Andresen 57d80467f1 Reject dust amounts during validation 11 years ago
Philip Kaufmann 88ff655987 translations update for 0.8.4 11 years ago
Gregory Maxwell a7f533a972 Update the bloom state on the real object, not the temporary one. 11 years ago
Peter Todd 4eecdcacaf
Add MurmurHash3() unit test 11 years ago
Gregory Maxwell 37c6389c5a Performance optimization for bloom filters. 11 years ago