Age | Commit message (Expand) | Author |
2023-10-08 | fuzz: adapt Miniscript targets to Tapscript | Antoine Poinsot |
2023-10-08 | qa: Tapscript-Miniscript unit tests | Antoine Poinsot |
2023-10-08 | pubkey: introduce a GetEvenCorrespondingCPubKey helper | Antoine Poinsot |
2023-10-08 | miniscript: account for keys as being 32 bytes under Taproot context | Antoine Poinsot |
2023-10-08 | miniscript: adapt resources checks depending on context | Antoine Poinsot |
2023-10-08 | serialize: make GetSizeOfCompactSize constexpr | Antoine Poinsot |
2023-10-08 | miniscript: sanity asserts context in ComputeType | Antoine Poinsot |
2023-10-08 | miniscript: make 'd:' have the 'u' property under Tapscript context | Antoine Poinsot |
2023-10-08 | miniscript: introduce a multi_a fragment | Antoine Poinsot |
2023-10-08 | miniscript: restrict multi() usage to P2WSH context | Antoine Poinsot |
2023-10-08 | miniscript: store the script context within the Node structure | Antoine Poinsot |
2023-10-08 | miniscript: introduce a MsContext() helper to contexts | Antoine Poinsot |
2023-10-08 | miniscript: don't anticipate signature presence in CalcStackSize() | Antoine Poinsot |
2023-10-08 | miniscript: add a missing dup key check bypass in Parse() | Antoine Poinsot |
2023-10-07 | Merge bitcoin-core/gui#764: Remove legacy wallet creation | Hennadii Stepanov |
2023-10-07 | gui: fix coin control input size accounting for taproot spends | Sebastian Falbesoner |
2023-10-06 | gui: remove legacy wallet creation | furszy |
2023-10-06 | rpc: Use Ensure(Any)Chainman in assumeutxo related RPCs | Fabian Jahr |
2023-10-06 | doc: Drop references to assumevalid in assumeutxo docs | Fabian Jahr |
2023-10-06 | chain: Rename HaveTxsDownloaded to HaveNumChainTxs | Fabian Jahr |
2023-10-06 | blockstorage: Let FlushChainstateBlockFile return true in case of missing cursor | Fabian Jahr |
2023-10-06 | validation, test: Improve and document nChainTx check for testability | Fabian Jahr |
2023-10-06 | doc: Add snapshot chainstate removal warning to reindexing documentation | Fabian Jahr |
2023-10-06 | doc: Add and edit some comments around assumeutxo | Fabian Jahr |
2023-10-06 | validation: remove unused mempool param in DetectSnapshotChainstate | Fabian Jahr |
2023-10-05 | Merge bitcoin/bitcoin#27609: rpc: allow submitpackage to be called outside of... | Andrew Chow |
2023-10-05 | Merge bitcoin/bitcoin#28597: wallet: No BDB creation, unless -deprecatedrpc=c... | Andrew Chow |
2023-10-05 | Merge bitcoin/bitcoin#28590: assumeutxo: change getchainstates RPC to return ... | Andrew Chow |
2023-10-05 | Merge bitcoin/bitcoin#28587: descriptors: disallow hybrid public keys | Andrew Chow |
2023-10-05 | wallet: No BDB creation, unless -deprecatedrpc=create_bdb | MarcoFalke |
2023-10-05 | assumeutxo: change getchainstates RPC to return a list of chainstates | Ryan Ofsky |
2023-10-05 | net: move MaybeFlipIPv6toCJDNS() from net to netbase | Vasil Dimov |
2023-10-05 | net: move IsReachable() code to netbase and encapsulate it | Vasil Dimov |
2023-10-05 | fuzz: ConsumeNetAddr(): avoid IPv6 addresses that look like CJDNS | Vasil Dimov |
2023-10-05 | net: put CJDNS prefix byte in a constant | Vasil Dimov |
2023-10-05 | Merge bitcoin/bitcoin#28558: Make PeerManager own a FastRandomContext | fanquake |
2023-10-05 | i2p: destroy the session if we get an unexpected error from the I2P router | Vasil Dimov |
2023-10-05 | i2p: also sleep after errors in Accept() | Vasil Dimov |
2023-10-05 | headerssync: update params for 26.x | fanquake |
2023-10-05 | kernel: update m_assumed_* chain params for 26.x | fanquake |
2023-10-05 | kernel: update chainTxData for 26.x | fanquake |
2023-10-05 | kernel: update nMinimumChainWork & defaultAssumeValid for 26.x | fanquake |
2023-10-05 | Merge bitcoin/bitcoin#25970: Add headerssync tuning parameters optimization s... | fanquake |
2023-10-05 | Merge bitcoin-core/gui#754: Add BIP324-specific labels to peer details | Hennadii Stepanov |
2023-10-04 | Merge bitcoin/bitcoin#28577: net: raise V1_PREFIX_LEN from 12 to 16 | Andrew Chow |
2023-10-04 | gui: Add wallet name to address book page | pablomartin4btc |
2023-10-04 | Merge bitcoin/bitcoin#27823: init: return error when block index is non-conti... | Andrew Chow |
2023-10-04 | descriptors: disallow hybrid public keys | Pieter Wuille |
2023-10-04 | net: raise V1_PREFIX_LEN from 12 to 16 | Pieter Wuille |
2023-10-04 | Merge bitcoin/bitcoin#27598: bench: Add SHA256 implementation specific benchm... | fanquake |