Age | Commit message (Expand) | Author |
2024-06-24 | Merge bitcoin/bitcoin#30200: Introduce Mining interface | Ryan Ofsky |
2024-06-20 | Merge bitcoin/bitcoin#30202: netbase: extend CreateSock() to support creating... | Ava Chow |
2024-06-20 | Merge bitcoin/bitcoin#29862: test: Validate oversized transactions or without... | Ava Chow |
2024-06-20 | Merge bitcoin/bitcoin#29575: net_processing: make any misbehavior trigger imm... | Ava Chow |
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-18 | Always pass options to BlockAssembler constructor | Sjors Provoost |
2024-06-18 | fuzz: have package_rbf always make small txns | Greg Sanders |
2024-06-17 | Merge bitcoin/bitcoin#28984: Cluster size 2 package rbf | Ava Chow |
2024-06-14 | netbase: extend CreateSock() to support creating arbitrary sockets | Vasil Dimov |
2024-06-13 | CheckPackageMempoolAcceptResult: Check package rbf invariants | Greg Sanders |
2024-06-13 | Fuzz: pass mempool to CheckPackageMempoolAcceptResult | Greg Sanders |
2024-06-13 | [test] package rbf | glozow |
2024-06-13 | refactor: remove warnings globals | stickies-v |
2024-06-13 | introduce and use the generalized `node::Warnings` interface | stickies-v |
2024-06-12 | Merge bitcoin/bitcoin#29015: kernel: Streamline util library | Ava Chow |
2024-06-12 | Merge bitcoin/bitcoin#30229: fuzz: Use std::span in FuzzBufferType | merge-script |
2024-06-12 | Merge bitcoin/bitcoin#30230: fuzz: add I2P harness | merge-script |
2024-06-12 | fuzz: Use std::span in FuzzBufferType | MarcoFalke |
2024-06-12 | Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t | merge-script |
2024-06-11 | Merge bitcoin/bitcoin#30160: util: add BitSet | Ava Chow |
2024-06-11 | Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndex | Ava Chow |
2024-06-11 | Merge bitcoin/bitcoin#28830: [refactor] Check CTxMemPool options in ctor | Ava Chow |
2024-06-11 | Merge bitcoin/bitcoin#30254: test: doc: fix units in tx-size standardness tes... | glozow |
2024-06-10 | Merge bitcoin/bitcoin#30132: indexes: Don't wipe indexes again when continuin... | Ryan Ofsky |
2024-06-10 | tests: add fuzz tests for BitSet | Pieter Wuille |
2024-06-10 | Merge bitcoin/bitcoin#30235: build: warn on self-assignment | merge-script |
2024-06-09 | test: doc: fix units in tx size standardness test (s/vbytes/weight units) | Sebastian Falbesoner |
2024-06-08 | Merge bitcoin/bitcoin#30238: json-rpc 2.0 followups: docs, tests, cli | merge-script |
2024-06-07 | refactor: Rename CTransaction::nVersion to version | Ava Chow |
2024-06-07 | kernel: Add less confusing reindex options | Ryan Ofsky |
2024-06-07 | consensus: Store transaction nVersion as uint32_t | Ava Chow |
2024-06-07 | Merge bitcoin/bitcoin#29496: policy: bump TX_MAX_STANDARD_VERSION to 3 | Ava Chow |
2024-06-07 | minor: remove unnecessary semicolons from RPC content type examples | Matthew Zipkin |
2024-06-06 | tests: add fuzz tests for VecDeque | Pieter Wuille |
2024-06-06 | fuzz: add I2P harness | marcofleon |
2024-06-06 | refactor: disable self-assign warning for tests | Cory Fields |
2024-06-04 | Merge bitcoin/bitcoin#30218: refactor: remove unused `CKey::Negate` method | Ava Chow |
2024-06-04 | Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessor | Ava Chow |
2024-06-04 | Merge bitcoin/bitcoin#30211: fuzz: Make FuzzedSock fuzz friendlier | merge-script |
2024-06-03 | refactor: remove unused `CKey::Negate` method | Sebastian Falbesoner |
2024-06-03 | Merge bitcoin/bitcoin#30215: doc: JSON-RPC request Content-Type is applicatio... | merge-script |
2024-06-03 | [fuzz] Avoid endless waiting in FuzzedSock::{Wait,WaitMany} | marcofleon |
2024-06-03 | [fuzz] Make peeking through FuzzedSock::Recv fuzzer friendly | dergoegge |
2024-06-03 | Merge bitcoin/bitcoin#30167: doc, rpc: Release notes and follow-ups for #29612 | merge-script |
2024-05-31 | doc: JSON-RPC request Content-Type is application/json | Luke Dashjr |
2024-05-31 | [fuzz] Use fuzzer friendly ConsumeRandomLengthByteVector in FuzzedSock::Recv | dergoegge |
2024-05-31 | [refactor] use TRUC_VERSION in place of 3 | glozow |
2024-05-30 | net_processing: remove Misbehavior score and increments | Pieter Wuille |