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
Before, reading the tx_graph ChangeSet might have failed
or returned incorrect data by attempting to decode a column
having a NULL value. This is fixed by introducing a `TxRow`
struct with optional fields and deriving `FromRow` for it.
The `txid` field is currently the only non-nullable column.
Now we only parse a value and update the tx_graph ChangeSet
if the column actually contains a value.
0 commit comments