aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove gArgs global from CreateChainParams to aid testingMarcoFalke2020-09-291-2/+2
* gui: Remove unused interfaces::Node referencesRussell Yanofsky2020-08-261-1/+1
* gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky2020-08-261-2/+2
* scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-2/+2
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* gui: Update BIP70 support messagefanquake2019-10-241-2/+2
* gui: remove payment request file handling from OpenURI dialogfanquake2019-10-241-3/+1
* Remove BIP70 Supportfanquake2019-10-241-545/+0
* Prevent processing duplicate payment requestsJoão Barbosa2019-10-021-4/+6
* Qt: advise users not to switch wallets when opening a BIP70 URI.James Hilliard2019-09-121-2/+6
* Replace obsolete functions of QSslSocketHennadii Stepanov2019-08-241-3/+3
* Merge #16237: Have the wallet give out destinations instead of keysWladimir J. van der Laan2019-07-101-5/+3
|\
| * Add GetNewDestination to CWallet to fetch new destinationsAndrew Chow2019-07-091-5/+3
* | Use qInfo() if no error occursHennadii Stepanov2019-06-211-1/+1
|/
* GUI: If BIP70 is disabled, give a proper error when trying to open a payment ...Luke Dashjr2019-02-111-2/+6
* GUI: If BIP70 is disabled, attempt to fall back to BIP21 parsingLuke Dashjr2019-02-111-7/+11
* Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-1/+1
* Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-3/+3
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Add BIP70 deprecation warningJames Hilliard2018-10-221-0/+3
* qt: cleanup: Move BIP70 functions together in paymentserverWladimir J. van der Laan2018-10-221-140/+135
* build: Add --disable-bip70 configure optionWladimir J. van der Laan2018-10-091-1/+34
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-8/+5
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-15/+0
* Merge #12729: Get rid of ambiguous OutputType::NONE valueWladimir J. van der Laan2018-05-031-1/+1
|\
| * Get rid of ambiguous OutputType::NONE valueRussell Yanofsky2018-04-051-1/+1
* | scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-3/+3
|/
* Merge #10244: Refactor: separate gui from wallet and nodeWladimir J. van der Laan2018-04-051-15/+16
|\
| * Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky2018-04-041-15/+16
* | Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\ \ | |/ |/|
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Merge #11536: Rename account to label where appropriateWladimir J. van der Laan2018-03-221-3/+2
|\ \
| * | Rename account to label where appropriateRussell Yanofsky2018-03-191-3/+2
* | | Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://Wladimir J. van der Laan2018-03-211-1/+6
|\ \ \ | |/ / |/| |
| * | Qt: Warn users about invalid-BIP21 URI bitcoin://Alexey Ivanov2018-03-211-1/+6
* | | wallet: Change output type globals to membersMarcoFalke2018-03-171-1/+1
|/ /
* | Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift2018-03-091-1/+1
* | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSHSjors Provoost2018-01-231-2/+3
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-19/+16
|\
| * SegWit wallet supportPieter Wuille2018-01-091-19/+16
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-12/+12
* Merge #10696: Remove redundant nullptr checks before deallocationWladimir J. van der Laan2017-11-091-2/+1
|\
| * Remove redundant nullptr checks before deallocationpracticalswift2017-08-141-2/+1
* | Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-9/+6
* | Merge #10964: Pass SendCoinsRecipient (208 bytes) by referenceJonas Schnelli2017-08-151-1/+1
|\ \ | |/ |/|
| * Pass SendCoinsRecipient (208 bytes) by const referencepracticalswift2017-08-021-1/+1
* | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1