aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-020.20: Update translations after closing 0.20.x on TransifexHennadii Stepanov
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-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-10gui: Pre-rc1 translations updateWladimir J. van der Laan
2020-12-10Merge #19740: [0.20] wallet: Simplify and fix CWallet::SignTransactionMarcoFalke
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-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-09-24Further improve comments around recentRejectsSuhas Daftuar
2020-09-24Disconnect peers sending wtxidrelay message after VERACKSuhas Daftuar
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-08-16Simplify and fix CWallet::SignTransactionAndrew Chow
2020-08-07Add txids with non-standard inputs to reject filterSuhas Daftuar
2020-07-17qt: Translation update for 0.20.1rc1v0.20.1rc1Wladimir J. van der Laan
2020-07-15Increment input value sum only once per UTXO in decodepsbtAndrew Chow
2020-07-08Clean up separated ban/discourage interfacePieter Wuille
2020-07-08Replace automatic bans with discouragement filterPieter Wuille
2020-07-03wallet: Handle concurrent wallet loadingJoão Barbosa
2020-07-03psbt: always put a non_witness_utxo and don't remove itAndrew Chow
2020-07-03psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow
2020-07-03rpc: show both UTXOs in decodepsbtAndrew Chow
2020-06-09trivial: Suggested cleanups to surrounding codeRussell Yanofsky
2020-06-09wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky
2020-06-09Fix WSL file locking by using flock instead of fcntlSamuel Dobson
2020-06-09util: Don't reference errno when pthread fails.MIZUTA Takeshi
2020-06-04Merge #19170: [0.20] Add missing QPainterPath includeMarcoFalke