9939 Commits (21376af183ffd1a9b4a16610ec53e3d4d258dbc2)
 

Author SHA1 Message Date
Jonas Schnelli a3c3ddbd7b
[Qt] add InMempool() info to transaction details 9 years ago
Jonas Schnelli 110ff1142c
[Tests] Add mempool_limit.py test 9 years ago
Matt Bogosian b440409025 Add missing automake package to deb-based UNIX install instructions. 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
Pieter Wuille 4077ad20d0
Merge pull request #6898 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 16f4a6e0fe
Merge pull request #7137 9 years ago
Wladimir J. van der Laan bc1f427570
qt: periodic translations update 9 years ago
Wladimir J. van der Laan c0c08c7c68
Merge pull request #7141 9 years ago
Wladimir J. van der Laan a60538bc45
Merge pull request #7143 9 years ago
Wladimir J. van der Laan 2ef5ffa59a
Merge pull request #6915 9 years ago
Wladimir J. van der Laan 9afbd96919
Merge pull request #7022 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 6abf6eb7bb
Merge pull request #7063 9 years ago
Suhas Daftuar 2b31ab90c4 Add rpc test for prioritisetransaction 9 years ago
Suhas Daftuar 6e8b07f5f3 Add rounding helper function to util.py 9 years ago
Wladimir J. van der Laan 8f761e87c3
Merge pull request #7136 9 years ago
Wladimir J. van der Laan 327291af02
Merge pull request #6914 9 years ago
Wladimir J. van der Laan aabc897801 rpc: Don't translate warning messages 9 years ago
Wladimir J. van der Laan 9490bd71bd
Merge pull request #7096 9 years ago
Wladimir J. van der Laan eb3d1b3487
Merge pull request #7135 9 years ago
Wladimir J. van der Laan 30c2d8c635
Merge pull request #7105 9 years ago
Wladimir J. van der Laan 1b5118bfa0
Merge pull request #7079 9 years ago
Gregory Maxwell c143c499c8
Merge pull request #7072 9 years ago
Alex Morcos 50947ef23f Change default block priority size to 0 9 years ago
Gregory Maxwell 438ee59839
Merge pull request #7044 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
Matt Corallo 0c9959a308 Add failing test checking timelocked-txn removal during reorg 9 years ago
Suhas Daftuar cfdc66280f Explicitly set chain limits in replace-by-fee test 9 years ago
MarcoFalke fa19a588b9 HelpMessage: Don't hide -mintxfee behind showDebug 9 years ago