-
Notifications
You must be signed in to change notification settings - Fork 128
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
Create a special case view for Dcur2... #105
Comments
Almost a bug, and should be addressed in a patch version rather than 0.8. |
So for cases with > 2000, I was thinking we could do something like mark those as special cases to be pre-cached. Could trigger on first load, and update during load as well. Having to display "loading..." just the first time it is hit is reasonable, but dont want to recalc every time the address is hit. And if the logic is done well, could easily add in new data to existing totals. |
Ah, we can defer to 0.8.x since 2000 tx with Dcur2 is less than 1 MB. |
PostgreSQL handles this smoothly, and I've implemented caching of the summary information in PR #209. However, I agree that this address could even use it's own page as it has special significance. |
@chappjc, Is this still required? |
It's resolved. The link |
Dev subsidy address is Dcur2mcGjmENx4DhNqDctW5wJCVyT3Qeqkx
It accrues a higher balance with every block that is mined. Because of the large number of transactions, this page deserves its own template with a custom layout, and some of the data for this page should be pre-cached, such as the balance.
The text was updated successfully, but these errors were encountered: