Age | Commit message (Expand) | Author |
2024-08-02 | Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as... | glozow |
2024-07-31 | refactor: remove TxidFromString | stickies-v |
2024-07-30 | policy: Add OP_1 <0x4e73> as a standard output type | Greg Sanders |
2024-07-23 | fix: Make TxidFromString() respect string_view length | Hodlinator |
2024-07-23 | test: Add test for TxidFromString() behavior | Ryan Ofsky |
2024-07-05 | kernel: De-globalize signature cache | TheCharlatan |
2024-06-18 | Validate oversized transaction | Lőrinc |
2024-06-18 | Validate transaction without inputs | Lőrinc |
2024-06-18 | Use SCRIPT_VERIFY_NONE instead of hard-coded 0 in transaction_tests | Lőrinc |
2024-06-12 | Merge bitcoin/bitcoin#29015: kernel: Streamline util library | Ava Chow |
2024-06-12 | Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t | merge-script |
2024-06-09 | test: doc: fix units in tx size standardness test (s/vbytes/weight units) | Sebastian Falbesoner |
2024-06-07 | refactor: Rename CTransaction::nVersion to version | Ava Chow |
2024-06-07 | consensus: Store transaction nVersion as uint32_t | Ava Chow |
2024-05-16 | util: Move util/string.h functions to util namespace | Ryan Ofsky |
2024-02-09 | Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinning | Ava Chow |
2024-02-08 | [policy/validation] allow v3 transactions with certain restrictions | glozow |
2023-12-23 | refactor: share and use `GenerateRandomKey` helper | Sebastian Falbesoner |
2023-11-30 | Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2) | Andrew Chow |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-11-14 | Use ParamsWrapper for witness serialization | Anthony Towns |
2023-10-03 | refactor: Make `CCheckQueue` constructor start worker threads | Hennadii Stepanov |
2023-10-03 | Make `CCheckQueue` destructor stop worker threads | Hennadii Stepanov |
2023-08-14 | Rename script/standard.{cpp/h} to script/solver.{cpp/h} | Andrew Chow |
2023-07-27 | Remove unused raw-pointer read helper from univalue | MarcoFalke |
2023-03-21 | refactor: Make move semantics explicit for callers | Hennadii Stepanov |
2023-03-21 | test, refactor: Avoid `CScriptCheck::swap` in `transaction_tests` | Hennadii Stepanov |
2023-02-17 | Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ... | Andrew Chow |
2023-02-16 | Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors | fanquake |
2023-02-11 | script/sign: signing support for Miniscripts with hash preimage challenges | Antoine Poinsot |
2023-02-06 | Move random test util code from setup_common to random | Jon Atack |
2023-02-03 | Merge bitcoin/bitcoin#26875: Tests: Fill out dust limit unit test for known t... | MarcoFalke |
2023-01-27 | test, build: Separate `read_json` function into its own module | Hennadii Stepanov |
2023-01-12 | Fill out dust limit unit test for known types except bare multisig | Greg Sanders |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-08-19 | Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces... | MacroFake |
2022-08-02 | Remove ::g_max_datacarrier_bytes global | MacroFake |
2022-08-02 | Remove ::IsStandardTx(tx, reason) alias | MacroFake |
2022-08-02 | test: Remove unused cs_main | MacroFake |
2022-07-27 | refactor: Make const refs vars where applicable | Aurèle Oulès |
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake |
2022-05-04 | refactor: Change * to & in MutableTransactionSignatureCreator | MarcoFalke |
2022-04-11 | refactor: introduce single-separator split helper `SplitString` | Sebastian Falbesoner |
2022-01-20 | refactor tests to fix ubsan suppressions | MarcoFalke |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-01 | Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam... | fanquake |
2021-11-19 | scripted-diff: Use clang-tidy syntax for C++ named arguments | MarcoFalke |
2021-11-16 | policy: Treat taproot as always active | MarcoFalke |
2021-10-08 | fees: Always round up fee calculated from a feerate | Andrew Chow |
2021-09-30 | [MOVEONLY] consensus: move amount.h into consensus | fanquake |