diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 20:13:59 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 20:13:59 +0200 |
commit | f801aee1378f536a41f0eb5a299787a28d983137 (patch) | |
tree | 6e0aba5e699736adf4c122fd86894531d12f7fa4 /issues/add-log-tooling.md | |
parent | 999cf63440bb08bd2588b924a8a4309c7273adff (diff) |
move issues into a common pad
Diffstat (limited to 'issues/add-log-tooling.md')
-rw-r--r-- | issues/add-log-tooling.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/issues/add-log-tooling.md b/issues/add-log-tooling.md deleted file mode 100644 index 7e961cb..0000000 --- a/issues/add-log-tooling.md +++ /dev/null @@ -1,16 +0,0 @@ -**Title:** Add log tooling </br> -**Date:** 2021-12-09 </br> - -# Summary -Add a command-line utility that makes log interactions easy. - -# Description -This issue require design considerations before getting started. Minimum -functionality probably includes the ability to do relevant formatting (like -outputting serialized blobs to be signed or ASCII key-value pairs for -submission), as well as an "upload" command that is smart enough to wait for -inclusion with regards to a cosigned tree head. It would also be good to think -about how to make uploads convenient if there are multiple submissions. - -(Remark: there is no strict requirement that this has to be in Go. If anyone -wants to work on tooling in, say, rust or python, that would be welcomed too.) |