bosnet / bosnet/sebak

Index for paging is not deterministic

Open
#833 0 comments 1 reaction 2 assignees Claimed by @kfangw View on GitHub
API
Dominant language
Go
Stars
44
Forks
12
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.