3472 Commits (0542619d93811fdb73508abb5299b8fd77f47a0e)

Author SHA1 Message Date
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
patrick s a42eef6f10 verify vchPubKey matches calculated public key unless fSkipCheck is set 11 years ago
patrick s 6e51b3bddf improve wallet load time by removing duplicated calls to EC_KEY_check_key and adding a hash for vchPubKey/vchPrivKey entries in wallet.dat 11 years ago
Gregory Maxwell 9d14e689c8 [raw] reject insanely high fees by default in sendrawtransaction 11 years ago
Jeff Garzik e5e9904c1c RPC: add getrawchangeaddress, for raw transaction change destinations 11 years ago
Gregory Maxwell bf3a20a6e8 [wallet] Consider generated coins mature at COINBASE_MATURITY+1 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
Gavin Andresen bb237705d0 Checkpoint at block 250,000 11 years ago
phelixbtc d1862bf309 makefile.mingw: Fix Win32 RPC Crashes. 11 years ago
Pieter Wuille a81cd96805 Only create signatures with even S, and verification mode to check. 11 years ago
Pieter Wuille 2461aba1ac Mempool consistency check 11 years ago
Pieter Wuille f0784ac470 Fix non-standard disconnected transactions causing mempool orphans 11 years ago
Micha 9afe5a2c32 Clarified the listsinceblock help test 11 years ago
Roman Mindalev 2b6a8993fb Add missing 0x prefix in chainparams.cpp 11 years ago
Gavin Andresen b35e993200 Use HandleError() consistently to handle leveldb errors 11 years ago
Cozz Lovan c7fa1a3586 do not call BuildMerkleTree() unnecessarily twice 11 years ago
Gavin Andresen 8dc206a1e2 Reject non-canonically-encoded sizes 11 years ago
Gavin Andresen 42656ea2e5 Make RPC password resistant to timing attacks 11 years ago
Han Lin Yap 1511769239 Use existing RPC_INVALID_PARAMETER constant 11 years ago
Philip Kaufmann 265e2657b4 remove a newline from a string in init.cpp 11 years ago
Gavin Andresen bdd34642dc More unit tests for NUMEQUAL 11 years ago