aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/paymentservertests.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/optionsmodel.cppRussell Yanofsky
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-08Changing &vec[0] to vec.data(), what 9804 missedMeshCollider
2017-08-15Merge #10964: Pass SendCoinsRecipient (208 bytes) by referenceJonas Schnelli
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-02Pass SendCoinsRecipient (208 bytes) by const referencepracticalswift
2017-06-05scripted-diff: Remove PAIRTYPEJorge Timón
2017-06-05scripted-diff: Remove Q_FOREACHJorge Timón
2017-03-21[trivial] Fix typos in commentspracticalswift
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-08-10[Qt] add verifySize() function to PaymentServerPhilip Kaufmann
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-02-04[Qt] prevent amount overflow problem with payment requestsPhilip Kaufmann
2015-01-15[Qt] Payment request expiration bug fix (re-done)Philip Kaufmann
2015-01-14[Qt] add payment request unit test for non matching networksPhilip Kaufmann
2015-01-13[Qt] prepare paymentservertests for new unit testsPhilip Kaufmann
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-08[Qt] add BIP70 DoS protection testPhilip Kaufmann
2014-10-17script: add a slew of includes all around and drop includes from script.hCory Fields
2014-09-05[Qt] copyright, style and indentation cleanup of Qt testsPhilip Kaufmann
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2013-12-06[Qt] misc PaymentServer changes (e.g. changes to eventFilter())Philip Kaufmann
2013-11-11[Qt] paymentserver: start netManager in uiReady()Philip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-08-29Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen