-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add data about known addresses #687
Conversation
c41f6b2
to
4ea5487
Compare
looking good. can we go without the .idea directory? |
4ea5487
to
2d25c66
Compare
Ahh sorry, I have no idea how did it manage to sneak on board. Fixed. |
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.
thanks
@@ -0,0 +1 @@ | |||
Add data about known addresses |
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.
Filename is incorrect. Requires manual tweak after running make changelog.
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.
oh shoot was it wrong number?
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.
yeah looks like it was created manually with some random number
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.
Sorry about that, I have no idea where that number came from.
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.
I think we can open a PR to rename it
#689
Task
Name known addresses in Explorer
Design is here.
Initial set of known addresses is here.
Create github repo with JSON, that contains key-value pair, contract:name
Auto deploy on master merge
@lubej:
This PR
We have decided to temporarily store the metadata about known addresses in the nexus repo, so that the frontends can pull this directly from github.
Later, hopefully, Nexus will serve this data via some API.