Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-13 | Prevector type | Pieter Wuille | |
2015-10-27 | [Trivial] ensure minimal header conventions | Philip Kaufmann | |
- ensure header namespaces and end comments are correct - add missing header end comments - ensure minimal formatting (add newlines etc.) | |||
2015-09-19 | Track transaction packages in CTxMemPoolEntry | Suhas Daftuar | |
Associate with each CTxMemPoolEntry all the size/fees of descendant mempool transactions. Sort mempool by max(feerate of entry, feerate of descendants). Update statistics on-the-fly as transactions enter or leave the mempool. Also add ancestor and descendant limiting, so that transactions can be rejected if the number or size of unconfirmed ancestors exceeds a target, or if adding a transaction would cause some other mempool entry to have too many (or too large) a set of unconfirmed in- mempool descendants. | |||
2015-07-20 | Separate core memory usage computation in core_memusage.h | Pieter Wuille | |
2015-07-10 | Implement accurate memory accounting for mempool | Pieter Wuille | |
2015-05-11 | Add memusage.h | Pieter Wuille | |