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
Transaction and Operation API support paging.
To make a page, the cursor is needed.
The cursor is derived from LevelDB Index Key
The Index key is a combination of several data with postfix(uuid).
The uuid is not deterministic among NODEs
Hence, when a client calls the API with the cursor, it is slightly different for each NODEs
Transaction and Operation API support paging.
To make a page, the cursor is needed.
The cursor is derived from LevelDB Index Key
The Index key is a combination of several data with postfix(uuid).
The uuid is not deterministic among NODEs
Hence, when a client calls the API with the cursor, it is slightly different for each NODEs
To overcome this problem,
#765 should be merged.
The text was updated successfully, but these errors were encountered: