deelawn

Results 38 comments of deelawn

This may be addressed by #1257. Will check to confirm

Is this just a problem when the machine is being initialized? If the issue lies in the check whether something is a uverse name during uverse initialization, and we know...

@piux2 is taking over this

After discussion with Jae, the place where the trace is built is fine -- it will make the code easier to read. Here are two additional requests: 1. Define a...

Thanks for the quick responses @omarsy; I'm working my way through the rest of the open items. One more question for you -- is it necessary for the tests to...

Should this line also call `m.ExceptionsStacktrace()` rather than `m.String()`? It seems like it should, for consistency. https://github.com/gnolang/gno/blob/98098784d14fa912b1343184da0595641d7422df/gnovm/cmd/gno/run.go#L192

Marking as draft until the failing tests are fixed. I took a brief look and I see two categories of failing tests -- I may be completely wrong about these...

Closing in favor of #2255