Skip to content

Releases: MetaMask/metadata-helpers

Remove generics on getMetadata

22 Mar 04:50
Compare
Choose a tag to compare

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

23 Feb 08:20
Compare
Choose a tag to compare

Allow setting of torus share using just torus pubkey

v1.2.3

22 Feb 08:28
Compare
Choose a tag to compare

Avoid use of toBuffer for BN

v1.2.2

22 Feb 05:06
Compare
Choose a tag to compare

Change param name to use subspace

v1.2.0

22 Feb 04:41
Compare
Choose a tag to compare

Add generatePubKeyParams method
Update tests

v1.1.0

22 Feb 04:12
Compare
Choose a tag to compare

Fix default export

v1.0.1

22 Feb 04:01
Compare
Choose a tag to compare

Update types and param names

v1.0.0

22 Feb 03:57
Compare
Choose a tag to compare

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.