We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stacks block timestamps have been added to Nakamoto blocks in stacks-network/stacks-core#4846
API code currently takes Date.now() during block ingestion for this value:
Date.now()
stacks-blockchain-api/src/event-stream/event-server.ts
Lines 251 to 258 in eada84e
/new_block
The text was updated successfully, but these errors were encountered:
block_time
Confirmed this is working as expected with latest stacks-core develop 🎉
Sorry, something went wrong.
zone117x
No branches or pull requests
Stacks block timestamps have been added to Nakamoto blocks in stacks-network/stacks-core#4846
API code currently takes
Date.now()
during block ingestion for this value:stacks-blockchain-api/src/event-stream/event-server.ts
Lines 251 to 258 in eada84e
/new_block
event may need modified to include this new valueThe text was updated successfully, but these errors were encountered: