An IPFS implementation in Go
master
Merge pull request ipfs/go-ipfs-http-client#156 from ipfs/fix/ipld-ErrNotFound
Jorropo committed over 4 years ago
correctness: only match CIDs matching go-cid.Cid.String output
Jorropo committed over 4 years ago
test: add a false case test to blockstore parsing
Jorropo committed over 4 years ago
fix: change CID breaking logic when parsing ipld.ErrNotFound
Jorropo committed over 4 years ago
feat: add blockstore: block not found matching too
Jorropo committed over 4 years ago
feat: update the error parsing for go-ipld-format to v0.4.0
Jorropo committed over 4 years ago
feat: add basic gateway tracing (#8595)
Gus Eggert committed over 4 years ago
fix(cli): ipfs add with multiple files of same name (#8493)
Lucas Molas committed over 4 years ago
chore: block/blockstoreutil remove unused ProcRmOutput function
Jorropo committed over 4 years ago
fix: use error instead of strings as error in blockstoreutil/remove
Jorropo committed over 4 years ago
chore: bump go-ipld-format v0.4.0 and fix related sharness tests
Jorropo committed over 4 years ago
fix: use IPLD.ErrNotFound instead of string comparison in tests
Jorropo committed over 4 years ago
fix(gw): validate requested CAR version (#8835)
Marcin Rataj committed over 4 years ago
fix: parseIPLDErrNotFound test
Jorropo committed over 4 years ago
chore: rename abyfyIpldErrNotFound to parseIPLDErrNotFound
Jorropo committed over 4 years ago
feat: re-enable docker sharness tests (#8808)
Gus Eggert committed over 4 years ago
Marcin Rataj committed over 4 years ago
fix: make Block().* return correct ABI based ipld.ErrNotFound errors
Jorropo committed over 4 years ago
fix(core/commands): do not cache config (#8824)
Lucas Molas committed over 4 years ago
Omicron166 committed over 4 years ago