query_service calls the application's service code inside the validator workers. We need to make sure these calls time out if they take too long, and add a fee category for them.
Similarly http_post should limit the length of the response it accepts.
In general, all oracles must limit their cost, and cost fees.
query_service
calls the application's service code inside the validator workers. We need to make sure these calls time out if they take too long, and add a fee category for them.Similarly
http_post
should limit the length of the response it accepts.In general, all oracles must limit their cost, and cost fees.