You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Current gRPC service & shim interface lacks support for proper error reporting from program running in VM.
While the error won't be visible in the JSON-RPC API nor in the blockchain, ultimately, it should be still logged by Gevulot node for debugging purposes.
Add reasonable error type with error code (int) and message (string) to gRPC service and corresponding shim APIs.
NOTE: Update GitBook's Program Development page with corresponding changes.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current gRPC service & shim interface lacks support for proper error reporting from program running in VM.
While the error won't be visible in the JSON-RPC API nor in the blockchain, ultimately, it should be still logged by Gevulot node for debugging purposes.
Add reasonable error type with error code (int) and message (string) to gRPC service and corresponding shim APIs.
NOTE: Update GitBook's Program Development page with corresponding changes.
The text was updated successfully, but these errors were encountered: