5df76ea2a9
* change ticketbook data request to allow for pagination * implemented api endpoints on nym-api side * auxiliary nym-api queries for number of issued ticketbooks * ensure that challenged issuers support new queries * addeed persistent identity to the rewarder * clippy * stupid chrono feature workaround * clippy * debugging issuance verification * remove redundant closure * added a minimum issuance threshold
13 lines
326 B
JSON
13 lines
326 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n DELETE FROM issued_ticketbook\n WHERE expiration_date < ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "a27e257efd521e68705d55ac8dd4a3bc9c68bf014747bc4dffcf4b79248237d8"
|
|
}
|