kubo/cmd/ipfs
Andrew Gillis c54cdaa1f8
Feat/migration ipfs download (#8064)
* Enable downloading migrations over IPFS

There are now options in the config file that control how migrations are downloaded. This includes enabling downloading migrations using IPFS by (when migrations are required) spinning up a temporary node for fetching the migrations before running them. There is also a config option to decide what to do with the migrations binaries once they are downloaded (e.g. cache or pin them in your node, or just throw out the data).

Co-authored-by: Steven Allen <steven@stebalien.com>
2021-05-12 09:33:14 -07:00
..
dist Update the license distributed with dist builds to the dual one 2020-02-06 22:27:15 +01:00
util fix build on Plan 9 2020-09-23 22:27:01 -04:00
.gitignore make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00
daemon_linux.go chore(dep): update deps 2020-01-28 21:20:17 -08:00
daemon_other.go systemd: add notify support 2019-09-27 16:08:30 -07:00
daemon.go Feat/migration ipfs download (#8064) 2021-05-12 09:33:14 -07:00
dnsresolve_test.go fix dns test 2021-05-10 21:04:55 -07:00
init.go Feat: Re-import InitializeKeyspace code from go-namesys 2021-03-16 16:35:03 +01:00
ipfs.go move key rotation command to ipfs key rotate 2020-08-17 07:26:47 -04:00
main.go chore: update go-multiaddr and go-multiaddr-net 2020-08-25 15:24:48 -04:00
migration_test.go Feat/migration ipfs download (#8064) 2021-05-12 09:33:14 -07:00
migration.go Feat/migration ipfs download (#8064) 2021-05-12 09:33:14 -07:00
pinmfs_test.go add remote pinning policy for mfs (#7798) 2021-01-28 18:58:44 -05:00
pinmfs.go add remote pinning policy for mfs (#7798) 2021-01-28 18:58:44 -05:00
Rules.mk mk: s/go-build/go-build-relative/ 2019-03-05 18:33:58 +01:00
runmain_test.go make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00