You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
package: Returned v1 CIDs now default to base32 encoding
Previous versions returned a base58 encoded string when toString()/ toBaseEncodedString() was called on a CIDv1. It now returns a base32
encoded string.
There are numerous changes, the most significant one is that the API
is no longer callback based, but it using async/await.
If you want to access the original JavaScript Ethereum object, it is
now stored in a property called _ethObj. So if you e.g. called deserialized.hash(), you now have to call deserialized._ethObj.hash().