Age | Commit message (Collapse) | Author |
|
Fixes #4669.
Move the loading of addresses to StartNode() to make it more
self-contained.
|
|
- alphabetical ordering
- correct ordering own headers before normal headers etc.
|
|
Makes it possible to move, minimize, unminimize the window while
Bitcoin Core is initializing.
|
|
bbad683 [Qt] simplify return code and return values in txtablemodel (Philip Kaufmann)
21f1516 [Qt] add all used colors in txtablemodel to guiconstants (Philip Kaufmann)
|
|
- Remove spurious `pchCommand[1] = 1` in CMessageHeader()
- Make sure that pchCommand is zero-padded if length is shorter than
COMMAND_SIZE
- Use strnlen to determine length of pcmCommand in GetCommand
|
|
c15e483 typo fix of booleamn to boolean (imharrywu)
|
|
- only code movement
|
|
- also make parameter of CDBEnv::CheckpointLSN a constant reference
|
|
|
|
|
|
6dcfda2 Don't pass nHashType to EvalScript nor CheckSig (jtimon)
2b23a87 Don't pass nHashType to VerifyScript (jtimon)
ce3649fb Remove CScriptCheck::nHashType (was always 0) (jtimon)
358562b Remove unused function main:VerifySignature (jtimon)
|
|
1a61396 fix missing gettransaction entries in rpcclient (Benedict Chan)
57e1716 update rpc help message for gettransaction to add includeWatchonly param (Benedict Chan)
|
|
0be990b Move CTxDestination from script/script to script/standard (Pieter Wuille)
|
|
ee304b6 minor changes for help message of getpeerinfo (Philip Kaufmann)
|
|
|
|
e9992fb remove include of chainparams.h (imharrywu)
|
|
efad808 Avoid reject message feedback loops (Pieter Wuille)
|
|
f4fe205 add nModSize init to default constructor of CTxMemPoolEntry (Philip Kaufmann)
|
|
|
|
|
|
|
|
52a5f90 Create the common location for all m4 autotool build scripts, build-aux/m4.
|
|
Update .gitignore.
|
|
604ee2a Remove tx from AlreadyAskedFor list once we receive it, not when we process it. (R E Broadley)
|
|
2605b94 [Qt] update form files for setting autoDefault explicitly to false (Philip Kaufmann)
|
|
chainparams.h has not been used in this cpp file already, consider to remove it for clean.
|
|
|
|
8d657a6 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' (ENikS)
|
|
611116d header include cleanup (Philip Kaufmann)
|
|
f7e3637 Eliminate extra assignment (Suhas Daftuar)
ec7eb0f When reindexing check for file before trying to open (refactored) (Suhas Daftuar)
|
|
6050ab6 netbase: Make SOCKS5 negotiation interruptible (Wladimir J. van der Laan)
|
|
|
|
Github-Pull: #4856
|
|
d920f7d Move g_signals.SetBestChain(..) below SyncWithWallets (Cozz Lovan)
|
|
c26649f Track modified size in TxMemPoolEntry so that we can correctly compute priority. (Alex Morcos)
|
|
|
|
- ensures alphabetical ordering for includes etc. in source file headers
|
|
- add missing header end comments
- ensure alphabetical ordering
- update copyright year and license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6022b5d Make script_{valid,invalid}.json validation flags configurable (Pieter Wuille)
|
|
|
|
aa3c697 Store fewer orphan tx by default, add -maxorphantx option (Gavin Andresen)
c74332c Stricter handling of orphan transactions (Gavin Andresen)
|
|
There is no reason to store thousands of orphan transactions;
normally an orphan's parents will either be broadcast or
mined reasonably quickly.
This pull drops the maximum number of orphans from 10,000 down
to 100, and adds a command-line option (-maxorphantx) that is
just like -maxorphanblocks to override the default.
|
|
Prevent denial-of-service attacks by banning
peers that send us invalid orphan transactions
and only storing orphan transactions given to
us by a peer while the peer is connected.
|
|
|