aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-05gui: Fix for Incorrect application name when passing -regtestBen Carman
2019-01-03Merge #15065: 0.17: GUI Backports #14123 #14133 #14383 #14597Wladimir J. van der Laan
2018-12-30qt: All tray menu actions call showNormalIfMinimizedJoão Barbosa
2018-12-30qt: Use GUIUtil::bringToFront where possibleJoão Barbosa
2018-12-30qt: Add GUIUtil::bringToFrontJoão Barbosa
2018-12-30Remove obj_c for macOS Dock icon menuHennadii Stepanov
2018-12-30Use Qt signal for macOS Dock icon click eventHennadii Stepanov
2018-12-30Remove obj_c for macOS Dock icon settingHennadii Stepanov
2018-12-30Clean systray icon menu for -disablewallet modeHennadii Stepanov
2018-12-30gui: Favor macOS show / hide action in dock menuJoão Barbosa
2018-12-29fix testmempoolaccept CLI syntax1Il1
2018-12-24Merge #14893: 0.17 [Backport 14890] rpc: Avoid creating non-standard raw tran...MarcoFalke
2018-12-09importmulti: Don't add internal addresses to address bookGregory Sanders
2018-12-07rpc: Avoid creating non-standard raw transactionsMarcoFalke
2018-12-07Merge #14889: [0.17] Backport #14424 (Stop requiring imported pubkey to sign ...Wladimir J. van der Laan
2018-12-07Stop requiring imported pubkey to sign non-PKH schemesPieter Wuille
2018-12-06Merge #14880: 0.17: Backport #14453MarcoFalke
2018-12-05rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa
2018-12-05fix converttopsbt permitsigdata arg, add basic testGregory Sanders
2018-12-03Refactor PSBTInput signing to enforce invariantGlenn Willen
2018-12-03Simplify arguments to SignPSBTInputGlenn Willen
2018-12-03Add bool PSBTInputSignedGlenn Willen
2018-12-03New PartiallySignedTransaction constructor from CTransctionGlenn Willen
2018-12-03Remove redundant txConst parameter to FillPSBTGlenn Willen
2018-12-03More concise conversion of CDataStream to stringGlenn Willen
2018-12-03check that a separator is found for psbt inputs, outputs, and global mapAndrew Chow
2018-12-01Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...MarcoFalke
2018-11-30CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders
2018-11-30Remove stale comment in CalculateMaximumSignedInputSizeGregory Sanders
2018-11-29Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)practicalswift
2018-11-29rpc: Make HTTP RPC debug logging more informativepracticalswift
2018-11-29add test demonstrating addrLocal UBKaz Wesley
2018-11-29fix uninitialized read when stringifying an addrLocalKaz Wesley
2018-11-29Throw error if CPubKey is invalid during PSBT keypath serializationGregory Sanders
2018-11-29Bugfix: RPC: Add address_type named param for createmultisigLuke Dashjr
2018-11-28Fix listreceivedbyaddress not taking address as a stringEric Scrivner
2018-11-28wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...practicalswift
2018-11-28disallow oversized CBlockHeaderAndShortTxIDsKaz Wesley
2018-11-28fix a deserialization overflow edge caseKaz Wesley
2018-11-28add a test demonstrating an overflow in a deserialization edge caseKaz Wesley
2018-11-28[wallet] Ensure wallet is unlocked before signinggustavonalle
2018-11-10Merge #14441: [wallet] Backport(0.17): Restore ability to list incoming trans...Wladimir J. van der Laan
2018-11-06qt: Revert "Force TLS1.0+ for SSL connections"Tim Ruffing
2018-10-28Merge #14566: 0.17: qa backportsMarcoFalke
2018-10-24Disable wallet and address book Qt tests on macOS minimal platformRussell Yanofsky
2018-10-18[doc] getblocktemplate: use SegWit in exampleSjors Provoost
2018-10-10[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
2018-09-17Fix crash bug with duplicate inputs within a transactionSuhas Daftuar
2018-09-11Convert non-witness UTXOs to witness if witness sig createdAndrew Chow
2018-09-11Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...Andrew Chow