Commit Graph

  • 999ef2073a importmulti options are optional Gregory Sanders 2017-07-10 11:43:41 -04:00
  • a70d025366 fixup some rpc param counting for rpc help Gregory Sanders 2017-07-10 11:43:17 -04:00
  • 8bc6d1f179
    Merge #10837: Fix resource leak on error in GetDevURandom Wladimir J. van der Laan 2017-07-17 13:10:50 +02:00
  • b1385852ef Remove factor of 3 from definition of dust. Alex Morcos 2017-07-17 06:52:09 -04:00
  • dd2185c291
    Register wallet endpoint Jonas Schnelli 2017-07-17 11:56:00 +02:00
  • 91edda8f3c
    Merge #10803: Explicitly search for bdb5.3. Wladimir J. van der Laan 2017-07-17 09:49:23 +02:00
  • 6859ad2936
    Merge #10706: Improve wallet fee logic and fix GUI bugs Wladimir J. van der Laan 2017-07-17 08:51:41 +02:00
  • bf0a08be28
    Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempool MarcoFalke 2017-07-17 04:23:20 +02:00
  • 3895e25a77
    Merge #10842: Fix incorrect Doxygen tag (@ince → @since). Doxygen parameter name matching. MarcoFalke 2017-07-16 23:41:24 +02:00
  • 1fc783fc08
    Merge #10739: test: Move variable state down where it is used MarcoFalke 2017-07-16 22:47:21 +02:00
  • 2c2e90d1d4 Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names match actual parameter names. practicalswift 2017-07-16 12:20:49 +02:00
  • 565494619d
    Merge #10735: Avoid static analyzer warnings regarding uninitialized arguments Pieter Wuille 2017-07-16 12:07:34 -07:00
  • ad6fce67b9
    Merge #10844: Use range based for loop Pieter Wuille 2017-07-16 12:01:31 -07:00
  • 99c7db8731
    Merge #10840: Remove duplicate include Pieter Wuille 2017-07-16 11:58:37 -07:00
  • b4d03be3ca
    Merge #10766: Building Environment: Set ARFLAGS to cr Pieter Wuille 2017-07-16 11:55:57 -07:00
  • ef37f2033c
    Merge #10820: Use cpuid intrinsics instead of asm code Pieter Wuille 2017-07-16 11:49:45 -07:00
  • d0413c670b Use range based for loop René Nyffenegger 2017-07-16 15:52:19 +02:00
  • c53369cc24 Remove duplicate include practicalswift 2017-07-16 02:25:25 +02:00
  • 3a53f19718 Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey. Gregory Maxwell 2017-07-14 22:36:58 +00:00
  • 5cfdda2503
    Merge #10235: Track keypool entries as internal vs external in memory Pieter Wuille 2017-07-15 13:30:48 -07:00
  • 912da1dcc8 Use AC_ARG_VAR to set ARFLAGS. René Nyffenegger 2017-07-07 16:54:11 +02:00
  • c5904e8714
    Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets Pieter Wuille 2017-07-15 13:16:56 -07:00
  • a8ae0b252a Fix resource leak Dag Robole 2017-07-15 21:34:52 +02:00
  • 4c3b538c61 [logs] fix zapwallettxes startup logs John Newbery 2017-07-14 18:17:27 -04:00
  • 10b22e3141
    Merge #10760: Avoid dereference-of-casted-pointer Pieter Wuille 2017-07-15 12:06:13 -07:00
  • 4d4fb33fce Rename member field according to the style guide. Pavel Janík 2017-07-15 21:06:04 +02:00
  • e7a2181b49 [wallet] fix zapwallettxes interaction with persistent mempool John Newbery 2017-05-03 13:36:13 -04:00
  • ff7365e780 [tests] fix flake8 warnings in zapwallettxes.py John Newbery 2017-05-03 11:49:58 -04:00
  • afd2fca911
    Merge #10807: getbalance example covers at least 6 confirms Pieter Wuille 2017-07-15 11:10:31 -07:00
  • e061d8d7ab Remove declaration of unused function: void UpdatedTransaction(const uint256 &) practicalswift 2017-07-15 20:04:04 +02:00
  • 505955052e
    Merge #10833: Fix typos Pieter Wuille 2017-07-15 10:58:23 -07:00
  • 0189d8ed19 Fix typos practicalswift 2017-07-15 14:28:40 +02:00
  • 6835cb0ab2 Avoid static analyzer warnings regarding uninitialized arguments practicalswift 2017-07-03 17:46:43 +02:00
  • 11590d39b9 Properly bound check conf_target in wallet RPC calls Alex Morcos 2017-07-12 14:42:57 -04:00
  • fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. Alex Morcos 2017-06-29 13:13:23 -04:00
  • 2fffaa9738 Make QT fee displays use GetMinimumFee instead of estimateSmartFee Alex Morcos 2017-06-29 11:29:34 -04:00
  • 1983ca6cb3 Use CoinControl to pass custom fee setting from QT. Alex Morcos 2017-06-28 19:24:28 -04:00
  • 03ee701161 Refactor to use CoinControl in GetMinimumFee and FeeBumper Alex Morcos 2017-06-28 17:23:46 -04:00
  • ecd81dfa3c Make CoinControl a required argument to CreateTransaction Alex Morcos 2017-06-28 16:41:55 -04:00
  • 8fdd23a224
    Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets Pieter Wuille 2017-07-14 19:11:27 -07:00
  • 1c011ff430
    Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wallet. Pieter Wuille 2017-07-14 19:01:17 -07:00
  • d40a72ccbb Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool Matt Corallo 2017-07-11 12:02:42 -04:00
  • 28301b9780 Meet code style on lines changed in the previous commit Matt Corallo 2017-04-19 13:11:16 -04:00
  • 4a3fc35629 Track keypool entries as internal vs external in memory Matt Corallo 2017-04-19 12:55:32 -04:00
  • ec8a50b8d7
    Merge #10808: Avoid some new gcc warnings in 15 Pieter Wuille 2017-07-14 17:55:56 -07:00
  • c73b8be244 Explicitly initialize prevector::_union to avoid new warning Matt Corallo 2017-07-12 14:45:14 -04:00
  • f90603ac6d
    Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE. Pieter Wuille 2017-07-14 17:37:54 -07:00
  • b7d6623c76
    Merge #10819: Fix uninitialized atomic variables Pieter Wuille 2017-07-14 14:33:10 -07:00
  • 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. Gregory Maxwell 2017-06-17 00:18:42 +00:00
  • 674848fe1c Clarify entropy source Pieter Wuille 2017-07-14 12:17:33 -07:00
  • 66270a416e
    Merge #10557: Make check to distinguish between orphan txs and old txs more efficient. Pieter Wuille 2017-07-14 11:54:09 -07:00
  • a2420ae2f1 Avoid unnecessary work in SetNetworkActive João Barbosa 2017-07-14 15:00:19 +01:00
  • db825d293b
    Merge #10806: build: verify that the assembler can handle crc32 functions Wladimir J. van der Laan 2017-07-14 09:23:56 +02:00
  • a9e82f6512 Use cpuid intrinsics instead of asm code Pieter Wuille 2017-07-13 16:43:05 -07:00
  • 4652791141 Fix uninitialized atomic variables João Barbosa 2017-07-13 23:25:56 +01:00
  • 5c643241e5 [utils] allow square brackets for ipv6 addresses in bitcoin-cli John Newbery 2017-07-12 16:59:09 -04:00
  • dd97a529ad Properly forbid -salvagewallet and -zapwallettxes for multi wallet. Alex Morcos 2017-07-13 13:48:28 -04:00
  • d34d77a51b build: verify that the assembler can handle crc32 functions Cory Fields 2017-07-12 12:58:20 -04:00
  • 2aef1f1829
    [Qt] migrate old fee slider value to new dropbown Always round up (conservative) Jonas Schnelli 2017-07-13 12:19:17 +02:00
  • bc1be90e37
    [Qt] replace fee slider with a Dropdown, extend conf. targets Jonas Schnelli 2017-07-07 22:03:49 +02:00
  • 7666250ffb
    Merge #10810: missing white space in function arg Jonas Schnelli 2017-07-13 09:21:08 +02:00
  • e4fcbf797e
    Merge #10780: Simplify "!foo || (foo && bar)" as "!foo || bar" Pieter Wuille 2017-07-12 18:23:30 -07:00
  • 69a4339ef5
    missing white space in function arg Lawrence Nahum 2017-07-13 00:02:10 +02:00
  • 479afa0f84
    Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead. Pieter Wuille 2017-07-12 16:23:59 -07:00
  • 2a09a3891f
    Merge #10714: Avoid printing incorrect block indexing time due to uninitialized variable Pieter Wuille 2017-07-12 15:14:22 -07:00
  • fe4fabaf12 [refactor] move SplitHostPort() into utilstrencodings John Newbery 2017-07-12 16:55:28 -04:00
  • 228987d84c getbalance example covers at least 6 confirms Gregory Sanders 2017-07-12 14:40:02 -04:00
  • 1016dacfac Fix signed/unsigned comparison warning introduced in c8e29d7ff0. Matt Corallo 2017-07-12 14:03:42 -04:00
  • 8276e70de1 Adding assert to avoid a memory access violation inside of PartialMerkleTree::CalcHash() Chris Stewart 2017-04-06 20:28:19 -05:00
  • e8b95239ee
    Merge #10712: Add change output if necessary to reduce excess fee Wladimir J. van der Laan 2017-07-11 18:34:46 +02:00
  • 0f402b9263 Fix rare edge case of paying too many fees when transaction has no change. Alex Morcos 2017-06-30 13:16:53 -04:00
  • 253cd7ec4f Only reserve key for scriptChange once in CreateTransaction Alex Morcos 2017-06-30 12:53:29 -04:00
  • ca4c545cc7
    Merge #10786: Add PR description to merge commit in github-merge.py Wladimir J. van der Laan 2017-07-11 15:39:55 +02:00
  • b27b004532
    Merge #10543: Change API to estimaterawfee Wladimir J. van der Laan 2017-07-11 15:28:28 +02:00
  • cef4b5ccaa
    Merge #10651: Verify binaries from bitcoincore.org and bitcoin.org Wladimir J. van der Laan 2017-07-11 15:25:05 +02:00
  • badd81bd31
    Merge #10792: Replace MAX_OPCODE for OP_NOP10. Wladimir J. van der Laan 2017-07-11 15:23:42 +02:00
  • e4f226a133
    Merge #10190: [tests] mining functional tests (including regression test for submitblock) Wladimir J. van der Laan 2017-07-11 15:16:38 +02:00
  • 104f5f21dc
    Merge #10589: More economical fee estimates for RBF and RPC options to control Wladimir J. van der Laan 2017-07-11 11:57:24 +02:00
  • 379aed0e53
    Merge #10676: document script-based return fields for validateaddress Wladimir J. van der Laan 2017-07-11 11:39:53 +02:00
  • c8e29d7ff0 Replace MAX_OPCODE for OP_NOP10. Mark Friedenbach 2017-07-11 16:37:40 +09:00
  • 21ed30a314
    Merge #10179: Give CValidationInterface Support for calling notifications on the CScheduler Thread Wladimir J. van der Laan 2017-07-11 09:30:36 +02:00
  • 1f668b6468 Expose if CScheduler is being serviced, assert its not in EmptyQueue Matt Corallo 2017-07-10 21:08:19 -04:00
  • 5e3b7b5686 Improve error reporting for estimaterawfee Alex Morcos 2017-06-28 10:50:32 -04:00
  • 1fafd704da Add function to report highest estimate target tracked per horizon Alex Morcos 2017-06-28 10:03:00 -04:00
  • 9c85b91dc1 Change API to estimaterawfee Alex Morcos 2017-06-06 13:08:27 -04:00
  • 475c08cb44 Add PR description to merge commit in github-merge.py Pieter Wuille 2017-07-10 12:44:13 -07:00
  • f135923ee2 Add RPC options for RBF, confirmation target, and conservative fee estimation. Alex Morcos 2017-06-14 15:15:40 -04:00
  • 9edda0c5f5
    Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cli Wladimir J. van der Laan 2017-07-10 17:50:01 +02:00
  • 1e3a3200af Simplify "!foo || (foo && bar)" as "!foo || bar" practicalswift 2017-07-09 13:35:39 +02:00
  • 30ac7688e3 Fix subscript[0] potential bugs in key.cpp Jeremy Rubin 2017-02-19 13:35:49 -05:00
  • 4b1c0f2e2e Remove unnecessary branches in utilstrencodings string constructors. Jeremy Rubin 2017-03-28 11:17:07 -04:00
  • e19db7b5ad Fix subscript[0] in utilstrencodings.cpp Jeremy Rubin 2017-02-19 13:46:19 -05:00
  • bc2e7fd984 Fix subscript[0] in streams.h Jeremy Rubin 2017-03-28 11:35:51 -04:00
  • 4cac0d1e04 Fix subscript[0] in validation.cpp Jeremy Rubin 2017-03-28 11:37:06 -04:00
  • ac658e55ff Fix subscript[0] in torcontrol Jeremy Rubin 2017-02-19 13:44:01 -05:00
  • b6856ebedc Fix subscript[0] in netaddress.cpp Jeremy Rubin 2017-02-19 13:43:46 -05:00
  • 361d95265a Fix subscript[0] in base58.cpp Jeremy Rubin 2017-02-19 13:41:13 -05:00
  • 6896dbf169 Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup MurmurHash3 to be more clear). Jeremy Rubin 2017-02-19 13:11:44 -05:00
  • 96f2119e6c Fix subscript[0] in compressor.cpp Jeremy Rubin 2017-02-19 12:39:51 -05:00
  • 500710bd29 Fix 2 subscript[0] bugs in pubkey.cpp, and eliminate one extra size check Jeremy Rubin 2017-02-19 13:27:10 -05:00