Age | Commit message (Expand) | Author |
2023-11-01 | [refactor] move package checks into helper functions | glozow |
2023-10-31 | Merge bitcoin/bitcoin#28503: refactor: Remove WithParams serialization helper... | fanquake |
2023-10-30 | Merge bitcoin/bitcoin#28741: refactor: Fix bugprone-string-constructor warning | fanquake |
2023-10-30 | refactor: Remove unused gcc-9 workaround in txrequest | MarcoFalke |
2023-10-30 | Bump g++ minimum supported version to 10 | MarcoFalke |
2023-10-30 | refactor: Fix bugprone-string-constructor warning | MarcoFalke |
2023-10-30 | Merge bitcoin/bitcoin#28737: doc: Fix bugprone-lambda-function-name errors | fanquake |
2023-10-30 | Merge bitcoin/bitcoin#28695: net: Sanity check private keys received from SAM... | fanquake |
2023-10-30 | Remove WithParams serialization helper | MarcoFalke |
2023-10-30 | [test] Test i2p private key constraints | Vasil Dimov |
2023-10-29 | Merge bitcoin/bitcoin#28698: assumeutxo, blockstorage: Prevent core dump on i... | fanquake |
2023-10-27 | refactor: Add LIFETIMEBOUND to all (w)txid getters | MarcoFalke |
2023-10-26 | Merge bitcoin/bitcoin#27116: doc: clarify that LOCK() internally checks wheth... | Andrew Chow |
2023-10-26 | Merge bitcoin/bitcoin#26078: p2p: return `CSubNet` in `LookupSubNet` | Andrew Chow |
2023-10-26 | Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiers | Andrew Chow |
2023-10-26 | [net] Check i2p private key constraints | dergoegge |
2023-10-26 | Merge bitcoin/bitcoin#28728: wallet: [bugfix] Mark CNoDestination and PubKeyD... | Andrew Chow |
2023-10-26 | Fix bugprone-lambda-function-name errors | MarcoFalke |
2023-10-25 | bugfix: Mark CNoDestination and PubKeyDestination constructor explicit | MarcoFalke |
2023-10-25 | Merge bitcoin-core/gui#771: Avoid error-prone leading whitespace in translata... | Hennadii Stepanov |
2023-10-25 | Merge bitcoin-core/gui#742: Exit and show error if unrecognized command line ... | Hennadii Stepanov |
2023-10-25 | iwyu: Export prevector.h from script.h | MarcoFalke |
2023-10-24 | assumeutxo, blockstorage: prevent core dump on invalid hash | pablomartin4btc |
2023-10-24 | build: Bump minimum supported Clang to clang-13 | MarcoFalke |
2023-10-23 | Merge bitcoin/bitcoin#28609: wallet: Reload watchonly and solvables wallets a... | Ryan Ofsky |
2023-10-23 | Merge bitcoin/bitcoin#28685: coinstats, assumeutxo: fix hash_serialized2 calc... | Andrew Chow |
2023-10-23 | qt: Avoid error prone leading spaces in translatable strings | Hennadii Stepanov |
2023-10-23 | qt, refactor: Drop superfluous type conversions | Hennadii Stepanov |
2023-10-23 | Revert "gui: provide wallet controller context to wallet actions" | Hennadii Stepanov |
2023-10-23 | Merge bitcoin/bitcoin#28693: build: Include `config/bitcoin-config.h` explici... | fanquake |
2023-10-23 | Merge bitcoin/bitcoin#28691: refactor: Remove CBlockFileInfo::SetNull | fanquake |
2023-10-20 | chainparams, assumeutxo: Fix signet txoutset hash | Fabian Jahr |
2023-10-20 | chainparams, assumeutxo: Fix testnet txoutset hash | Fabian Jahr |
2023-10-20 | assumeutxo: Check deserialized coins for out of range values | Fabian Jahr |
2023-10-20 | scripted-diff: Rename hash_serialized_2 to hash_serialized_3 | Fabian Jahr |
2023-10-20 | coinstats: Fix hash_serialized2 calculation | Fabian Jahr |
2023-10-20 | Merge bitcoin/bitcoin#28692: fuzz: Delete i2p fuzz test | fanquake |
2023-10-20 | refactor: Remove CBlockFileInfo::SetNull | MarcoFalke |
2023-10-20 | build: Include `config/bitcoin-config.h` explicitly in `util/trace.h` | Hennadii Stepanov |
2023-10-20 | Merge bitcoin/bitcoin#28569: log: Don't log cache rebalancing in absense of a... | fanquake |
2023-10-20 | [fuzz] Delete i2p target | dergoegge |
2023-10-20 | log: Don't log cache rebalancing in absense of a snapshot chainstate | Fabian Jahr |
2023-10-19 | wallet: Reload watchonly and solvables wallets after migration | Andrew Chow |
2023-10-19 | wallet: Copy all tx metadata to watchonly wallet | Andrew Chow |
2023-10-19 | Merge bitcoin/bitcoin#28077: I2P: also sleep after errors in Accept() & destr... | Andrew Chow |
2023-10-19 | Merge bitcoin/bitcoin#27071: Handle CJDNS from LookupSubNet() | Andrew Chow |
2023-10-19 | Merge bitcoin/bitcoin#22764: build: Include qt sources for parsing with extra... | fanquake |
2023-10-17 | Merge bitcoin/bitcoin#28651: Make miniscript GetWitnessSize accurate for taps... | Andrew Chow |
2023-10-17 | Merge bitcoin-core/gui#766: Fix coin control input size accounting for taproo... | Hennadii Stepanov |
2023-10-17 | Merge bitcoin/bitcoin#28544: wallet: Add TxStateString function for debugging... | Andrew Chow |