Skip to content

Commit

Permalink
issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Aug 14, 2024
1 parent d437897 commit 5feedf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions issues/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Issues

- Restore code coverage. We may switch to `cargo-llvm-cov` from `tarpauilin`.
- Change directory structure.
- ASN.1
8 changes: 4 additions & 4 deletions notes/block-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ type SignatureTag = {
}
type Signature = {
publicKey: string
dataAddress: Address
timeStamp?: Time
signature: string
message: Address | AddressAndTimeStamp
signature: string
}
type AddressAndTimeStamp = string
```
## Revision (Version)
Expand All @@ -38,7 +38,7 @@ type DirectoryTag = {
directory: Directory
}
type Directory = {
[path in Path]: DataAddress
[path in Path]: DataAddress
}
// a path using `/` as a separator.
type Path = string
Expand Down

0 comments on commit 5feedf9

Please sign in to comment.