10177 Commits (1b68de35250e7c00105eac5c2533b97f4e97dc27)
 

Author SHA1 Message Date
Wladimir J. van der Laan 54a550bef8
Merge pull request #7113 9 years ago
Jonas Schnelli 7632cf689a
[Tests] Refactor some shared functions 9 years ago
Wladimir J. van der Laan 8843676621
Merge pull request #7133 9 years ago
Wladimir J. van der Laan c12ff995f7
Now that 0.12 has been branched, master is 0.12.99 9 years ago
Wladimir J. van der Laan 3cd836c1d8
Merge pull request #7158 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
Wladimir J. van der Laan aeedd8a53b
Merge pull request #7157 9 years ago
MarcoFalke fabd10a9c9 Fix typo in wallet.cpp 9 years ago
MarcoFalke fad246037f Update contrib/devtools/README.md 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 df2ced5c83
Merge pull request #7128 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 83f06ca937
Merge pull request #6216 9 years ago
Wladimir J. van der Laan 6e76587360 rpc: remove cs_main lock from `createrawtransaction` 9 years ago
Wladimir J. van der Laan 7c7a05d274
Merge pull request #7147 9 years ago
Wladimir J. van der Laan 0dd194c917
Merge pull request #7146 9 years ago
Wladimir J. van der Laan 8e598dc4ea
Merge pull request #7118 9 years ago
Wladimir J. van der Laan 3fd3b8617f
Merge pull request #7155 9 years ago
MarcoFalke fad4ea836d Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin 9 years ago
MarcoFalke 982709199f Squashed 'src/univalue/' changes from 5839ac3..2740c4f 9 years ago
Peter Todd 092e9ad7d9
Remove old replace-by-fee tests 9 years ago
Wladimir J. van der Laan 1b0241fcec
Merge pull request #7144 9 years ago
Wladimir J. van der Laan bdda4d567e
Merge pull request #6872 9 years ago
Jonas Schnelli 4a63f94676
Merge pull request #7040 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
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