Felicio Mununga
|
67b12fceb0
|
Add url data encoding (#345)
* add @scure/base
* add link-preview.proto
* add prototype of encode function
* add tests
* add test cases
* update proto
* more
* more
* add missing community chat description to proto
* more
* more
* add browser brotli and lz-string
* move encoding comparison
* add sinlge encoding
* split encoding
* add decoding
* update .prettierignore
* exclude comparison
* remove comparison tests
* Update packages/status-js/src/utils/encode-url-data.test.ts
* Update packages/status-js/src/utils/encode-url-data.test.ts
* remove checksum
* ensure channel is serializable
* Update .prettierignore
* update protos
* add creaet-url.ts
* set links
* comment
* update protos
* add nominal type for EncodedUrlData
* add sign/verify fns
* export fns from index
* set zlib as external module
* add tag indices
* encode channel uuid
* use `.toJson()` with type assertion
* use uppercase url
* split url creating fns
* fix typo
* describe test suite
* use getters
* fix nominal type
* remove `node:` prefix from `zlib` import
* remove todos?:
* rename URLProps to URLParams
* fix package.json after rebase
|
2023-03-21 11:05:59 +01:00 |
|