Curio fails to estimate proof fee:
2025-03-27T05:25:01.390+0100 ERROR harmonytask harmonytask/task_type_handler.go:229 Do() returned error {"type": "PDPProve", "id": "1791113", "error": "failed to calculate proof fee: message execution failed (exit=[33], revert reason=[message failed with backtrace:\n00: f0151330 (method 3844450837) -- contract reverted at 108 (33)\n01: f0151330 (method 6) -- contract reverted at 410 (33)\n (RetCode=33)], vm error=[none])", "errorVerbose": "failed to calculate proof fee:\n github.com/filecoin-project/curio/tasks/pdp.(*ProveTask).Do\n /home/code/curio/tasks/pdp/task_prove.go:235\n - message execution failed (exit=[33], revert reason=[message failed with backtrace:\n00: f0151330 (method 3844450837) -- contract reverted at 108 (33)\n01: f0151330 (method 6) -- contract reverted at 410 (33)\n (RetCode=33)], vm error=[none])"}
Presented after I spin curio up and down to test out the newest
User error — I compiled with the wrong contract address!
Really gotta make this configurable