Commit dee73bc
authored
feat(hermes): add ipfs connection opening to doc_sync (#685)
* feat(hermes): add ipfs connection opening to doc_sync
* chore(hermes): rafactoring
* feat(hermes): add doc-sync opening test
* fix(CI): fix spelling
* fix(hermes): fix test
* fix(CI): ignore some lints
* chore(hermes): update lock file
* fix(hermes): change document id to cbor encoded CID
* chore(hermes): remove unused imports
* fix(hermes): forbid usage of sync channel resource after close
* chore(hermes): fix lints
* chore(hermes): update code so that it uses 4 byte hash
* chore(hermes): add comment1 parent a00913a commit dee73bc
File tree
12 files changed
+373
-54
lines changed- .config/dictionaries
- hermes
- bin
- src
- ipfs
- runtime_extensions/hermes/doc_sync
- tests/integration
- components/ipfs_subscribe
- src
- tests/serial
- wasm/wasi/wit/deps/hermes-doc-sync
12 files changed
+373
-54
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments