-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add list pagination to the nano contract history table #292
Conversation
84b541c
to
b8e632b
Compare
* otherwise it would be fixed the moment the event listener is started in the useEffect | ||
* with the history as an empty array | ||
* | ||
* tx {Transaction} Transaction object that arrived from the websocket |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* tx {Transaction} Transaction object that arrived from the websocket | |
* @param {Transaction} tx Transaction object that arrived from the websocket |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* after {string | null} Hash to use for pagination when user clicks to fetch the next page | ||
* before {string | null} Hash to use for pagination when user clicks to fetch the previous page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* after {string | null} Hash to use for pagination when user clicks to fetch the next page | |
* before {string | null} Hash to use for pagination when user clicks to fetch the previous page | |
* @param {string | null} after Hash to use for pagination when user clicks to fetch the next page | |
* @param {string | null} before Hash to use for pagination when user clicks to fetch the previous page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, thanks ab25623
7f04289
to
86d1258
Compare
Acceptance Criteria
nano.history.pagination.mov
Depends on
HathorNetwork/hathor-explorer-service#331
https://github.com/HathorNetwork/nano-hathor-core/pull/95
Security Checklist