mirror_worker: scaffold the crate + config#260
Conversation
|
/bonk review |
|
PR #260 – mirror_worker: scaffold the crate + config Overall impression Positive points
Minor suggestions / improvements
Conclusion |
44dcf65 to
eb64df8
Compare
d7457e1 to
5ef8208
Compare
5ef8208 to
8b0f5db
Compare
Add a deployable skeleton for a c2sp.org/tlog-mirror mirror, specialized for MTC issuance logs. Wire the crate into the workspace and validate the embedded per-environment config at build time. The HTTP entry point lives in a frontend_worker module so later PRs add handlers there additively. Also drop the unused tlog_mirror workspace dependency; it returns when add-entries consumes it.
8b0f5db to
299d2a1
Compare
NOTE(lvalenta): I used AI to help generate this PR, but I've reviewed and approve these changes. The mirror is targeted for an MTC deployment, so we exclude general tlog-mirror support for things like Ed25519 signatures, and bake log numbers into the config.
Add a deployable skeleton for a c2sp.org/tlog-mirror mirror, specialized
for MTC issuance logs. This wires the crate into the workspace and
validates the embedded per-environment config; the submission API,
cosigner keys, per-origin Durable Objects, and read interface follow in
later slices.