Skip to content

v0.0.38: Client: handle graph cache internally

Compare
Choose a tag to compare
@clems4ever clems4ever released this 15 Feb 16:33
This moves the graph caching on the library side to better handle
failure cases:
When the last tx was successful, we can reuse the last graph to avoid a
read, but when we have an error, the remote graph state is unknown, so
we must refresh it.