kubo/core
Steven Allen e58a32ab1e feat(commands/cid): add a flag for setting the codec
This will be useful when testing `refs local, `repo gc`, and `repo verify`
commands once we store blocks by multihash instead of by CID. At that point,
these commands will return raw v1 CIDs as the blockstore won't actually remember
the codec used to store the block.

Flags choice:

* Ideally, we'd use the `-f, --format` flags like every other command but we're
  already using `-f` (format) for the format string.
* Alternatively, I'd like to use `-c`. However, we're using _that_ for a global
  `--config` flag (bit of a waste given that it doesn't work...).

`--codec` will have to do for now.
2020-01-07 19:32:16 -06:00
..
bootstrap chore: deprecate go-ipfs-addr 2019-05-31 23:46:11 -07:00
commands feat(commands/cid): add a flag for setting the codec 2020-01-07 19:32:16 -06:00
coreapi Fix Typos 2019-12-25 03:12:41 +00:00
coredag gx: unrewrite 2019-03-05 18:33:56 +01:00
corehttp test(gateway): test the lazy seeker 2020-01-05 16:43:45 -08:00
corerepo extract the pinner to go-ipfs-pinner and dagutils into go-merkledag 2019-12-02 15:45:44 -05:00
coreunix support async datastores 2019-12-19 00:59:31 -05:00
mock migrate to go-libp2p-core. 2019-05-31 23:23:52 -07:00
node support async datastores 2019-12-19 00:59:31 -05:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
builder.go Separate imports 2019-05-29 16:20:31 -07:00
core_test.go gx: unrewrite 2019-03-05 18:33:56 +01:00
core.go Change Reporter to BandwidthCounter in IpfsNode 2019-12-12 12:42:25 +03:00