wownero/src/serialization
moneromooo-monero ccf53a566c
track double spending in the txpool
Transactions in the txpool are marked when another transaction
is seen double spending one or more of its inputs.
This is then exposed wherever appropriate.

Note that being marked with this "double spend seen" flag does
NOT mean this transaction IS a double spend and will never be
mined: it just means that the network has seen at least another
transaction spending at least one of the same inputs, so care
should be taken to wait for a few confirmations before acting
upon that transaction (ie, mostly of use for merchants wanting
to accept unconfirmed transactions).
2017-11-06 00:05:44 +00:00
..
binary_archive.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
binary_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
CMakeLists.txt json serialization for rpc-relevant monero types 2017-09-05 12:20:27 -04:00
crypto.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
debug_archive.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
json_archive.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
json_object.cpp track double spending in the txpool 2017-11-06 00:05:44 +00:00
json_object.h Fix various oversights/bugs in ZMQ RPC server code 2017-09-05 12:20:40 -04:00
json_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
list.h serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
pair.h serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
serialization.h serialization: add deque serialization 2017-09-25 21:16:32 +01:00
string.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
variant.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
vector.h serialization: add deque serialization 2017-09-25 21:16:32 +01:00