Closed inertia186 closed 4 years ago
It appears that this pull request might depend on how this issue is resolved: https://github.com/steemit/hivemind/issues/182
@inertia186 could you please test against https://beta-api.steemit.com? It should now be serving proper jsonrpc errors.
Tested against beta-api.steemit.com. Hivemind no longer produces response.result.error
, so this PR is no longer needed.
Smoke tests didn't notice certain problems because, prior to this pull request, it only expects an
error
key in the json response. Turns out errors were being reported by hivemind inresult
, when running:After applying this PR, the following examples will be visible:
Examples
This example is ok because if you try it, you see a good explanation. Try a different node and it works ...
These are fine as well, since it's clear why it's not working:
But these are a problem because the parameter signature changed:
That last result was reported to @roadscape, which lead to: https://github.com/steemit/hivemind/issues/183