kubo/core
Steven Allen 2eafa3f3ca startup: always load the private key
Loading this at the last minute means we need a bunch of special cases
in *every* command that needs routing, namesys, or even the public key.

If we ever have a case where we don't want to do this, we can add an option to
the (eventual) IPFS constructor. Handling this up-front is going to be
significantly less error prone.

Motivation: https://github.com/ipfs/go-ipfs/pull/5825/files#diff-fe35ea64d478c4f3fb767a3f618e5d01R863

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-12-13 11:48:55 -08:00
..
commands startup: always load the private key 2018-12-13 11:48:55 -08:00
coreapi startup: always load the private key 2018-12-13 11:48:55 -08:00
coredag gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00
corehttp gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00
corerepo gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00
coreunix gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00
mock gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00
bootstrap.go gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00
builder.go startup: always load the private key 2018-12-13 11:48:55 -08:00
core_test.go gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00
core.go startup: always load the private key 2018-12-13 11:48:55 -08:00
pathresolver_test.go gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00
pathresolver.go gx: update go-libp2p-peer 2018-12-07 15:37:23 -08:00