Closed 1000101 closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/five-binaries/openapi/4WUNfPSDLozY7spSNw9kLS4dEBhm
✅ Preview: https://openapi-git-1000101-epochs-five-binaries.vercel.app
Epochs improvements and fixes.
Improvements:
first_block_time
andlast_block_time
which are first and last block times of the queried epochactive_stake
which is the sum of amount staked in queried epochFixes:
start_time
andend_time
times will correctly reflect epoch times (previously, first and last block times were displayed, respectively)! Breaking change - unify terminology.
blocks_count
->block_count
txs_count -> tx_count
txs_sum
->output
fees_sum
->fees
Affected endpoints:
/epochs/latest
,/epochs/{number}
,/epochs/{number}/next
,/epochs/{number}/previous
.