fetchai / fetchd

Source code for Fetch.ai blockchain nodes
Other
96 stars 40 forks source link

Feature request: Get stack trace from returned contract errors #271

Closed dishmop closed 9 months ago

dishmop commented 2 years ago

Prerequisites

Problem

When my contracts return an error to cosmpy, then I often see the error message but have no idea where it arose (not even which contract it came from - as it could have come from a contract calling another contract etc.)

Feature / Solution

I'd like to run a local node with an option to return the stack trace on error.

Alternatives

No response

Additional Context

No response

solarw commented 2 years ago

suppose it's relative: https://github.com/wasmerio/wasmer/issues/827

5A11 commented 2 years ago

This and https://github.com/fetchai/fetchd/issues/272 are not possible to address in CosmPy. Please reopen in another repo where this belongs.

dominic22 commented 9 months ago

closed as moved to done