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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[1.32.0] – 2022-03-22
New
network.queries_protocol config parameter allows selecting protocol the SDK uses to communicaite with GraphQL endpoint:
HTTP – SDK performs single HTTP-request for each request.
WS – SDK uses single WebSocket connection to send all requests. This protocol is a preferable
way when the application sends many GraphQL requests in parallel.
Fixed
Debot module:
If DEngine received a non-zero exit_code while emulating a transaction while sending a message, DEngine will call onErrorId callback of the message.