Skip to content

Instantly share code, notes, and snippets.

@matilote
matilote / aptos-oidb-zk-ceremony_attestation.log
Created February 26, 2024 12:31
Attestation for aptos-oidb-zk-ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm matilote-33068017 and I have contributed to the aptos-oidb-zk-ceremony.
The following are my contribution signatures:
Circuit # 1 (main)
Contributor # 87
Contribution Hash: 65e802bd 56552db4 ed141e5c 89b0e1a4
eb958afe 62cbcf81 924491c8 83d58bd5
649db0ac 25fccd2f 7908cb80 ed71900a
254ebfc0 c2a62842 e1353d44 555085d8
import json
def parse_log_file(file_path):
slot_info = {}
with open(file_path, 'r') as file:
for line in file:
parts = line.strip().split('\t')
if len(parts) == 2:
timestamp, json_data = parts
data = json.loads(json_data)