Calindra / nonodo

Development Node for Cartesi Rolups
Apache License 2.0
14 stars 14 forks source link

Refactor inspectAPI and add timeout values #89

Closed sandhilt closed 1 month ago

sandhilt commented 1 month ago

This pull request includes refactoring of the inspectAPI struct and the addition of timeout values for inspect and advance requests. The inspectAPI struct has been updated to use the ServerInterface type. Additionally, the NonodoOpts struct now includes TimeoutInspect and TimeoutAdvance fields, which allow for specifying custom timeout values for inspect and advance requests. This improves the flexibility and control of the application's request handling.

fabiooshiro commented 1 month ago

LGTM!