chore(cbind): nim-ffi migration [8/9] — relay, peerstore, metrics (API parity)#2779
Merged
Merged
Conversation
This was referenced Jul 7, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2779 +/- ##
==========================================
- Coverage 81.25% 81.22% -0.04%
==========================================
Files 170 170
Lines 30741 30741
Branches 12 12
==========================================
- Hits 24978 24968 -10
- Misses 5763 5773 +10 🚀 New features to boost your workflow:
|
2 tasks
gmelodie
force-pushed
the
chore/cbind/ffi/07-service-disco
branch
11 times, most recently
from
July 14, 2026 18:22
1216f59 to
d806b8e
Compare
gmelodie
force-pushed
the
chore/cbind/ffi/08-relay-peerstore-metrics
branch
from
July 14, 2026 18:25
e09e4dd to
ffaed94
Compare
gmelodie
force-pushed
the
chore/cbind/ffi/07-service-disco
branch
from
July 14, 2026 18:31
c45f199 to
3b5095b
Compare
richard-ramos
force-pushed
the
master
branch
2 times, most recently
from
July 14, 2026 21:51
0da0bce to
ae39cbb
Compare
gmelodie
force-pushed
the
chore/cbind/ffi/08-relay-peerstore-metrics
branch
2 times, most recently
from
July 15, 2026 13:22
4c13c82 to
ed42670
Compare
gmelodie
force-pushed
the
chore/cbind/ffi/08-relay-peerstore-metrics
branch
from
July 15, 2026 13:27
ed42670 to
ed6df52
Compare
gmelodie
marked this pull request as ready for review
July 15, 2026 13:27
vladopajic
approved these changes
Jul 15, 2026
richard-ramos
requested changes
Jul 15, 2026
gmelodie
force-pushed
the
chore/cbind/ffi/08-relay-peerstore-metrics
branch
from
July 15, 2026 14:42
5590d48 to
ea4c255
Compare
gmelodie
enabled auto-merge
July 15, 2026 14:42
richard-ramos
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
nim-ffi cbind migration — PR train
Part 8 of a 9-PR train that replaces the hand-rolled
cbind/C bindings with the generated nim-ffi codegen, landing it domain by domain so each PR stays reviewable and CI-green (build the FFI lib + generate bindings + build/run examples).Targets
chore/cbind/ffi/07-service-disco(stacked).This PR adds
libp2pCircuitRelayReserve.addPeer,deletePeer,getPeerInfo,getPeers,setPeerAddresses,setPeerProtocols.libp2pCollectMetrics(OpenMetrics -> JSON).Review artifact: Header diff shows the relay/peerstore/metrics entry points — the last additions before the flip.