Drastically improved performance by breaking up methods into smaller coroutines, using asyncio.gather() to execute loops concurrently in the following functions:
websocket format_response
event handler query_result_parser
Changes
Changed events table column name from event_id to id
Enhancements
Drastically improved performance by breaking up methods into smaller coroutines, using
asyncio.gather()
to execute loops concurrently in the following functions:format_response
query_result_parser
Changes
events
table column name fromevent_id
toid
VERSION
to.env
to easily update NIP-11 doc30000
for testing