Skip to content
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
5552d9a
refactor: convert iroh-base to n0-error
Frando Oct 20, 2025
93fb21c
fixup
Frando Oct 20, 2025
82f4bbd
refactor: convert iroh-relay
Frando Oct 20, 2025
0b4c014
wip
Frando Oct 20, 2025
9650632
wip: converting iroh
Frando Oct 20, 2025
54fef34
fmt
Frando Oct 20, 2025
39a5935
fixup
Frando Oct 20, 2025
3cd15f9
fixup
Frando Oct 20, 2025
f4ec732
fixup
Frando Oct 20, 2025
923694c
codex is converting iroh
Frando Oct 20, 2025
9d39c78
fixes
Frando Oct 20, 2025
4e830d1
wip
Frando Oct 20, 2025
894ff10
codex did it
Frando Oct 20, 2025
47064a3
fix & fmt
Frando Oct 20, 2025
8afe0b7
chore: clippy fix & cargo fix & fmt
Frando Oct 20, 2025
4365e91
fixup
Frando Oct 20, 2025
099e2b0
fixup
Frando Oct 20, 2025
7f59c66
fixup
Frando Oct 20, 2025
587c5c6
fixup
Frando Oct 21, 2025
35fa204
fixup
Frando Oct 21, 2025
383ed04
fixup
Frando Oct 21, 2025
7e9b997
fixup
Frando Oct 21, 2025
6969f68
fixup
Frando Oct 21, 2025
ea9b541
fixup
Frando Oct 21, 2025
8c5694e
update n0-error
Frando Oct 27, 2025
ad783e3
wip
Frando Oct 27, 2025
836e80a
fix: adapt to n0-error API changes
Frando Oct 27, 2025
e8b7690
cleanup
Frando Oct 27, 2025
b466519
more cleanup
Frando Oct 27, 2025
d94e61c
cleanup
Frando Oct 27, 2025
40b8123
updates and cleanups
Frando Oct 27, 2025
9fd0040
Merge remote-tracking branch 'origin/main' into Frando/n0-error
Frando Oct 27, 2025
b8564dd
self-review
Frando Oct 27, 2025
19aab31
more self-review
Frando Oct 27, 2025
83b6459
self review
Frando Oct 27, 2025
83934ea
bump n0-error
Frando Oct 27, 2025
b2f2975
adapt for changes in n0-error
Frando Oct 27, 2025
2aa1031
refactor: bump n0-error, rename #display to #error
Frando Oct 27, 2025
b249b7b
wip: bail -> bail_any
Frando Oct 28, 2025
649482b
bump n0-error and adapt for changes
Frando Oct 28, 2025
315afaf
bump n0-error
Frando Oct 28, 2025
ad42cf1
bump n0-error, rename e() to anyerr()
Frando Oct 28, 2025
e0eb6aa
fixup
Frando Oct 28, 2025
db2c9fd
bump n0-error
Frando Oct 28, 2025
35eaf79
Merge remote-tracking branch 'origin/main' into Frando/n0-error
Frando Oct 30, 2025
d194524
bump n0-error
Frando Oct 30, 2025
304525b
fixup
Frando Oct 30, 2025
a1dbd6c
bump n0-error
Frando Oct 30, 2025
69ae70e
bump to released n0-error
Frando Oct 31, 2025
1998994
deps: remove nested_enum_utils
Frando Oct 31, 2025
8eef317
refactor: use ensure more
dignifiedquire Nov 1, 2025
0f78cc8
refactor(iroh-dns-server): use concrete erros in utils
dignifiedquire Nov 1, 2025
1f12fd3
fix: use imports more
Frando Nov 3, 2025
ad6e742
refactor: simplify line in tests
Frando Nov 3, 2025
9667f8b
refactor(iroh-dns-server): move block from `select!` to fn (#3597)
Frando Nov 3, 2025
24aeb24
bump n0-watcher, iroh-metrics, and add git dep for portmapper and net…
Frando Nov 3, 2025
49848b8
fix: less std errors
Frando Nov 3, 2025
a9875ed
update portmapper and netwatch
Frando Nov 3, 2025
10a8558
address some nits
Frando Nov 3, 2025
ea6f85f
Merge remote-tracking branch 'origin/main' into Frando/n0-error
Frando Nov 3, 2025
c9b5aef
Merge remote-tracking branch 'origin/main' into Frando/n0-error
Frando Nov 3, 2025
5924089
tests: mark integration_mainline as flaky
Frando Nov 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
180 changes: 43 additions & 137 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)", "cfg(iroh_l

[workspace.lints.clippy]
unused-async = "warn"

[patch.crates-io]
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "Frando/n0-error" }
Loading
Loading