Skip to content

Instantly share code, notes, and snippets.

@perryjrandall
perryjrandall / aptos-keyless-jan25-iteration_attestation.log
Created January 28, 2025 20:11
Attestation for aptos-keyless-jan25-iteration MPC Phase 2 Trusted Setup ceremony
Hey, I'm perryjrandall-5640823 and I have contributed to the aptos-keyless-jan25-iteration MPC Phase2 Trusted Setup ceremony.
The following are my contribution signatures:
Circuit # 1 (main)
Contributor # 16
Contribution Hash: 0f1cfacb df4ccbf6 9b10dff5 dbd64ae9
f8182450 a43e0d2d 252ebfab 0af58626
87db3dd0 84eb6e68 2f13740a 08d95d38
b8b907e5 6716c845 35dc1db4 909f8699
@perryjrandall
perryjrandall / aptos-oidb-zk-ceremony_attestation.log
Created February 29, 2024 19:48
Attestation for aptos-oidb-zk-ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm perryjrandall-5640823 and I have contributed to the aptos-oidb-zk-ceremony.
The following are my contribution signatures:
Circuit # 1 (main)
Contributor # 131
Contribution Hash: ac1680ee 56229abb bf81f801 1b61d951
1c88f354 63e05bde 14854525 65607bed
d20fec1b 3ece7689 90359094 fef80445
dc8a4018 4a12893c 6e97ee10 6b1488d3
@perryjrandall
perryjrandall / aptos-oidb-zk-ceremony_attestation.log
Created February 15, 2024 01:17
Attestation for aptos-oidb-zk-ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm perryjrandall-5640823 and I have contributed to the aptos-oidb-zk-ceremony.
The following are my contribution signatures:
Circuit # 1 (main)
Contributor # 11
Contribution Hash: e92e45ec cf925137 4611c3c4 54dc0eed
40459872 16d50cd5 924a18a4 6a2107fb
25450af8 57d73c86 1cae0fd5 96bafe11
e42c3ab3 c138ae57 c63ce27a eebf1fba
@perryjrandall
perryjrandall / waitman
Last active July 6, 2022 22:34
Cli to run only when files are changed in the repo path, requires watchman
#!/bin/bash -x
to_watch="$1"
shift
to_run="$@"
"$@"
while :; do
watchman-wait "$to_watch" && time "$@"