spruceid / tzprofiles

Create portable verified profiles on Tezos with public accounts.
https://tzprofiles.com
Apache License 2.0
38 stars 17 forks source link

Allow users to update TZPs with additional claims after deployment #93

Closed wyc closed 3 years ago

wyc commented 3 years ago

Most commits from @krhoda

cloudflare-pages[bot] commented 3 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 85f33da
Status: ✅  Deploy successful!
Preview URL: https://4655843c.tzprofiles.pages.dev

View logs

krhoda commented 3 years ago

This successfully allows the addition of claims after origination, but at the cost of removing the VC check. For some reason, didkit is now rejecting VCs it was not before in the clientOpts.validateType function in store.ts. Should either open an issue or find a way to restore.

wyc commented 3 years ago

Tested from the CF pages, working for me on florencenet and mainnet. Great work @krhoda .