Skip to content
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

Merged
merged 1 commit into from
May 5, 2024
Merged

Add data about known addresses #687

merged 1 commit into from
May 5, 2024

Conversation

csillag
Copy link
Contributor

@csillag csillag commented Apr 30, 2024

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:

Consider using IndexedDB in the future, if data gets too large for holding in working memory.

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.

@pro-wh
Copy link
Collaborator

pro-wh commented May 3, 2024

looking good. can we go without the .idea directory?

@csillag csillag force-pushed the csillag/account-names branch from 4ea5487 to 2d25c66 Compare May 3, 2024 22:27
@csillag
Copy link
Contributor Author

csillag commented May 3, 2024

can we go without the .idea directory?

Ahh sorry, I have no idea how did it manage to sneak on board. Fixed.

Copy link
Collaborator

@pro-wh pro-wh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@csillag csillag merged commit c9c7bf8 into main May 5, 2024
14 checks passed
@csillag csillag deleted the csillag/account-names branch May 5, 2024 10:39
@@ -0,0 +1 @@
Add data about known addresses
Copy link
Contributor

@buberdds buberdds May 6, 2024

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.

Copy link
Collaborator

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?

Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Collaborator

@pro-wh pro-wh May 7, 2024

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

@pro-wh pro-wh mentioned this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants