Age | Commit message (Expand) | Author |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-10-22 | Make GenTxid boolean constructor private | MarcoFalke |
2021-10-21 | create explicit GenTxid::{Txid, Wtxid} ctors | glozow |
2021-09-30 | [MOVEONLY] consensus: move amount.h into consensus | fanquake |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-12-15 | Merge #20611: Move TX_MAX_STANDARD_VERSION to policy | Wladimir J. van der Laan |
2020-12-10 | Move TX_MAX_STANDARD_VERSION to policy | MarcoFalke |
2020-12-07 | Remove unused and confusing CTransaction constructor | MarcoFalke |
2020-10-12 | Report and verify expirations | Pieter Wuille |
2020-09-17 | net: CNetAddr: add support to (un)serialize as ADDRv2 | Vasil Dimov |
2020-07-30 | refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic | Pieter Wuille |
2020-05-20 | Merge #18317: Serialization improvements step 6 (all except wallet/gui) | MarcoFalke |
2020-05-03 | Remove CCoinsViewCache::GetValueIn(...) | practicalswift |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-30 | Convert everything except wallet/qt to new serialization | Pieter Wuille |
2020-03-23 | Check for overflow when calculating sum of outputs | Elichai Turkel |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-15 | Remove unused includes | practicalswift |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-04-25 | Merge #14039: Disallow extended encoding for non-witness transactions | MarcoFalke |
2018-12-17 | Made expicit constructor CTransaction(const CMutableTransaction &tx). | lucash-dev |
2018-11-30 | Use const in COutPoint class | Hennadii Stepanov |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-10-18 | Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAG | practicalswift |
2018-09-26 | doxygen: Fix member comments | MarcoFalke |
2018-09-11 | Drop unused GetType() from CSizeComputer | Ben Woosley |
2018-08-23 | Disallow extended encoding for non-witness transactions | Pieter Wuille |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-06-10 | Removed unused == operator from CMutableTransaction. | lucash.dev@gmail.com |
2018-05-04 | Cache witness hash in CTransaction | MarcoFalke |
2018-05-04 | Make CMutableTransaction constructor explicit | MarcoFalke |
2018-03-20 | Support serialization as another type without casting | Pieter Wuille |
2018-02-07 | Merge #10498: Use static_cast instead of C-style casts for non-fundamental types | MarcoFalke |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-22 | Use static_cast instead of C-style casts for non-fundamental types | practicalswift |
2017-09-06 | Merge #8330: Structure Packing Optimizations in C{,Mutable}Transaction | Wladimir J. van der Laan |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-07-24 | Replace traditional for with ranged for in primitives | Dag Robole |
2017-07-15 | Merge #10760: Avoid dereference-of-casted-pointer | Pieter Wuille |
2017-07-14 | Remove confusing MAX_BLOCK_BASE_SIZE. | Gregory Maxwell |
2017-07-12 | Reorder C{,Mutable}Transaction for better packing | Jeremy Rubin |
2017-07-07 | Avoid dereference-of-casted-pointer | Pieter Wuille |
2017-06-04 | Perform member initialization in initialization lists where possible | practicalswift |
2017-05-03 | Consensus: Minimal way to move dust out of consensus | Jorge Timón |
2017-04-28 | Improved efficiency in COutPoint constructors | Marcos Mayorga |
2017-03-07 | Merge #9602: Remove coin age priority and free transactions - implementation | Wladimir J. van der Laan |
2017-03-03 | [cleanup] Remove coin age priority completely. | Alex Morcos |
2017-03-03 | Optimize GetWitnessHash() for non-segwit transactions | Suhas Daftuar |
2017-01-04 | Merge #9283: A few more CTransactionRef optimizations | Wladimir J. van der Laan |