Commit bbc0a5d
feat(rust/signed-doc): CatalystSignedDocument has CIDv1 (#621)
* feat(rust/signed-doc): CatalystSignedDocument has CIDv1
* feat(rust/signed-doc): Cid newtype
* break(rust/signed-doc): DocLocator(Cid) must be valid
* Breaking change that removes compatibility with old versions
* fix(rust/signed-doc): fix unit tests to support DocLocator
* removes support for old version
* fix(rust/signed-doc): fix integration tests
* chore(rust/signed-doc): fmt fix
* chore(rust/signed-doc): fix spelling
* chore(rust/signed-doc): fix doc comment
* chore(rust/signed-doc): Add `doc_ref` method for `CatalystSignedDoc`. (#640)
* update API
* wip
* wip
* wip
* fix test
* wip
* wip
* fix fmt
* fix(rust/signed-doc): remove stale example
---------
Co-authored-by: Joaquín Rosales <[email protected]>
---------
Co-authored-by: Alex Pozhylenkov <[email protected]>1 parent 4bf38d3 commit bbc0a5d
File tree
42 files changed
+1489
-1414
lines changed- .config/dictionaries
- rust/signed_doc
- src
- metadata
- document_refs
- validator/rules
- chain
- doc_ref
- ownership/tests
- parameters
- reply
- signature
- template
- ver
- tests
- common
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+1489
-1414
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
346 | 347 | | |
347 | 348 | | |
348 | 349 | | |
| 350 | + | |
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
0 commit comments