aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * signrawtransactionwithkey: report error when missing redeemScript/witnessScri...Anthony Towns2019-07-052-0/+8
|/
* Merge #16035: 0.18.1: Backportsfanquake2019-07-0452-416/+855
|\
| * .python-version: Bump to 3.5.6MarcoFalke2019-06-262-2/+2
| * Add comments to Python ECDSA implementationJohn Newbery2019-06-261-16/+56
| * Set AA_EnableHighDpiScaling attribute earlyHennadii Stepanov2019-06-241-2/+3
| * gui: Fix open wallet menu initialization orderJoão Barbosa2019-06-232-5/+7
| * Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-215-12/+53
| * Pure python ECPieter Wuille2019-06-215-227/+346
| * test: Add test that addmultisigaddress fails for watchonly addressesMarcoFalke2019-06-211-1/+15
| * test: Fixup creatmultisig documentation and whitespaceMarcoFalke2019-06-211-14/+16
| * Replace remaining fprintf with tfm::format manuallyMarcoFalke2019-06-185-10/+8
| * scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-1810-57/+57
| * Exceptions should be caught by reference, not by value.Kristaps Kaupe2019-06-181-1/+1
| * tinyformat: Add doc to Bitcoin Core specific strprintfMarcoFalke2019-06-181-0/+1
| * rpc: bugfix: Properly use iswitness in converttopsbtMarcoFalke2019-06-183-13/+26
| * Bugfix: test/functional/rpc_psbt: Correct test description commentLuke Dashjr2019-06-181-1/+1
| * Bugfix: test/functional/rpc_psbt: Remove check for specific error message tha...Luke Dashjr2019-06-181-2/+3
| * rpc: Switch touched RPCs to IsValidNumArgsMarcoFalke2019-06-182-12/+18
| * Add example 2nd arg to signrawtransactionwithkeyChris Moore2019-06-171-2/+2
| * fixup: Fix prunning testJoão Barbosa2019-06-141-17/+4
| * Fix RPC/pruneblockchain returned prune heightJonas Schnelli2019-06-141-1/+6
| * gui: Enable open wallet menu on setWalletControllerJoão Barbosa2019-06-131-1/+4
| * Add test for GCC bug 90348Pieter Wuille2019-06-072-0/+44
| * gui: Set progressDialog to nullptrJoão Barbosa2019-06-072-0/+2
| * gui: Enable console line edit on setClientModelJoão Barbosa2019-06-072-0/+6
| * qt: fix opening bitcoin.conf via Preferences on macOS; see #15409shannon19162019-06-071-1/+10
| * Disallow extended encoding for non-witness transactions (take 3)MarcoFalke2019-05-202-14/+33
| * Add test for superfluous witness record in deserializationGregory Sanders2019-05-201-0/+29
| * Fix missing input template by making minimal txGregory Sanders2019-05-202-15/+5
| * Disallow extended encoding for non-witness transactionsPieter Wuille2019-05-201-0/+4
| * Show loaded wallets as disabled in open menu instead of nothingMeshCollider2019-05-181-1/+14
| * Install bitcoin-wallet manpage.Daniel Kraft2019-05-171-0/+6
| * Doc: remove text about txes always relayed from -whitelistDavid A. Harding2019-05-171-2/+2
| * doc: Mention blocksonly in reduce-traffic.md, unhide optionMarcoFalke2019-05-162-1/+14
| * test: Add test for p2p_blocksonlyMarcoFalke2019-05-163-0/+67
| * test: Format predicate source as multiline on errorMarcoFalke2019-05-161-1/+1
| * net: Rename ::fRelayTxes to ::g_relay_txesMarcoFalke2019-05-165-7/+7
| * build with -fstack-reuse=noneMarcoFalke2019-05-161-0/+4
* | Merge #16189: 0.18: Backport "Add -ignorepartialspends to list of ignored wal...Wladimir J. van der Laan2019-06-131-4/+26
|\ \ | |/ |/|
| * Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet optionsLuke Dashjr2019-06-111-0/+1
| * dummywallet: Reformat ignored wallet options listMarcoFalke2019-06-111-4/+25
* | doc: Clean out release notes post-0.18.0Wladimir J. van der Laan2019-05-021-1138/+3
|/
* build: Bump version to -finalWladimir J. van der Laan2019-04-301-1/+1
* Merge #15852: doc: 0.18: Remove TODO from release notesMarcoFalke2019-04-261-11/+1
|\
| * doc: 0.18: Remove TODO from release notesMarcoFalke2019-04-191-11/+1
* | build: Bump version to rc4Wladimir J. van der Laan2019-04-181-1/+1
|/
* doc: Move release notes from wikiWladimir J. van der Laan2019-04-181-165/+976
* gui: Pre-rc4 translations updateWladimir J. van der Laan2019-04-1814-36/+550
* Merge #15839: [0.18] Revert GetData randomization change (#14897)MarcoFalke2019-04-186-168/+81
|\
| * Revert "Change in transaction pull scheduling to prevent InvBlock-related att...Suhas Daftuar2019-04-176-168/+81