Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed Dec 3, 2024
1 parent 49f6426 commit 446a636
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
41 changes: 6 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,12 @@
# template
# Datatrails Serialization

This repo is a template for all other repos.
## Overview

Create a new repo using this repo as the template.
Repository for go modules that serialize data, that will be added to the immutable log.

Additionally update the avid-global-terraform repo by copying the
entry for 'template':

```
"template" = {
branch_protection_enabled = true
repo_name = "template"
default_branch = "main"
default_branch_required_status_checks_contexts = [
"check_pr / Check Commit Message",
]
azuredevops_environments = {}
azuredevops_pipelines = {}
},
```
## Merkle Log

to an entry with the same name as the new repo:

```
"new-repo" = {
branch_protection_enabled = true
repo_name = "new-repo"
default_branch = "main"
default_branch_required_status_checks_contexts = [
"check_pr / Check Commit Message",
]
azuredevops_environments = {}
azuredevops_pipelines = {}
},
```

and run:

task terraform-apply-repos
For the merkle immutable log, once the data has been serialized, it can be hashed into the `Event Hash`, which when combined with the `MMR Salt` can
be used to find the corresponding `MMR Entry`

1 change: 0 additions & 1 deletion eventsv1/test_results/coverage.json

This file was deleted.

0 comments on commit 446a636

Please sign in to comment.