This repository has been archived on 2025-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
supervisor/clients/openrpc/src
Timur Gordon c960322a8a Fix WASM client: send timeout as u64 instead of Duration object
- Changed timeout field from {secs, nanos} object to plain u64 number
- Fixes 'Invalid params' error when calling job.run from WASM
- Job struct expects timeout as u64 (seconds), not a Duration struct
- Fixed in both run_job and create_job_with_secret methods
2025-11-04 17:16:15 +01:00
..