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

Update for Testnet2 #14

Closed
wants to merge 21 commits into from
Closed

Update for Testnet2 #14

wants to merge 21 commits into from

Conversation

quentinlesceller
Copy link
Member

Update the explorer for Testnet2.
Still need to compute the removed difficulty from total difficulty.

@hendi
Copy link
Member

hendi commented Mar 21, 2018

Thank you for the PR!

I don't think changing the 0001_initial.py migration manually is the way to go, I'd like to keep that and simply have Django create a new one: if you update the models.py then manage.py makemigrations blockchain does that automatically for you.

I also think we should keep the difficulty so that we can work with that data later, e.g. query for it or graph it. Thus the importer command should calculate and populate the DB with it.

@quentinlesceller
Copy link
Member Author

Okay I'll open a new PR later today.

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.

2 participants