Age | Commit message (Expand) | Author |
2021-07-15 | Merge bitcoin/bitcoin#22385: refactor: Use DeploymentEnabled to hide VB deplo... | MarcoFalke |
2021-07-12 | fix incorrect testmempoolaccept doc | glozow |
2021-07-01 | Use DeploymentEnabled to hide VB deployments | MarcoFalke |
2021-07-01 | doc: Move buried deployment doc to the enum that enumerates them | MarcoFalke |
2021-06-30 | [refactor] versionbits: make VersionBitsCache a full class | Anthony Towns |
2021-06-30 | [refactor] rpc/blockchain.cpp: SoftForkPushBack | Anthony Towns |
2021-06-30 | [move-only] Rename versionbitsinfo to deploymentinfo | Anthony Towns |
2021-06-30 | scripted-diff: rename versionbitscache | Anthony Towns |
2021-06-30 | [refactor] Add versionbits deployments to deploymentstatus.h | Anthony Towns |
2021-06-29 | [refactor] Add deploymentstatus.h | Anthony Towns |
2021-06-29 | versionbits: Use dedicated lock instead of cs_main | Anthony Towns |
2021-06-29 | Merge bitcoin/bitcoin#21789: refactor: Remove ::Params() global from CChainState | fanquake |
2021-06-25 | Merge bitcoin/bitcoin#19362: rpc/blockchain: Reset scantxoutset progress befo... | MarcoFalke |
2021-06-24 | Merge bitcoin/bitcoin#22154: Add OutputType::BECH32M and related wallet suppo... | W. J. van der Laan |
2021-06-23 | Merge bitcoin/bitcoin#22263: refactor: wrap CCoinsViewCursor in unique_ptr | MarcoFalke |
2021-06-22 | Disallow bech32m addresses for legacy wallet things | Andrew Chow |
2021-06-17 | refactor: wrap CCoinsViewCursor in unique_ptr | James O'Beirne |
2021-06-13 | refactor: Remove chainparams arg from CChainState member functions | MarcoFalke |
2021-06-12 | Add support for SIGHASH_DEFAULT in RPCs, and make it default | Pieter Wuille |
2021-06-12 | Construct and use PrecomputedTransactionData in PSBT signing | Pieter Wuille |
2021-06-10 | scripted-diff: tree-wide: Remove all review-only assertions | Carl Dong |
2021-06-10 | Merge bitcoin/bitcoin#22084: package testmempoolaccept followups | fanquake |
2021-06-06 | p2p, rpc, fuzz: various tiny follow-ups | Jon Atack |
2021-06-03 | Merge bitcoin/bitcoin#22051: Basic Taproot derivation support for descriptors | W. J. van der Laan |
2021-06-02 | [refactor] comment/naming improvements | glozow |
2021-06-02 | [rpc] reserve space in txns | glozow |
2021-06-01 | Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary... | MarcoFalke |
2021-05-27 | Merge bitcoin/bitcoin#20833: rpc/validation: enable packages through testmemp... | W. J. van der Laan |
2021-05-27 | miner: Pass in chainman to RegenerateCommitments | Carl Dong |
2021-05-25 | Merge bitcoin/bitcoin#22043: rpc, test: addpeeraddress test coverage, code si... | MarcoFalke |
2021-05-24 | Separate WitnessV1Taproot variant in CTxDestination | Pieter Wuille |
2021-05-24 | [rpc] allow multiple txns in testmempoolaccept | glozow |
2021-05-24 | rpc: simplify addpeeraddress and improve code constness | Jon Atack |
2021-05-24 | scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls | Kiminuo |
2021-05-20 | Merge bitcoin/bitcoin#21843: p2p, rpc: enable GetAddr, GetAddresses, and getn... | W. J. van der Laan |
2021-05-20 | Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixes | MarcoFalke |
2021-05-19 | rpc/blockchain: Use existing blockman in gettxoutsetinfo | Carl Dong |
2021-05-19 | rpc: enable filtering getnodeaddresses by network | Jon Atack |
2021-05-19 | p2p: allow CConnman::GetAddresses() by network, add doxygen | Jon Atack |
2021-05-14 | test: Fix off-by-one in mockscheduler test RPC | MarcoFalke |
2021-05-11 | rpc: address:amount dictionaries are OBJ_USER_KEYS | Karl-Johan Alm |
2021-05-11 | rpc/getpeerinfo: bytesrecv_per_msg is a dynamic dictionary | Karl-Johan Alm |
2021-05-11 | rpc/gettxoutsetinfo: hash_or_height is a named argument | Karl-Johan Alm |
2021-05-11 | Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size | MarcoFalke |
2021-05-10 | refactor: Remove useless extern keyword | MarcoFalke |
2021-05-10 | Merge bitcoin/bitcoin#21786: wallet: ensure sat/vB feerates are in range (man... | MarcoFalke |
2021-05-10 | Merge bitcoin/bitcoin#21897: rpc: adjust incorrect RPCHelpMan types | MarcoFalke |
2021-05-09 | rpc/createrawtransaction: redefine addresses as OBJ_USER_KEYS | Karl-Johan Alm |
2021-05-09 | rpc: include OBJ_USER_KEY in RPCArg constructor checks | Karl-Johan Alm |
2021-05-09 | rpc: enable passing decimals to AmountFromValue, add doxygen | Jon Atack |