aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-23Merge bitcoin/bitcoin#21470: BIP 350: Implement Bech32m and use it for v1+ se...W. J. van der Laan
2021-03-27Backport invalid address testsPieter Wuille
2021-03-27naming nitsFabian Jahr
2021-03-27Use Bech32m encoding for v1+ segwit addressesPieter Wuille
2021-03-18Add Bech32m test vectorsPieter Wuille
2021-03-18Implement Bech32m encoding/decodingPieter Wuille
2021-01-12Merge #20738: [0.20] final rc2 backportsWladimir J. van der Laan
2021-01-05[doc] Add permissions to the getpeerinfo help.Amiti Uttarwar
2021-01-05doc: Extract net permissions docMarcoFalke
2021-01-05rpc: Add missing description of vout in getrawtransaction help textBen Carman
2020-12-10doc: Update manual pages pre-rc1v0.20.2rc1Wladimir J. van der Laan
2020-12-10gui: Pre-rc1 translations updateWladimir J. van der Laan
2020-12-10build: Bump version to 0.20.2rc1Wladimir J. van der Laan
2020-12-10Merge #19740: [0.20] wallet: Simplify and fix CWallet::SignTransactionMarcoFalke
2020-12-05tests: Test that a fully signed tx given to signrawtx is unchangedAndrew Chow
2020-11-23Merge #20399: Revert "Merge #19606: Backport wtxid relay to v0.20"MarcoFalke
2020-11-18Merge #20166: [0.20] BackportsMarcoFalke
2020-11-16Revert "Merge #19606: Backport wtxid relay to v0.20"MarcoFalke
2020-11-06doc: Update data directory path commentsHennadii Stepanov
2020-11-06util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov
2020-11-06macOS deploy: use the new plistlib APIJonas Schnelli
2020-11-05Merge #19606: Backport wtxid relay to v0.20Wladimir J. van der Laan
2020-10-30build: fix mutex detection when building bdb on macOSfanquake
2020-10-23random: fixes read buffer resizing in RandAddSeedPerfmonEthan Heilman
2020-10-19net: Send post-verack handshake messages at most onceMarcoFalke
2020-10-16rpc: Adjust witness-tx deserialize error messageMarcoFalke
2020-10-16rpc: Properly deserialize txs with witness before signingMarcoFalke
2020-10-16Avoid the use of abs64 in timedataPieter Wuille
2020-10-16docs: Correct description for getblockstats's txs fieldNadav Ivgi
2020-10-13Merge #20142: [0.20] build: set minimum required Boost to 1.48.0MarcoFalke
2020-10-13build: set minimum required Boost to 1.48.0fanquake
2020-09-24Further improve comments around recentRejectsSuhas Daftuar
2020-09-24Disconnect peers sending wtxidrelay message after VERACKSuhas Daftuar
2020-09-24test: Use wtxid relay generally in functional testsFabian Jahr
2020-09-24test: Add tests for wtxid tx relay in segwit testFabian Jahr
2020-09-24test: Update test framework p2p protocol version to 70016Fabian Jahr
2020-09-24Rename AddInventoryKnown() to AddKnownTx()Suhas Daftuar
2020-09-24Make TX_WITNESS_STRIPPED its own rejection reasonSuhas Daftuar
2020-09-24Delay getdata requests from peers using txid-based relaySuhas Daftuar
2020-09-24Add p2p message "wtxidrelay"Suhas Daftuar
2020-09-24ignore non-wtxidrelay compliant invsAnthony Towns
2020-09-24Add support for tx-relay via wtxidSuhas Daftuar
2020-09-24Add wtxids to recentRejectsSuhas Daftuar
2020-09-24Add wtxids of confirmed transactions to bloom filterSuhas Daftuar
2020-09-24Add wtxid-index to orphan mapSuhas Daftuar
2020-09-24Add a wtxid-index to mapRelaySuhas Daftuar
2020-09-24Just pass a hash to AddInventoryKnownSuhas Daftuar
2020-09-24Add a wtxid-index to the mempoolSuhas Daftuar
2020-09-24Merge #20008: [Backport] #19839 and #19842 to v0.20Wladimir J. van der Laan
2020-09-24Update the vcpkg checkout commit ID in appveyor config.Aaron Clauson