lbrycrd/src/qt/test
Philip Kaufmann 6715efb9ca [Qt] Payment request expiration bug fix (re-done)
- this is based on #4122 (which can be closed)

Currently a payment request is only checked for expiration upon receipt.
It should be checked again immediately before sending coins to prevent
the user from paying to an expired invoice which would then require a
customer service interaction.

- add static verifyExpired() function to PaymentServer to be able to use
  the same validation code in GUI and unit-testing code
- extend unit tests to use that function and also add an unit test which
  overflows, because payment requests allow expires as uint64, whereas we
  use int64_t for verification of expired payment requests
2015-01-15 09:08:22 +01:00
..
Makefile build: add stub makefiles for easier subdir builds 2014-06-05 16:05:43 -04:00
paymentrequestdata.h [Qt] Payment request expiration bug fix (re-done) 2015-01-15 09:08:22 +01:00
paymentservertests.cpp [Qt] Payment request expiration bug fix (re-done) 2015-01-15 09:08:22 +01:00
paymentservertests.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
test_main.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
uritests.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
uritests.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00