File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -132,16 +132,8 @@ Deprecation List:
132
132
* this being indeterministic was causing some nasty problems downstream
133
133
since ` toString() ` needs to be used as a cache key and it's not possible
134
134
to encode V0 into anything but base58btc. this means that you can't have
135
- deterministic hash keys without also requiring base58btc support, so we
135
+ deterministic hash keys without also requiring base58btc support, so we
136
136
removed this feature.
137
- * no longer accept bare multihash buffers as V0, only base58btc encoded strings
138
- or the complete set of parts with the multihash as the third argument.
139
- * The logic for treating these as V0 was problematic and could lead to
140
- unwanted errors. In practice, the places we need to handle V0 are known
141
- and we can move this logic there if necessary and then instantiate a CID
142
- with all the necessary args.
143
- * Some of the prior code relied on knowing the full set of possible base
144
- prefixes, which we can no longer do.
145
137
* no more .toBaseEncodedString(), just toString()
146
138
* no more .multibaseName
147
139
* no more .prefix()
You can’t perform that action at this time.
0 commit comments