Releases: MetaMask/metadata-helpers
Releases · MetaMask/metadata-helpers
Remove generics on getMetadata
was never used, signing requires string type anyway
less convenient, but more consistent, parsing should now be completely handled by the developer who is using this library
v2.0.1
Allow setting of torus share using just torus pubkey
v1.2.3
Avoid use of toBuffer for BN
v1.2.2
Change param name to use subspace
v1.2.0
Add generatePubKeyParams method
Update tests
v1.1.0
Fix default export
v1.0.1
Update types and param names
v1.0.0
This functionality of getting and setting metadata has evolved since it's initial version on torus.js, and now requires namespaces etc, and it has been reimplemented in several different repos.
This library improves code reuse of metadata related functions.