refactor: doc upcoming features and last failing test
This commit is contained in:
parent
2a31185937
commit
26f2146d11
@ -83,7 +83,9 @@ pub fn resolve<T: IpfsTypes>(
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct ResolveOptions {
|
||||
arg: String,
|
||||
cid_base: Option<String>,
|
||||
// with local_resolve, we should not start to fetch the block ever, this is available in
|
||||
// (js-)ipfs-http-client >= 44.0.0 and the last failing test.
|
||||
// TODO: #[serde(rename = "localResolve")] local_resolve: bool
|
||||
}
|
||||
|
||||
async fn inner_resolve<T: IpfsTypes>(
|
||||
|
Loading…
x
Reference in New Issue
Block a user