8557 Commits (95543d8747cbf7c1945ac36c36031ae40152cf2f)

Author SHA1 Message Date
instagibbs ea83d0098a SendMoney: use already-calculated balance 8 years ago
Gregory Sanders 20c3215a90 credit values are CAmount 8 years ago
Russell Yanofsky ec34648766 [trivial] Fix hungarian variable name 8 years ago
Brian Deery 07ede5d711 update comments for tx weight 8 years ago
MarcoFalke fa42e4a082 [qt] Make network disabled icon 50% opaque 8 years ago
Jonas Schnelli 4512550fa0
Remove unnecessary calls to CheckFinalTx 8 years ago
Pavel Janík 1260c1103b Mention the new network toggle functionality in the tooltip. 8 years ago
Jonas Schnelli 2e44893081
Move -salvagewallet, -zap(wtx) to where they belong 8 years ago
Luke Dashjr b74ff5cf0c Bugfix: Correctly replace generated headers and fail cleanly 8 years ago
Alex Morcos 79f755db41 Unset fImporting for loading mempool 8 years ago
Jonas Schnelli f7345050e9
Make strWalletFile const 8 years ago
Jonas Schnelli 079142b757
fNetworkActive is not protected by a lock, use an atomic 8 years ago
Luke Dashjr 5394b3940d Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile 8 years ago
Luke Dashjr fb0c934d1b Wallet: Let the interval-flushing thread figure out the filename 8 years ago
Pavel Janík bf49f107ef Use better name for local variable to prevent -Wshadow compiler warning 8 years ago
Masahiko Hyuga a79f864945 fix getnettotals RPC description about timemillis. 8 years ago
Pavel Janík bdcba6d933 Initialize variable to prevent compiler warning 8 years ago
UdjinM6 45d372f889 Missed one "return false" in recent refactoring in #9067 8 years ago
Matt Corallo e2b3fb349e Optimize vInOutPoints insertion a bit 8 years ago
Matt Corallo eecffe50ef Remove redundant duplicate-input check from CheckTransaction 8 years ago
Matt Corallo b2e178a2d2 Add deserialize + CheckBlock benchmarks, and a full block hex 8 years ago
Matt Corallo ae22357607 Replace CValidationState param in ProcessNewBlock with BlockChecked 8 years ago
Matt Corallo 7c98ce584e Remove pfrom parameter from ProcessNewBlock 8 years ago
Cory Fields 46625538d6 net: don't send feefilter messages before the version handshake is complete 8 years ago
Wladimir J. van der Laan e9f25ddd00 Avoid ugly exception in log on unknown inv type 8 years ago
fanquake d8edf03db7
Remove unused var UNLIKELY_PCT from fees.h 8 years ago
Matt Corallo e2e069dabc Revert "RPC: Give more details when "generate" fails" 8 years ago
Andrew Chow 1077577546 Fix auto-deselection of peers 8 years ago
Jorge Timón 1adf82ac39
RPC: Give more details when "generate" fails 8 years ago
Andrew Chow addfdebe1a Multiple Selection for peer and ban tables 8 years ago
Daniel Cousens 5262a151e1 tx_valid: re-order inputs to how they are encoded 8 years ago
Matt Corallo 037159cebf Remove block-request logic from INV message processing 8 years ago
Pieter Wuille d59a518466 Use fixed preallocation instead of costly GetSerializeSize 8 years ago
Pieter Wuille 25a211aa9e Add optimized CSizeComputer serializers 8 years ago
Pieter Wuille a2929a26f5 Make CSerAction's ForRead() constexpr 8 years ago
Pieter Wuille a603925c77 Avoid -Wshadow errors 8 years ago
Pieter Wuille 528472111b Get rid of nType and nVersion 8 years ago
Pieter Wuille 657e05ab2e Make GetSerializeSize a wrapper on top of CSizeComputer 8 years ago
Pieter Wuille fad9b66504 Make nType and nVersion private and sometimes const 8 years ago
Russell Yanofsky dac53b58b5 Modify getblocktxn handler not to drop requests for old blocks 8 years ago
UdjinM6 4441018d08 Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers 8 years ago
Pieter Wuille c2c5d42f36 Make streams' read and write return void 8 years ago
Pieter Wuille 50e8a9ccd7 Remove unused ReadVersion and WriteVersion 8 years ago
MarcoFalke fa8278e845 test: Fix test_random includes 8 years ago
Alex Morcos b2322e0fc6 Remove priority estimation 8 years ago
Wladimir J. van der Laan e760b307f6 qt: Use correct conversion function for boost::path datadir 8 years ago
isle2983 4b04e32c20 [copyright] copyright header style uniform 8 years ago
R E Broadley 77cbbd9ecf Make warning message about wallet balance possibly 8 years ago
UdjinM6 bd0de1386e Fix exit codes: 8 years ago
Matt Corallo 190fd321ad Remove unused CTxOut::GetHash() 8 years ago