Files
nym/nym-api/.sqlx/query-02f869605f45cdc2c54a2540034505320b5d29fd3551ba054f16370a1de6469b.json
Jędrzej Stuczyński 5df76ea2a9 Feature/paginated ticketbooks challenge (#5619)
* 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
2025-03-21 13:44:25 +00:00

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"
}