8918 Commits (72fb5158b1c8bd85c2bccc87ba814170a0095d34)

Author SHA1 Message Date
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
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
Matt Corallo b0a064c4b8 Fix comment in removeForReorg 9 years ago
Matt Corallo 9b060e5cfb Fix removal of time-locked transactions during reorg 9 years ago
MarcoFalke fa19a588b9 HelpMessage: Don't hide -mintxfee behind showDebug 9 years ago
MarcoFalke faffc172ec rpcwallet: Clarify what settxfee does 9 years ago
Jonas Schnelli ff723da6f6
[Qt] improve minimum absolute fee option 9 years ago
Jonas Schnelli 31b508a18b
[Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculation 9 years ago
Jonas Schnelli 80462dda0a
[Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absolute 9 years ago