6844 Commits (6ba8b2a6c4d1bc393dd7c4734090a4c0dfa750c2)

Author SHA1 Message Date
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
Jonas Schnelli 7d0bf0bb46
include the chaintip *blockIndex in the SyncTransaction signal 9 years ago
Gregory Maxwell 6aadc75578 Disconnect on mempool requests from peers when over the upload limit. 9 years ago
Wladimir J. van der Laan c12ff995f7
Now that 0.12 has been branched, master is 0.12.99 9 years ago
Suhas Daftuar 901b01d674 Remove GetMinRelayFee 9 years ago
Suhas Daftuar 27fae3484c Use fee deltas for determining mempool acceptance 9 years ago
Suhas Daftuar 9ef2a25603 Update replace-by-fee logic to use fee deltas 9 years ago
Suhas Daftuar eb306664e7 Fix mempool limiting for PrioritiseTransaction 9 years ago
MarcoFalke fab83476ac [qt] Use tr() instead of _() 9 years ago
MarcoFalke fabd10a9c9 Fix typo in wallet.cpp 9 years ago
paveljanik 5e151a842c PartitionCheck: remove useless spaces 9 years ago
Jorge Timón fad0088e75 TRIVIAL: Chainparams: Remove unused CBaseUnitTestParams 9 years ago
antonio-fr 74f7341fec Update miner.cpp: Fix typo in comment 9 years ago
MarcoFalke e69bad19f8 [trivial] Fix typo in peertablemodel.cpp 9 years ago
paveljanik 8a03727d9c Fix various typos 9 years ago
Wladimir J. van der Laan 93236c0455
qt: Final translation update before 0.12 fork 9 years ago
Wladimir J. van der Laan 6e76587360 rpc: remove cs_main lock from `createrawtransaction` 9 years ago
Pavel Janík 1812de9091 Name union to prevent compiler warning 9 years ago
Jonas Schnelli a3c3ddbd7b
[Qt] add InMempool() info to transaction details 9 years ago
Pieter Wuille dd5862c4cd Flush coins cache also after transaction processing 9 years ago
Matt Corallo bde953e281 Uncache input txn in utxo cache if a tx is not accepted to mempool 9 years ago