MCPcopy Create free account
hub / github.com/enviodev/hypersync-client-python / main

Function main

test.py:295–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293
294
295async def main():
296 print("hypersync-client-python")
297 print(f"number of runs for each test: {NUM_BENCHMARK_RUNS}")
298 await test_intstr_mapping()
299 await test_send_req()
300 await test_send_req_arrow()
301 await test_send_events_req()
302 await test_get_height()
303 await test_decode_logs()
304 await test_decode_events()
305 await test_create_parquet_folder()
306 await test_preset_query_blocks_and_transactions()
307 await test_preset_query_blocks_and_transaction_hashes()
308 await test_preset_query_logs()
309 await test_preset_query_logs_of_event()
310 test_sig_to_topic0()
311
312
313asyncio.run(main())

Callers 1

test.pyFile · 0.70

Calls 13

test_intstr_mappingFunction · 0.85
test_send_reqFunction · 0.85
test_send_req_arrowFunction · 0.85
test_send_events_reqFunction · 0.85
test_get_heightFunction · 0.85
test_decode_logsFunction · 0.85
test_decode_eventsFunction · 0.85
test_preset_query_logsFunction · 0.85

Tested by

no test coverage detected