w3c-ccg / universal-wallet-interop-spec

A data model and abstract interfaces for digital wallets
http://w3id.org/wallet
Other
56 stars 13 forks source link

Better to use multibase #19

Open OR13 opened 3 years ago

OR13 commented 3 years ago

https://github.com/multiformats/multicodec

publicKeyBase58 -> publicKeyMultibase bytesBase58 -> bytesMultibase

This would be a breaking change in the data model.

OR13 commented 3 years ago

noting that its a big problem when there is no multicodec for the field (like private keys)... recommend against multibase for anything that can not be fully described in it.