teepot/bin
Patryk Bęza 5e4b8901b0
feat(verify-attestation): RPC attestation and batch signature verification binary
This is another variant of the binary tool for verifying attestation and
the signature of a given batch. Unlike the existing tool, this variant
does not require you to provide two separate files—one for the
attestation and one for the signature. Instead, it automatically fetches
both from the RPC node.

Unfortunately, after discussing with @popzxc, we found that there is no way
to reuse the RPC client because our published crates on crates.io are
outdated and do not include the recently merged TEE-specific code
changes. To be fixed in the future.
2024-08-30 12:14:55 +02:00
..
tee-key-preexec Replace secp256k1 with k256 crate 2024-07-01 14:17:13 +02:00
tee-ratls-preexec chore: cargo update + taplo fmt 2024-06-20 14:00:18 +02:00
tee-self-attestation-test Use Docker's entrypoint instead of command 2024-07-11 17:49:37 +02:00
tee-stress-client chore: remove obsolete Dockerfiles 2024-06-21 11:23:41 +02:00
tee-vault-admin chore: remove obsolete Dockerfiles 2024-06-21 11:23:41 +02:00
tee-vault-unseal fix(tee-vault-unseal): pick either VAULT_AUTH_TEE_SHA256 string or file 2024-07-03 14:42:06 +02:00
teepot-read chore: cargo update + taplo fmt 2024-06-20 14:00:18 +02:00
teepot-write chore: cargo update + taplo fmt 2024-06-20 14:00:18 +02:00
vault-admin chore: cargo update + taplo fmt 2024-06-20 14:00:18 +02:00
vault-unseal chore: cargo update + taplo fmt 2024-06-20 14:00:18 +02:00
verify-attestation chore: cargo update 2024-08-07 15:26:20 +02:00
verify-era-proof-attestation feat(verify-attestation): RPC attestation and batch signature verification binary 2024-08-30 12:14:55 +02:00