gnolang / gnonative

Develop for Gno using your app's native language
Apache License 2.0
9 stars 9 forks source link

fix: In gnoclient Render and QEval, need to check Response.Error #88

Closed jefft0 closed 7 months ago

jefft0 commented 7 months ago

In a call to ABCIQuery, if the error from the node is not in the err value but in the node response in qres.Response.Error. This includes errors like "invalid package path". The gnoclient method Query already checks for this. We need to do a similar check in the new methods Render and QEval.