aboutsummaryrefslogtreecommitdiff
path: root/pkg/db
Commit message (Collapse)AuthorAgeFilesLines
* db: Fix error prone timestamp configurationv0.3.4Rasmus Dahlberg2021-12-282-3/+16
| | | | | | The timestamp for the latest tree head is now set based on the current UNIX time. This means that there is no longer any reliance on Trillian to move the timestamp forward every 5 minutes, just set -interval=300s.
* types: Start using sigsum-lib-goRasmus Dahlberg2021-12-205-0/+1168
This commit does not change the way in which the log behaves externally. In other words, all changes are internal and involves renaming and code restructuring. Most notably picking up the refactored sigsum-lib-go.