Commit 0d16797
authored
feat(rust/hermes-ipfs): add doc-sync envelope (#675)
* feat(hermes): add doc-sync envelope
* feat(rust/hermes-ipfs): add Envelope decoding
* fix(rust/hermes-ipfs): updated encodings according to spec
* chore(rust/hermes-ipfs): bump version
* chore(rust/hermes-ipfs): add comments
* chore(rust/hermes-ipfs): utilize UuidV7 from catalyst-types
* chore(rust/hermes-ipfs): code refactoring, add tests for invalid inputs1 parent b421ea7 commit 0d16797
File tree
4 files changed
+617
-1
lines changed- rust/hermes-ipfs
- src
- doc_sync
4 files changed
+617
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| 40 | + | |
0 commit comments