kubo/core
Andrew Gillis d4ab5129e9
fix(cmd): exit 1 on error (#10903)
* Fix command stream result handling

Do not close the stream prematurely in a deferred function. Also, avoid possible shadowing errors.

Closes #9007

* test(cli): test/cli/cid_test.go

includes regression tests for https://github.com/ipfs/kubo/issues/9007
and better coverage than the old test/sharness/t0290-cid.sh

(identified bug in basemoji)

* fix: base256emoji in cid bases --prefix

changed the character display logic from ASCII range check to
unicode.IsPrint() to properly handle Unicode characters including
emojis.

* docs: changelog

---------

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2025-08-08 17:25:05 -07:00
..
commands fix(cmd): exit 1 on error (#10903) 2025-08-08 17:25:05 -07:00
coreapi fix: Provide according to Reprovider.Strategy (#10886) 2025-08-08 10:56:44 +02:00
corehttp feat: ipfs-webui v4.8.0 (#10902) 2025-08-08 03:58:12 +02:00
coreiface fix: Provide according to Reprovider.Strategy (#10886) 2025-08-08 10:56:44 +02:00
corerepo chore: use go-log/v2 (#10801) 2025-05-19 13:04:05 -07:00
coreunix fix: Provide according to Reprovider.Strategy (#10886) 2025-08-08 10:56:44 +02:00
mock fix: deadlock on retrieving WebTransport addresses (#9857) 2023-05-08 16:11:03 +02:00
node fix: Provide according to Reprovider.Strategy (#10886) 2025-08-08 10:56:44 +02:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
builder.go chore: migrate bootstrap to ipfs/boxo (#10158) 2023-10-31 18:25:14 +01:00
core_test.go chore: update boxo, go-libp2p, and internalize mplex (#10095) 2023-08-24 06:11:02 +00:00
core.go fix: Provide according to Reprovider.Strategy (#10886) 2025-08-08 10:56:44 +02:00