This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -x | |
to_watch="$1" | |
shift | |
to_run="$@" | |
"$@" | |
while :; do | |
watchman-wait "$to_watch" && time "$@" |