diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-28 19:44:34 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-28 19:44:34 +0200 |
commit | 146cd30b9eb17dd3fa5c49c844c6045d62e54a7c (patch) | |
tree | d2ee51b4d7ac142da6c398c6a39522e09b7d6387 /issues | |
parent | 3f8010612c376ba9775101a3c823125ce9c82304 (diff) |
issues: add progress notes
Diffstat (limited to 'issues')
-rw-r--r-- | issues/add-integration-test.md | 4 | ||||
-rw-r--r-- | issues/implement-decided-proposals.md | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/issues/add-integration-test.md b/issues/add-integration-test.md index 33351c9..2266be5 100644 --- a/issues/add-integration-test.md +++ b/issues/add-integration-test.md @@ -9,3 +9,7 @@ Today we don't have any integration tests. Before a new version is tagged, it is tested by (i) running unit tests, and (ii) running manual tests against a local setup of Trillian and sigsum-log-go. Automating (ii) would be helpful for development and increased confidence that everything works as expected. + +Started in branch: + + rgdd/integration diff --git a/issues/implement-decided-proposals.md b/issues/implement-decided-proposals.md index eecc58b..5b04890 100644 --- a/issues/implement-decided-proposals.md +++ b/issues/implement-decided-proposals.md @@ -18,11 +18,12 @@ There is a draft on bringing the above into main documentation in Current status on implementing the above: * [x] open-ended shard interval -* [ ] ssh signing format +* [x] ssh signing format * implement in sigsum-lib-go by updating `ToBinary()` * then pick up the new sigsum-lib-go version in sigsum-log-go -* [ ] remove arbitrary bytes +* [x] remove arbitrary bytes * [ ] get-\* endpoints * [ ] domain hint + - sigsum-log-go should drop-in replace sigsum-lib-go/pkg/dns * [ ] add-leaf * [x] tree-head endpoints |