6722 Commits (47c5ed19f3ba2a5f91f773ce7ff485f8574b570b)

Author SHA1 Message Date
MarcoFalke fafd09375e [wallet] Adjust pruning test 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
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
Matt Corallo 97bf377bd1 Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached 9 years ago
Matt Corallo 677aa3d88c Discard txn cache entries that were loaded for removed mempool txn 9 years ago
Matt Corallo b2e74bd292 Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize 9 years ago
Matt Corallo 74d0f90262 Add method to remove a tx from CCoinsViewCache if it is unchanged 9 years ago
Luke Dashjr 45b8e278fb -bytespersigop option to additionally limit sigops in transactions we relay and mine 9 years ago
Alex Morcos 553cad94e2 Rewrite CreateNewBlock 9 years ago
Alex Morcos 5f12263302 Expose FormatStateMessage 9 years ago
Alex Morcos 1f09287c66 Make accessing mempool parents and children public 9 years ago
Alex Morcos 7230187b1d Add TxPriority class and comparator 9 years ago
Alex Morcos f3fe83673e Add a score index to the mempool. 9 years ago
Alex Morcos c49d5bc9e6 Store the total sig op count of a tx. 9 years ago
Wladimir J. van der Laan 8f0d79e3c8 test: Disable scheduler test manythreads 9 years ago
Wladimir J. van der Laan bc1f427570
qt: periodic translations update 9 years ago
Wladimir J. van der Laan 6da12dff28 qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel 9 years ago
Pavel Janík b212f94dd9 Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help. 9 years ago
Luke Dashjr 02354c93be Constrain rpcport default values to a single location in code 9 years ago
Wladimir J. van der Laan aabc897801 rpc: Don't translate warning messages 9 years ago
Alex Morcos 50947ef23f Change default block priority size to 0 9 years ago
Suhas Daftuar 2d8860e820 Fix removeForReorg to use MedianTimePast 9 years ago
Suhas Daftuar b7fa4aa387 Don't call removeForReorg if DisconnectTip fails 9 years ago
Suhas Daftuar 7e49f5f8b4 Track coinbase spends in CTxMemPoolEntry 9 years ago
Matt Corallo bb8ea1f630 removeForReorg calls once-per-disconnect-> once-per-reorg 9 years ago
Matt Corallo 474b84a741 Make indentation in ActivateBestChainStep readable 9 years ago