8918 Commits (72fb5158b1c8bd85c2bccc87ba814170a0095d34)

Author SHA1 Message Date
ENikS c8063b5712 Fixing out of bounds asses error 10 years ago
Peter Todd 426a74ed3c
Add scriptPubKey field to validateaddress RPC call 10 years ago
ENikS 6f3ae9b5df Fixing out of bounds error in GetKey() 10 years ago
Philip Kaufmann bb26e2c896 [Qt] minor changes in splashscreen.cpp 10 years ago
Pieter Wuille c8589bf99e Add actual signature tests 10 years ago
Pieter Wuille 76ec867796 Use actually valid transactions for script tests 10 years ago
Wladimir J. van der Laan cfc5cfb0f0
qt: Make splash and shutdown window ignore close events 10 years ago
Philip Kaufmann 2e5361b9c2 remove code below asserts in limitedmap.h (fixes a ToDo) 10 years ago
ENikS 87314c1c5e Fixing improper input syntax and failing bounds check 10 years ago
jtimon 3fdb9e8c15 Remove CBaseChainParams::NetworkID() 10 years ago
jtimon f297479a19 Reserve only one network specific cached path per session 10 years ago
Peter Todd 01c28073ba
Add warning about the merkle-tree algorithm duplicate txid flaw 10 years ago
Wladimir J. van der Laan d6712db354
Also create pid file in non-daemon mode 10 years ago
Wladimir J. van der Laan 33a27716fc
test: Fix DoS tests after c74332c 10 years ago
ENikS 6134b43ba9 Fixing condition 'sabotaging' MSVC build 10 years ago
Pieter Wuille 20e01b1a03 Apply clang-format on some infrequently-updated files 10 years ago
ENikS 018cec7c41 Fixing 'vector out of bounds' issue in base 32 and 64 10 years ago
Wladimir J. van der Laan 94064710b9 Write fee estimate and peers files only when initialized 10 years ago
Philip Kaufmann 5e83bc404c [Qt] include and file header cleanup 10 years ago
Wladimir J. van der Laan a49f11d9ed qt: Change splash screen to normal window 10 years ago
Wladimir J. van der Laan 62e5f8f961 CMessageHeader sanity changes 10 years ago
Philip Kaufmann 93f84d0417 cleanup class private and public areas in walletdb 10 years ago
Philip Kaufmann 22d7e7014f prefer const string& over char* in CDB and CWalletDB constructor 10 years ago
imharrywu c15e483f23 typo fix of booleamn to boolean 10 years ago
Pieter Wuille ab15b2ec71 Avoid copying undo data 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Philip Kaufmann f4fe205034 add nModSize init to default constructor of CTxMemPoolEntry 10 years ago
Benedict Chan 1a613963e1 fix missing gettransaction entries in rpcclient 10 years ago
Benedict Chan 57e1716de6 update rpc help message for gettransaction to add includeWatchonly param 10 years ago
randy-waterhouse 52a5f90360 Create the common location for all m4 autotool build scripts, build-aux/m4. 10 years ago
imharrywu e9992fb645 remove include of chainparams.h 10 years ago
Philip Kaufmann ee304b6e35 minor changes for help message of getpeerinfo 10 years ago
Suhas Daftuar f7e36370f3 Eliminate extra assignment 10 years ago
ENikS ec91092df8
Fixing compiler warning C4101 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Philip Kaufmann 2d79bba36b cleanup new script files (no code changes) 10 years ago
Luke Dashjr a65e320747 bitcoin-util-test: Test bitcoin-tx with null scriptPubKey 10 years ago
Luke Dashjr 15ef1b905b Bugfix: bitcoin-tx: scriptPubKey may be null, so accept outscript=<n>: 10 years ago
jtimon 6dcfda2dc4 Don't pass nHashType to EvalScript nor CheckSig 10 years ago
jtimon 2b23a87599 Don't pass nHashType to VerifyScript 10 years ago
jtimon ce3649fb61 Remove CScriptCheck::nHashType (was always 0) 10 years ago
jtimon 358562b651 Remove unused function main:VerifySignature 10 years ago
Pieter Wuille efad808aae Avoid reject message feedback loops 10 years ago
Gavin Andresen aa3c697e90
Store fewer orphan tx by default, add -maxorphantx option 10 years ago
Gavin Andresen c74332c678
Stricter handling of orphan transactions 10 years ago
Suhas Daftuar ec7eb0fa80 When reindexing check for file before trying to open (refactored) 10 years ago
Adam Weiss e982b574a5 Use explicit fflush() instead of setvbuf() 10 years ago
Gavin Andresen def2fdb4b9
Fix crashing bug caused by orphan(s) with duplicate prevout.hash 10 years ago
jtimon c1e433b717 Rename scriptutils.o to wallet_ismine.o 10 years ago
jtimon 8b59a3d366 Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys) 10 years ago