diff options
-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 |