From 95ffd9aa9ff26286365f3058a437da5880676725 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 28 Nov 2018 07:42:28 +0000 Subject: [PATCH 1/3] feat: rev mfs and unixfs to support hamt in mfs --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f7c4f5ef9d..7f4cd52aba 100644 --- a/package.json +++ b/package.json @@ -109,11 +109,11 @@ "ipfs-block-service": "~0.15.1", "ipfs-http-client": "^27.0.0", "ipfs-http-response": "~0.2.1", - "ipfs-mfs": "~0.5.2", + "ipfs-mfs": "~0.7.7", "ipfs-multipart": "~0.1.0", "ipfs-repo": "0.25.2", "ipfs-unixfs": "~0.1.16", - "ipfs-unixfs-engine": "~0.34.0", + "ipfs-unixfs-engine": "~0.35.2", "ipld": "~0.20.1", "ipld-bitcoin": "~0.1.8", "ipld-dag-pb": "~0.15.0", From b8c39eb37f868456eb5443d1f25e7eb630e604ff Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 4 Dec 2018 17:33:32 +0000 Subject: [PATCH 2/3] feat: upgrade to streaming files.ls*Stream api --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f4cd52aba..9cfb452556 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "ipfs-block-service": "~0.15.1", "ipfs-http-client": "^27.0.0", "ipfs-http-response": "~0.2.1", - "ipfs-mfs": "~0.7.7", + "ipfs-mfs": "~0.8.0", "ipfs-multipart": "~0.1.0", "ipfs-repo": "0.25.2", "ipfs-unixfs": "~0.1.16", From 79bb9ad7eccdc5a76e06296fd61d9d9243674899 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 5 Dec 2018 15:33:27 +0000 Subject: [PATCH 3/3] chore: update to latest tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cfb452556..ffea9bc97a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "execa": "^1.0.0", "form-data": "^2.3.3", "hat": "0.0.3", - "interface-ipfs-core": "~0.89.0", + "interface-ipfs-core": "~0.90.0", "ipfsd-ctl": "~0.40.1", "ncp": "^2.0.0", "qs": "^6.5.2",