Releases: lAmeR1/kaspa-socket-server
Releases · lAmeR1/kaspa-socket-server
v0.0.7
Add support for 'mempool' room in socket connections
Included the 'mempool' room in the list of valid rooms, and implemented event handling to emit mempool data when a user joins the 'mempool' room. This enhances the socket's capabilities to provide real-time mempool updates.
v0.0.6
Add mempool periodic update and get_info endpoint
Incorporated a new periodic mempool update function within `main.py` to emit mempool size changes. Created new `get_info.py` endpoint for retrieving global Kaspa BlockDAG information, and `mempool.py` for handling mempool size updates.
v0.0.4
minimised block version for explorer
v0.0.3
only socket server needed here
v0.0.2
higher timeout for gunicorn
v0.0.1
higher timeout for gunicorn