Mempool websocket #10
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
haspr
help wanted
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
parasitepool/parastats#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently block information is pulled from mempool regular API, but they have a websocket, should we switch to using that or not worth the extra complexity?
Are we pulling on the serverside or clientside? If it is on clientside they should have enough rate limit to be fine, but if on serverside we will want to validate that.
Tt should be called all or almost all on the client side, but would have to double check its not called anywhere by the server