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
* #9530: Remove verifier process automatic restart, which was
intended to work around memory leaks, now fixed (Paul Steckler)
### Breaking changes
* #11696: The GraphQL API now uses more descriptive scalar types (such as `Fee` or `Amount` instead of `UInt64`).
This enables GraphQL clients to automatically parse these scalars into the correct internal types.
Even though the JSON shape of messages does not change, third party tools that make use of the GraphQL schema for parsing responses may have to be adapted to these new types.