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
452 B
JSON
13 lines
452 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO monitor_run_report(\n monitor_run_id,\n network_reliability,\n packets_sent,\n packets_received\n ) VALUES (?, ?, ?, ?)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 4
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "02f869605f45cdc2c54a2540034505320b5d29fd3551ba054f16370a1de6469b"
|
|
}
|