Skip to content

Commit

Permalink
Extend whois with more useful information (#794)
Browse files Browse the repository at this point in the history
* Fix whois

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Modify whois

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Update Cargo.*

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Correctly handle unknown validators

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Add error on incompatible data

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Address review feedback

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Make cli a bit more ergnomic

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Make clippy happy

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Add some sanity checks on dump-all

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Add some comments

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Update Cargo.toml/Cargo.lock

Signed-off-by: Alexandru Gheorghe <[email protected]>

* Make clippy happy

Signed-off-by: Alexandru Gheorghe <[email protected]>

---------

Signed-off-by: Alexandru Gheorghe <[email protected]>
  • Loading branch information
alexggh authored Sep 24, 2024
1 parent d6ffc9a commit d2fced9
Show file tree
Hide file tree
Showing 9 changed files with 2,647 additions and 201 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/.idea
/.vscode
/whois_p2pcache
Loading

0 comments on commit d2fced9

Please sign in to comment.