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
This library currently depends on go-ipld-prime v0.5, and due to breaking changes in the interface will not work with versions above v0.7. The current is v0.9.
For both of these uses of the codec, all that needs to happen is the final r needs to be removed. the functions have become Encode and Decode respectively.
The text was updated successfully, but these errors were encountered:
This library currently depends on go-ipld-prime v0.5, and due to breaking changes in the interface will not work with versions above v0.7. The current is v0.9.
For both of these uses of the codec, all that needs to happen is the final
r
needs to be removed. the functions have becomeEncode
andDecode
respectively.The text was updated successfully, but these errors were encountered: