aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-28Merge bitcoin/bitcoin#22808: [0.21] 0.21.2rc2 backportsfanquake
2021-08-27Fix build with Boost 1.77.0Rafael Sadowski
2021-08-27qt: Pre-0.21.2rc2 translations updateHennadii Stepanov
2021-08-11qt: Translations update for 0.21.2rc1v0.21.2rc1W. J. van der Laan
2021-08-05Avoid Appveyor compilation failurePieter Wuille
2021-08-05Add logging and addr rate limiting statisticsPieter Wuille
2021-08-05Randomize the order of addr processingPieter Wuille
2021-08-05Rate limit the processing of incoming addr messagesPieter Wuille
2021-07-29rpc: reset scantxoutset progress on finishPavol Rusnak
2021-07-11qt: Draw "eye" sign at the beginning of watch-only addressesHennadii Stepanov
2021-07-11qt: Do not extend recent transaction width to address/label stringHennadii Stepanov
2021-07-11qt: Do not use QClipboard::Selection on Windows and macOS.Hennadii Stepanov
2021-07-08Merge bitcoin/bitcoin#22366: [0.21] fuzz: add missing ECCVerifyHandle to base...fanquake
2021-07-01Merge bitcoin/bitcoin#22255: [0.21] wallet: Do not iterate a directory if hav...MarcoFalke
2021-06-30util: Properly handle -noincludeconf on command lineMarcoFalke
2021-06-30Cleanup -includeconf error messageMarcoFalke
2021-06-30Fix crash when parsing command line with -noincludeconf=0MarcoFalke
2021-06-29fuzz: add missing ECCVerifyHandle to base_encode_decodeAndrew Poelstra
2021-06-15wallet: Do not iterate a directory if having an error while accessing itHennadii Stepanov
2021-05-22Remove user input from URI error messageunknown
2021-05-22p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind()Jon Atack
2021-04-16gui: Pre-rc1 translations updateW. J. van der Laan
2021-04-16fuzz: cleanups for versionbits fuzzerAnthony Towns
2021-04-16test: make sure non-IP peers get discouraged and disconnectedVasil Dimov
2021-04-16test: also check disconnect in denialofservice_tests/peer_discouragementVasil Dimov
2021-04-16test: use pointers in denialofservice_tests/peer_discouragementVasil Dimov
2021-04-16Merge #21701: [0.21] Speedy trial activation for TaprootMarcoFalke
2021-04-16Merge #21520: [0.21] wallet: Avoid requesting fee rates multiple times during...fanquake
2021-04-15Add mainnet and testnet taproot activation paramsAndrew Chow
2021-04-15chainparams: drop versionbits threshold to 90% for mainnnet and signetAnthony Towns
2021-04-15versionbits: simplify state transitionsAnthony Towns
2021-04-15versionbits: Add explicit NEVER_ACTIVE deploymentsAnthony Towns
2021-04-15fuzz: test versionbits delayed activationAnthony Towns
2021-04-15tests: test versionbits delayed activationAnthony Towns
2021-04-15versionbits: Add support for delayed activationAnthony Towns
2021-04-15tests: clean up versionbits testAnthony Towns
2021-04-15tests: test ComputeBlockVersion for all deploymentsAnthony Towns
2021-04-15tests: pull ComputeBlockVersion test into its own functionAnthony Towns
2021-04-08Introduce DeferringSignatureChecker and inherit with SignatureExtractorAndrew Chow
2021-04-06net: add ifaddrs.h includefanquake
2021-04-06rand: only try and use freeifaddrs if availablefanquake
2021-04-01Rename CoinSelectionParams::effective_fee to m_effective_feerateAndrew Chow
2021-03-27naming nitsFabian Jahr
2021-03-27Add signet support to gen_key_io_test_vectors.pyPieter Wuille
2021-03-27Use Bech32m encoding for v1+ segwit addressesPieter Wuille
2021-03-27Add Bech32m test vectorsPieter Wuille
2021-03-27Implement Bech32m encoding/decodingPieter Wuille
2021-03-24wallet: Move discard feerate fetching to CreateTransactionAndrew Chow
2021-03-24wallet: Move long term feerate setting to CreateTransactionAndrew Chow
2021-03-24wallet: Replace nFeeRateNeeded with effective_feeAndrew Chow