AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
133 stars 80 forks source link

handle runtime call not found error #748

Closed xlc closed 4 months ago

xlc commented 4 months ago

https://github.com/AcalaNetwork/chopsticks/blob/7703263adb6ac32d675c30ee3e3ea7bbe8f26cb0/executor/src/task.rs#L144

should propagate the error instead of unwrap

Screenshot 2024-05-02 at 9 27 55 PM

this will crash the program, but it should just return an error response.