-
Notifications
You must be signed in to change notification settings - Fork 252
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
WIP: Stats txns supply #153
base: dev
Are you sure you want to change the base?
Conversation
f6f78ef
to
1b82bed
Compare
If rich list feature is listing the wallets with largest balance, I second that 👍 |
7076ee7
to
5198021
Compare
WTF is this?? var days = config.settings.stats && config.settings.stats.txnDays || 3; |
Is this ready to merge? |
@realcodywburns // almost ready, except the transaction chart needs some more tuning for speed issue. |
bbda824
to
7338151
Compare
rebased, fixed travis error. tooltip added. |
b58d31a
to
1898ecf
Compare
1898ecf
to
641781c
Compare
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.
.
Rebase your PR! |
92357b7
to
806c42d
Compare
rebased ready to merge. |
806c42d
to
7a1c722
Compare
rebased again. ready to merge~ |
Please do not merge it (WIP)
any suggestions are welcomed
/stats/supply
) and normal total supply (/supply
) for the coinmarketcapsimple URL APIs
/supply
: returns all info. as a json./supply/total
or/supply/totalSupply
: the amount of total supply. (for coinmarketcap)/supply/genesisAlloc
: genesis alloc/supply/minerRewards
: the amount of all mined block rewards./supply/uncleRewards
: estimated uncle rewards.Screen shot
References