Skip to content

Commit 9ad5a5a

Browse files
authored
feat: add peerinfo (#103)
* feat: add tracing * fix: linting, cargo-deny * feat: add p2p config * fix: remove comment * feat: add p2p metrics * fix: rename label in example * fix: linting * feat: [wip] add relay/ping * feat: add behaviours module, add relay client support * fix: linter warnings * fix: remove wildcard dependencies * feat: add connection gater * fix: linter warnings * fix: linter warnings * feat: create behaviour builder * feat: add relay server functionality * chore: fix linter, polish code * fix: cargo deny dependency issue * chore: add docs * refactor: move relay-server to a different crate * feat: add peerinfo (mvp) * fix: remove non-relevant comment * fix: move dependencies to workspace * feat: add compatibility tests
1 parent ad4f045 commit 9ad5a5a

19 files changed

Lines changed: 1609 additions & 172 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ target/
1717

1818
# Code coverage output
1919
lcov.info
20+
21+
.charon*

0 commit comments

Comments
 (0)