8918 Commits (72fb5158b1c8bd85c2bccc87ba814170a0095d34)

Author SHA1 Message Date
Murch 96efcadfc0 Improved readability of sorting for coin selection. 9 years ago
MarcoFalke fa60d05a4e Add missing copyright headers 9 years ago
MarcoFalke fa7e4c0919 Bump copyright headers to 2014 9 years ago
MarcoFalke faf538bfdb [trivial] Merge test cases and replace CENT with COIN 9 years ago
MarcoFalke faf3299b73 [qt] Intro: Display required space 9 years ago
Alex Morcos e420a1b15e Add sane fallback for fee estimation 9 years ago
Alex Morcos 995b9f385b Always respect GetRequiredFee for wallet txs 9 years ago
MarcoFalke fa3c7e644f [wallet] Add regression test for vValue sort order 9 years ago
Wladimir J. van der Laan 136abda597
qt: periodic translations pull from transifex 9 years ago
Jonas Schnelli 621bd6919f
[Qt] fix coincontrol update issue when deleting a send coin entry 9 years ago
Peter Todd fd836153d5
Improve CheckInputs() comment about sig verification 9 years ago
Pieter Wuille 7ef8f3c072 Report non-mandatory script failures correctly 9 years ago
fanquake 6fd0a079d8 Remove hardcoded fee from CoinControl ToolTip 9 years ago
fanquake 33877ed3b8 Add note to CoinControl Dialog workaround 9 years ago
Marcel Krüger 6cd198f380 Removed comment about IsStandard for P2SH scripts 9 years ago
21E14 a5a0831458 Double semicolon cleanup. 9 years ago
Chris Moore 2409865e14 Reduce inefficiency of GetAccountAddress() 9 years ago
Luke Dashjr 5e109225ae Combine common error strings for different options so translations can be shared and reused 9 years ago
fanquake 5fdf32de7e Replace some instances of formatWithUnit with formatHtmlWithUnit 9 years ago
Luke Dashjr 917b1d03cf Set copyright holders displayed in notices separately from the package name 9 years ago
MarcoFalke fa33d9740c [walletdb] Add missing LOCK() in Recover() for dummyWallet 9 years ago
Luke Dashjr 1a6c67c8f5 Parameterise 2009 in translatable copyright strings 9 years ago
MarcoFalke fa5769e95a [qt] Fix misleading translation 9 years ago
MarcoFalke fa8c8d7fa6 torcontrol debug: Change to a blanket message that covers both cases 9 years ago
Suhas Daftuar 5246180f16 Mark blocks with too many sigops as failed 9 years ago
ptschip 39a525c21f Do not download transactions during inital sync 9 years ago
Elias Rohrer e18378e53f Removed offline testnet DNSSeed 'alexykot.me'. 9 years ago
mb300sd 37d271d7cc Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. 9 years ago
MarcoFalke fa2f4bc4eb qt5: Use the fixed font the system recommends 9 years ago
James O'Beirne 4745636126 Add RPC documentation for getblockheader[chainwork]. 9 years ago
Wladimir J. van der Laan 64360f1304 Make max tip age an option instead of chainparam 9 years ago
Luke Dashjr d5f46832de Unify package name to as few places as possible without major changes 9 years ago
Matt Corallo daf6466330 Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4] 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
accraze d812daf967 fix logic for error log 9 years ago
accraze c611acc38a wallet: check if tx scriptPubKey is unspendable 9 years ago
accraze b6915b8239 checks for null data transaction before debug.log 9 years ago
Pieter Wuille 5400ef6bcb Replace trickle nodes with per-node/message Poisson delays 9 years ago
Wladimir J. van der Laan 9bbe71b641 net: Add and document network messages in protocol.h 9 years ago
MarcoFalke fafd09375e [wallet] Adjust pruning test 9 years ago
Jorge Timón cf82d05dd4 Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and dependend on both crypto and consensus packages 9 years ago
Jorge Timón 4feadec98e Build: Libconsensus: Move libconsensus-ready files to the consensus package 9 years ago
Jorge Timón a3d5eec546 Build: Consensus: Move consensus files from common to its own module/package 9 years ago
Murch fc0f52d780 Added a test for the pruning of extraneous inputs after ApproximateBestSet 9 years ago
Murch af9510e037 Moved set reduction to the end of ApproximateBestSubset to reduce performance impact 9 years ago
Wladimir J. van der Laan e3bc5e0e92 net: Account for `sendheaders` `verack` messages 9 years ago
Wladimir J. van der Laan 9fc6ed6003 net: Fix sent reject messages for blocks and transactions 9 years ago
Jonas Schnelli ca188c629e
log bytes recv/sent per command 9 years ago
AlSzacrel 5c03483e26 Coinselection prunes extraneous inputs from ApproximateBestSubset 9 years ago
Matt Corallo 96918a2f09 Don't do mempool lookups for "mempool" command without a filter 9 years ago