aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14380: fix assert crash when specified change output spend size is unk...MarcoFalke2018-11-304-3/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders2018-11-124-1/+59
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove stale comment in CalculateMaximumSignedInputSizeGregory Sanders2018-11-121-2/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14683: tests: better combine_logs.py behaviorMarcoFalke2018-11-302-9/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: have combine_logs default to most recent test dirJames O'Beirne2018-11-292-9/+51
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14822: bench: Destroy wallet txs instead of leaking their memoryMarcoFalke2018-11-282-18/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bench: Destroy wallet txs instead of leaking their memoryMarcoFalke2018-11-272-18/+15
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13123: net: Add Clang thread safety annotations for guarded variables ...MarcoFalke2018-11-283-34/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing lock in CNode::copyStats(...)practicalswift2018-11-281-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing locking annotationspracticalswift2018-11-283-33/+24
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14819: Bugfix: test/functional/mempool_accept: Ensure oversize transac...MarcoFalke2018-11-281-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix: test/functional/mempool_accept: Ensure oversize transaction is actual...Luke Dashjr2018-11-271-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14794: tests: Add AddressSanitizer (ASan) Travis buildMarcoFalke2018-11-275-6/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add LSan suppression warningspracticalswift2018-11-261-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ASan Travis buildpracticalswift2018-11-264-5/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make test p2p_invalid_messages.py pass: Allow for expected Travis ASAN memory...practicalswift2018-11-262-2/+6
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille2018-11-279-2/+213
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add release notesPieter Wuille2018-11-141-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add matching descriptors to scantxoutset output + testsPieter Wuille2018-11-142-1/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add descriptors to listunspent and getaddressinfo + testsPieter Wuille2018-11-142-0/+69
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for InferDescriptor and Descriptor::IsSolvablePieter Wuille2018-10-262-0/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Descriptor::IsSolvable() to distinguish addr/raw from othersPieter Wuille2018-10-262-0/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for inferring descriptors from scriptsPieter Wuille2018-10-262-1/+95
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14820: test: Fix descriptor_tests not checking ToString output of publ...MarcoFalke2018-11-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix descriptor_tests not checking ToString output of public descriptorsRussell Yanofsky2018-11-271-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14813: qa: Add wallet_encryption error testsMarcoFalke2018-11-272-31/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa: Add wallet_encryption error testsMarcoFalke2018-11-262-31/+18
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14772: refactor: Convert comments to thread safety annotationsMarcoFalke2018-11-273-10/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert comments to thread safety annotationsMarcoFalke2018-11-203-10/+8
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14812: qa: fix p2p_invalid_messages on macOSMarcoFalke2018-11-262-7/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa: clean up assert_memory_usage_stable utilityJames O'Beirne2018-11-262-7/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa: fix p2p_invalid_messages on macOSJames O'Beirne2018-11-261-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14808: doc: clarify RPC rawtransaction documentationMarcoFalke2018-11-261-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clarify RPC rawtransaction documentationJameson Lopp2018-11-261-2/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14400: Add Benchmark to test input de-duplication worst caseMarcoFalke2018-11-252-0/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Benchmark to test input de-duplication worst caseJeremy Rubin2018-11-252-0/+101
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14785: Scripts: Fix detection of copyright holdersMarcoFalke2018-11-231-15/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix detection of copyright holdersCornelius Schumacher2018-11-231-15/+15
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14764: travis: Run thread sanitizer on unit testsMarcoFalke2018-11-234-6/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsanMarcoFalke2018-11-222-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | travis: --disable-hardening for xenial thread sanitizerMarcoFalke2018-11-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | travis: Run thread sanitizerMarcoFalke2018-11-223-5/+31
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formattingWladimir J. van der Laan2018-11-232-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `bitcoin-qt -version` output formattingHennadii Stepanov2018-11-052-4/+5
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14678: [wallet] remove redundant KeyOriginInfo access, already done in...Wladimir J. van der Laan2018-11-231-9/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetPubKey: make sigdata constGregory Sanders2018-11-131-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove redundant KeyOriginInfo access, already done in CreateSigGregory Sanders2018-11-121-8/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14612: Include full version number in released file namesWladimir J. van der Laan2018-11-232-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update release-process.md to include RC version bumpingAndrew Chow2018-11-011-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build: include rc number in version numberAndrew Chow2018-10-301-1/+2