From 60691de1989c20fea1a07f25078142af6c9bd6f6 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Fri, 19 Jan 2018 00:39:40 -0800 Subject: [PATCH] ipfs: run delegated routing experiment --- ipfs/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs/env.sh b/ipfs/env.sh index 01a7b52..6ad32ee 100644 --- a/ipfs/env.sh +++ b/ipfs/env.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash all_ipfs_git=git://github.com/ipfs/go-ipfs -all_ipfs_ref="3af720696c0fd6d1c603a3fa4d75d54b2ecef7b2" +all_ipfs_ref="514af5e2a8041381189209016ec35d4cd5e5cdda" # storage hosts, coordinate ipfs deploys with storage users (e.g. @davidar, @substack) biham_ipfs_ref=f1af17c411cf1e96c27cacdd8468f364174039d6 # exp/sync-concurrency (@whyrusleeping)