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
fix: still load dag-pb, dag-cbor and raw when specifying custom formats (#3132)
If we specify a `formats` array as part of the ipld options in in-proc
nodes, it replaces the default list of dag-pb, dag-cbor and raw.
This change allows the `loadFormat` function to still resolve those
formats even if the user has passed a `format` array that does not
contain them.
Fixes #3129
0 commit comments