-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node Explorer: Backend Support #54
Conversation
This pull request introduces 2 alerts when merging 08c02f5 into 2de14cc - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 81a0f55 into 2de14cc - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## main #54 +/- ##
==========================================
- Coverage 59.34% 55.62% -3.73%
==========================================
Files 18 22 +4
Lines 1493 1886 +393
==========================================
+ Hits 886 1049 +163
- Misses 469 682 +213
- Partials 138 155 +17
|
This pull request introduces 2 alerts when merging 2ccbc5e into 2de14cc - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 222cc6c into 2de14cc - view on LGTM.com new alerts:
|
|
||
# The initial list of comma-delimited seed nodes to crawl, where each seed takes | ||
# the form of [host]:[port];[chain-id], where ;[chain-id] is optional. | ||
ATLAS_NODE_SEEDS = "http://1.255.51.125:26657;cosmsohub-3,..." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be great to target https://github.com/cosmos/registry eventually and in the future when these get moved to the cosmos name service to query them there (oh shit what a chicken or egg problem tho, need a node to query the node for the list of nodes 🤪)
Add support for node exploration and crawling in Atlas:
ref: #53