ucan-wg / ucan-community-web

UCAN community site
https://ucan.xyz/
Apache License 2.0
38 stars 11 forks source link

Upgrade validator to UCAN 0.10 #52

Open bgins opened 1 year ago

bgins commented 1 year ago

Summary

Problem

The validator does not support UCAN at 0.10.x

Impact

Developers are not able to use the validator to inspect the latest UCANs.

Solution

Add support for UCAN 0.10.x.

The ts-ucan library does not currently support this version, so we should use rs-ucan to implement this feature.

tennox commented 10 months ago

Related: https://github.com/ucan-wg/ts-ucan/issues/105

Also, the whole landing page is still describing v0.8 - not only the validator: image

bgins commented 10 months ago

Thanks @tennox! I opened a new issue to cover the landing page and other parts of the site: https://github.com/ucan-wg/ucan-community-web/issues/75

Also worth noting, 1.0.0-rc.1 is on the way (see https://github.com/ucan-wg/spec/blob/high-level/README.md), so we may skip to that, but I've left the descriptions as 0.10.0 for now.