Skip to content

Commit

Permalink
add p.log script
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Grantham <[email protected]>
  • Loading branch information
Dave Grantham committed Jun 14, 2024
1 parent 1b75d6a commit 667f89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/table_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build_codec_enum! {
0x07 => (Vlad, "vlad"),
0x08 => (ProvenanceLog, "provenance-log"),
0x09 => (ProvenanceLogEntry, "provenance-log-entry"),
0x0a => (ProvenanceLogScript, "provenance-log-script"),
0x11 => (Sha1, "sha1"),
0x12 => (Sha2256, "sha2-256"),
0x13 => (Sha2512, "sha2-512"),
Expand Down
1 change: 1 addition & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tcp, multiaddr, 0x06, permanent,
vlad, vlad, 0x07, draft, Verifiable Long-lived ADdress
provenance-log, serialization, 0x08, draft, Verifiable and permissioned append only log
provenance-log-entry, serialization, 0x09, draft, Verifiable and permissioned append only log
provenance-log-script, serialization, 0x0a, draft, Verifiable and permissioned append only log
sha1, multihash, 0x11, permanent,
sha2-256, multihash, 0x12, permanent,
sha2-512, multihash, 0x13, permanent,
Expand Down

0 comments on commit 667f89a

Please sign in to comment.